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'

Home / Forums / Search / Search Results for 'post'

Viewing 20 results - 22,401 through 22,420 (of 29,722 total)
  • Author
    Search Results
  • #70516

    Hey Liz,
    Do you mind posting a link?
    Thanks!

    Hannah

    In forum: Virtue Theme

    In reply to: Alternate Blog Sidebar

    #70489

    In your theme options > misc settings you can create a new sidebar.

    In your settings > reading make sure you have not selected a page for the post page. Leave that empty.

    In your blog page using the blog template you can select which sidebar you want to show.

    Ben

    #70476

    Does anyone know if there is a way to make an alternate sidebar for the blog page alone? For the blog page I would like to display recent posts, categories, and archives but I really do not want to display those widgets throughout the site by putting them in the primary sidebar. Thanks.

    #70461

    Hey,
    admin-ajax.php is a wordpress file. woocommerce uses it pretty heavily. If your using word fence then thats likely whats adding all the numbers after. I suggest not using word fence. Else can you post a link so I can see?

    Ben

    #70443

    Hey David,
    So are already using this font within the theme, correct? Can you post a link?
    Thanks!

    Hannah

    #70428

    Hey,
    You have 41 plugins activated.. I would never ever suggest that many plugins. The two you posted about are fine and have no effect on your search. I have no idea why you would think of those and not your other 39 plugins. You have a plugin that is effecting the shop loop. “WooCommerce Product Sort and Display LITE”. It’s displaying the shop in categories. I have never told you to use this plugin. Just deactivate it and then you can see the search work.

    Ben

    In forum: Virtue Theme
    #70386

    Hi Erol,
    You can use the Virtue Shortcodes. From the visual editor of your edit page/post click Virtue Shortcodes then select either Icon or Icon Box.
    In the future please start a new thread as this one has already been marked as resolved and can easily be overlooked.
    Thanks!

    Hannah

    In forum: Virtue Theme

    In reply to: "Menu" title missing

    #70385

    Hi Paul,
    Are you using the premium version for both? Do you mind posting a link?

    Hannah

    #70378

    Hi Niclas,
    What plugins are you using? Are you able to post a link to your site? Also, do you know your php memory settings? It could be your php memory needs to be increased. That is something your host could help you with. Or see here- http://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/

    Hannah

    #70366

    Hey,

    OK it is clear and works fine 🙂
    Is it possible to display posts on several columns ?

    Thanks very much.

    Gerard

    In forum: Virtue Theme
    #70353

    Hi Hanna and Ben,
    Could you please tell me how to insert icons in a page or post?
    http://themes.kadencethemes.com/virtue/icons/

    Thanks

    In forum: Virtue Theme

    In reply to: Image in evidence

    #70348

    hi and thank you for your answer.
    Unfortunately, after selecting “image” in the option of a standard post and having selected a featured image to be displayed, nothing is yet visible.
    I am a newbie, of course, but not “that” newbie.
    Any advice?

    Thank you very much
    Orazio Ragonesi

    In forum: Pinnacle Theme

    In reply to: Tags for portfolios

    #70292

    Hey,
    Magnus. Tag cloud widget is only for posts. By adding tags even through a child theme you still can’t just get tools that are built for posts.

    So through your child theme you will need to register a new taxonomy (your portfolio tag), build a tag cloud widget for it. and hook that taxonomy into the portfolio loop and single content loop. You’ll need a template for single tag pages. Is that all or are you wanting something more?

    And to be clear a tag cloud wouldn’t work like a filter it would take the viewer directly to a different page.

    Ben

    #70287

    Hey,
    There is a built in option using the “featured” page template, which you can set in your page attributes.

    If your wanting the home page slider to effect every page and post for that you would need to use a child theme.

    Ben

    #70277

    Hey,
    So you have some errors on your site: “rlArgs is not defined” – is one of the js errors.

    Whenever there are js errors caused by plugins or improper caching or minify it can create issues throughout the site just based on how the browser is loading the page.

    Because all your js is minified and your using caching I can’t see enough in the code to tell you exactly what the issue is other then you have javascript errors.

    If you can send me a login, I can learn a lot and let you know what plugin or setting is incorrect and I can do this with minimal to no impact on anyone looking at your site.

    you can use the feature here on the forums to post a private reply with login details.

    Ben

    #70188

    Hey,
    Can you post a link?
    Thanks!

    Hannah

    #70185

    Good evening,

    I recently purchased WPML Multilingual CMS and am in the process of converting my website in multiple languages. I seem to be able to get it working for most pages, posts, etc. except for the home page. My home lay-out includes only Content and “Latest Blog Posts” (but in Dutch) and I have used Home Blog Settings to set a custom text for Home Blog Title.

    I seem unable to i) find where I can translate this title and ii) how to display it on the translated page.

    Thanks for your help,

    Lisette

    In forum: Virtue Theme

    In reply to: Image in evidence

    #70179

    Hey,
    I’m not entirely sure what you mean by “image in evidence”. In your post edit page you can set a featured image and if you want that image to display in the head content you can choose that under the Standard Post Options.
    You can see documentation here- http://docs.kadencethemes.com/virtue/#blog_posts
    Hope that helps!

    Hannah

    In forum: Virtue Theme
    #70174

    Hi Gerard,
    Are you referring to the home layout? Do you mean Portfolio carousel? The full portfolio will display as a grid, similar to the portfolio grid page. The portfolio carousel is a carousel of your portfolio posts.

    Hannah

    #70171

    Hmm ok one more edit this will work:

    <script type="text/javascript">
    		jQuery( window ).load(function () {
    	jQuery('.single-post .single-article .entry-content').each(function(){
    			jQuery(this).find("a[data-rel^='lightbox']").magnificPopup({
    				type: 'image',
    				gallery: {
    					enabled:true
    					},
    					image: {
    						titleSrc: function(item) {
    						return item.el.parent('.wp-caption').find('.caption').text();
    						}
    					}
    				});
    		});
    		});
    		</script>

    Ben

Viewing 20 results - 22,401 through 22,420 (of 29,722 total)