Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'post'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Date Formatting
February 17, 2016 at 11:06 pm #81805You would have to override a template file.
templates/entry-meta-date.php
Remove this section:
<span class="postday"><?php echo get_the_date('j'); ?></span> <?php echo get_the_date('M Y');?>and replace with
<?php echo get_the_date();?>Best to use a child theme: https://www.kadencewp.com/child-themes/
Ben
In forum: Virtue ThemeFebruary 17, 2016 at 11:00 pm #81802Yes you can’t update if you want to use pretty permalinks. I’ve tested the latest…
The issue started with version 2.1.0 https://github.com/siteorigin/siteorigin-panels/releases/tag/2.1
They “Added sidebar emulation, which makes a Page Builder page appear to be a sidebar.”
That emulator uses a function: url_to_postid();
Which doesn’t really work with polylang because of how polylang builds the url for the translated post.
Ben
In forum: Virtue ThemeTopic: Date Formatting
Hi,
Is there any way to modify the date format for posts? Instead of having it display, for instance, “17 FEB 2016” in a box on the right I would like to have it read “February 17, 2016” in full above the post title, on the left. This doesn’t seem to be possible with just CSS so I was wondering if there’s some code I could add to my functions.php.
Thanks,
-Adam
In forum: Virtue ThemeFebruary 17, 2016 at 10:14 pm #81792Just a point a clarification with this doesn’t have to do with virtue theme. It’s not a compatibility issue with the theme. You can use any theme and any custom post type plugin and you will get the same issue with polylang and pagebuilder.
Ben
In forum: Virtue ThemeFebruary 17, 2016 at 9:45 pm #81788Hey,
Hold up. If you talking about polylang issues with custom posts types then you might want to wait.Ben
In forum: Virtue ThemeIn reply to: related.php
February 17, 2016 at 3:20 pm #81765use Set as private reply and post a login to your site I can update that one line.
Ben
In forum: Virtue ThemeIn forum: Virtue ThemeIn forum: Virtue ThemeHi there.
Cometchat no longer appears at the bottom of my site, and so I checked /var/log/apache2/error.log and found
[Wed Feb 17 21:32:24.440162 2016] [:error] [pid 17704] [client 94.195.16.225:57256] PHP Warning: parse_str(): Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in /var/www/finditswapit.com/public_html/wp-content/themes/virtue_premium/themeoptions/framework.php on line 2779, referer: *Login to see link
framework.php lines 2778-2781 display ….
$_POST[‘data’] = stripslashes( $_POST[‘data’] );
parse_str( $_POST[‘data’], $values );
//$values = $this->redux_parse_str( $_POST[‘data’] );
$values = $values[ $redux->args[‘opt_name’] ];Can you tell me what I need to do please ?
I have just added 4 more custom carousel entries taking it to a total of 30
Is that the problem ?
Thanks
Russ
webdev71In forum: Virtue ThemeFebruary 17, 2016 at 2:02 pm #817511. can you post a link to this. I can test and don’t have this issue.
2. This isn’t an option with woocommerce. It would require a huge change in there code and not something support can develop for you.
Ben
In forum: Virtue ThemeIn reply to: How do I get rid of the sidebar on my pages
February 17, 2016 at 1:10 pm #81746Hey,
In your pages your setting the page template as fullwidth and it’s still showing the sidebar? Can you post a link?Ben
In forum: Virtue ThemeIn reply to: Formatting Images in Page Builder
I was working on this when you posted, so I figure I might as well share what I came up with.
@media (min-width: 1200px) { .contact-us .kad_img_upload_widget { width: 75%; } }Probably not the best solution, but it gets you close without having to cut off any of the image or resize your upload.
In forum: Virtue ThemeIn reply to: Increase the size of the blog pics
February 17, 2016 at 11:49 am #81723When you add an image to a post you can select which size you want to use. Currently I’m seeing that you are adding medium size images. If you look right above where you click to add the image there are options for the image size.
Ben
In forum: Virtue ThemeIn reply to: Resize Slider for Mobile
February 17, 2016 at 11:47 am #81721Can you post a link to your site?
BenIn forum: Virtue ThemeTopic: Media Upload glitch
My media upload on both my Virtue Kadence sites refuse to upload images and states error after each and every photo upload. However, if I close the media, save the post and then go back into media, the picture appears. Therefore, every media upload requires me to dismiss error, save post and go back into media to finally access the photo–a ridiculous amount of wasted time! How can Kadence fix this glitch? HELP! I have been struggling with this for months!
In forum: Pinnacle ThemeIn reply to: Change blog post entry title from H2 to H1
February 17, 2016 at 11:21 am #81710In your theme options > blog options.. scroll down to : Blog Post non-Head Title Output.. and make that h1.
In terms of two blogs in your breadcrumbs you have made a category called blog.. which is the second blog in your breadcrumbs.
Ben
In forum: Virtue ThemeIn reply to: Increase the size of the blog pics
Under “Standard Post Options” within the post options page, you have the ability to select what you want to show up for your Post Summary.
You can choose either portrait or landscape sizes for how it will appear on your blog page.
Try messing around with these settings to see if that solves the issue for you.
In forum: Virtue ThemeIn reply to: Footer widgets/ footer navigation menu – centred
February 17, 2016 at 10:15 am #81685Oddly I can’t recreate, is this only if your logged in? Can you post a screenshot?
You have cleared all your caching correct?
Ben
In forum: Virtue ThemeIn reply to: How to disable featured image media link?
In forum: Virtue ThemeHi,
How can I disable the media link to the featured image in a Blog post as in this page? I have turned lightbox off.
*Login to see linkThanks,
Shaun. -
AuthorSearch Results


