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 - 21,181 through 21,200 (of 29,722 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Footer Queries

    #81061

    Hey,
    In the future please be sure to post a link with support questions.

    1.

    .footerclass .panel-group {
        text-align: center;
    }

    2.

    @media (min-width: 768px){
    .footerclass .footercol1 .widget-2 .widget_black_studio_tinymce, .footerclass .footercol2 .widget-2 .widget_black_studio_tinymce, .footerclass .footercol3 .widget-2 .widget_black_studio_tinymce{
        display: none;
    }
    }

    3.

    @media (max-width: 767px){
    .footerclass .footercol1 .widget-1 .widget_nav_menu, .footerclass .footercol2 .widget-1 .widget_nav_menu, .footerclass .footercol3 .widget-1 .widget_nav_menu{
        display: none;
    }
    }

    Ben

    In forum: Virtue Theme
    #81048

    Hey,

    Just so you know, we recommend using this plugin for events: https://wordpress.org/plugins/the-events-calendar/

    I don’t know the one your using but a quick css fix would be to add this:

    .single-event .main.col-lg-9 {
        width:100%;
    }
    .single-event .kad-sidebar.col-lg-3 {
        display:none;
    }

    For a child theme. assuming they are doing standard options you can use this function:

    add_filter('kadence_display_sidebar', 'kad_sidebar_on_special_page');
    function kad_sidebar_on_special_page($sidebar) {
    	global $post;
    	if ($post->post_type == "events") {
        return false;
      }
      return $sidebar;
    } 

    Ben

    #81041

    If your using a carousel you would be wanting to show posts correct? As long as you have translated each post then wpml should change which post is shown based on the set language. This shouldn’t have anything to do with the string translation.

    Ben

    #81038

    That is an output for whatever gallery thing your using in the post. WordPress pulls a custom excerpt based on post content apparently that gallery is outputting that text. You can create your own custom excerpt in the post by adding text in the excerpt box.

    Ben

    In forum: Pinnacle Theme

    In reply to: portofolio page

    #81008

    hello

    i used this setting
    http://s30.postimg.org/sq3qdihgx/Knipsel.jpg

    but there are so much options which options 2 choose to get a page like nightskies?

    for example i choose image background but it will get in banner
    please help me with settings to choose

    #80990

    Enabling social icons in your posts should also enable it on product pages. It should be in your product description. Is this not the case for you?

    Hannah

    #80983

    That’s odd! They should be displaying in that carousel if you’ve set the sale price. Can you confirm that you’re running version 3.4.8 of the theme?

    And if possible, it’s always helpful to post a link to your site.

    Thank you!

    #80975

    Hello,
    Showing “0/0Prev Next ” before post excerpt. My site link Please see 12th Feb post.
    Thanks
    Charanvir Singh.

    #80946

    Hi Ole,
    Can you post a link to your site so we can have a look? For your menu’s you just need to enable mobile navigation in Appearance > Menus.

    Hannah

    #80945

    Hey Lee,
    My first guess is that you have a conflicting plugin. I would suggest deactivating one by one to test. What accordion plugin are you using? Are you able to post an actual link to your site?

    Hannah

    #80944

    Hey Hannnah ultimate social media is only work for post,,,cannot do for product post….

    #80928

    Is it possible to have a video and photo in a portfolio post, when it’s displayed as an image style 2?
    I know that I can add the video as a short-code-link in the text on the right, but I want it to be part of the image list on the left side.

    In forum: Pinnacle Theme

    In reply to: Sidebar location

    #80925

    Is it possible to move the sidebat in the code rather than with CSS by modifying a template.

    The reason being are twofold.

    So the menue i place in the sidebar will appear highr up in the code so will be spiderd first by googlebot, rather than the body content.

    When I look at the page in a device window that is smaller, the menu, when moved to the left with CSS, drops to the bottom of the page after the body content.

    It would be better for me from a user perspective if the menue appears above the body so the content otherwize the customer has to scroll past all the content before a menue is presented, and im not using a horizontal menue so this is not good UX.

    if possible can you tell me what template to edit or post a modified template that i can paste in to child theme.

    thanks very much,

    regards Lee

    #80915

    Hi

    I am trying to display post divided in different categroys on my page. but every time i try to innstal the pinnacle carousell and uppdate the page jumps to the page i am designing and the carousell is gone when i go back. i have restarted and done all the standard things. I have Pinnacle premium.

    Regards
    Kjersti Jakobsen

    #80893

    Hey,
    The theme color (blue) can be changed by going to the theme options > basic styling and setting your primary color.

    If you specifically want the add to cart button to be a different color then your sites primary color you can do that with css. But if you haven’t set the primary color I recommend starting there.

    If you can please post a link to your site, really helps us to know what your asking.

    Ben

    #80892

    Hey,
    You would want to use Yoast SEO plugin. That would give you control of the mete tags on your site and automate those with things like your featured image in a page or post.

    Ben

    In forum: Virtue Theme

    In reply to: Image SCALING issue

    #80891

    Where you on a retina screen?

    It’s possible with wordpress new responsive images that there was some effect do to css but best would be to post when you have the images back in the post.

    Ben

    In forum: Virtue Theme

    In reply to: Image SCALING issue

    #80878

    Hey Chris,
    Are you able to post a link to your actual site? You can set as a private reply.

    Hannah

    #80876

    Great thanks Ben!
    I’ll try setting up a pagebuilder portfolio post with a custom sidebar and use that as a template with the Duplicate Post plugin.

    #80875

    Hi Guys! Thanks!
    I have added the image I want on the main page in the retina area below it I will do the image menus, then the footer area and the logo I want on all the other pages, I place in the logo / header area. I tried to use page builder to do this. I also used a plug in.

    I researched code from other posts here to try too. Do I need to place the code somewhere else other than in the Advanced theme options area?

    http://lannierae.com

    I am playing right now with look and stuff for site so please bare with it – it is pretty lean right now! THANKS!

Viewing 20 results - 21,181 through 21,200 (of 29,722 total)