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 'page '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 47,981 through 48,000 (of 53,646 total)
  • Author
    Search Results
  • #27838

    Also, strange, not only displayed as h1 in the exmple page above, but the breadcrumbs are displayed correctly in other pages like : http://acolombiantraveler.com/post-story-acolombiantraveler/. and displayed centered in the page and with errors in this page: http://acolombiantraveler.com/videos/.

    UPDATE: In the frontend, I see an estrange
    ” />

    after the featured image In the pages with errors. That should be the error but I cant find what is causing it.

    #27837

    Hello.

    I changed from Breadcrumbs NAvtx to virtue breadcrumbs (deactivating the 1st one). But now they show very big and mixed with the page title, if you pay attention, they start small and then they grow as H1 in a second, this is an example page:

    I also added this to my CSS:

    #kadbreadcrumbs {
    font-size: 12px;
    }

    My page-header.php in the theme looks like this:

    <div class="page-header">
    <h1>
    <?php echo kadence_title(); ?>
    <?php if(kadence_display_page_breadcrumbs()) { kadence_breadcrumbs(); } ?>
    </h1>
    <?php global $post;
    if(is_page()) {$bsub = get_post_meta( $post->ID, '_kad_subtitle', true ); if(!empty($bsub)) echo '<p class="subtitle"> '.__($bsub).' </p>'; }
    else if(is_category()) { echo '<p class="subtitle">'.__(category_description()).' </p>';}
    ?>
    </div>

    Where could be the error?

    #27836

    Hi Hanna: The rich content editor is not showing neither in that mixed page, neither in a page with “user-submitted-post” plugin only like this: http://acolombiantraveler.com/testpage-user-submittet-posts/. When the other 2 plugins are deactivated, it doesnt work neither.

    Ben, I deactivated and deleted “spider video player” and a couple of other unused video players. Do you still see that “player” error?.

    I am going for “user submitted posts”, it is giving me work, but it seems promissing. The issue now is the rich editor does not show

    In forum: Virtue Theme
    #27822

    Hey,
    You have to use the feature page template. See here: http://docs.kadencethemes.com/virtue/#featurepage

    Ben

    In forum: Pinnacle Theme

    In reply to: Blog Exposure

    #27821

    You would have to use a shortcode and not the home page latest post modal.

    The code would look like this:

    [blog_posts type="photo" columns="2" items="6"]

    Ben

    #27820

    Hey,
    Unfortunately inflate scroll on a tag page isn’t an option in the theme. If you have a child theme you could create a tags template file or edit the archive file. I can also add this to the feature request list and work on getting it added.

    Ben

    #27812

    I am trying to set a feature image on a Page however it doesn’t show when I try to preview it or even after it has been updated.
    I added an additional image in the feature slider section and still no luck.
    Could you please let me know how to fix?

    Thanks

    In forum: Pinnacle Theme

    Topic: Blog Exposure

    #27811

    Hi there, How can I make the Blog posts “Latest Posts” on this page to look like this page

    #27810

    I have infinite scrolling on my homepage and it works perfectly but is there a way to enable or manually add it on my tag pages, Here is an example of one of my tag pages and it doesn’t have infinite scrolling 🙁
    I searched the forum and don’t believe this has every been answered before, Thanks in Advanced!

    In forum: Virtue Theme

    In reply to: Hide Menu Items

    #27808

    Hey,
    Unfortunately there isn’t an option to set a specific menu for a specific post. You would have to create a child theme and come up with some pretty tricky coding to use that would allow you to change the menu per post. Otherwise you can look for a plugin like the per page only a per post option. I just don’t know of one.

    Hannah

    #27807

    Hey, i’m trying to alter the Portfolio Permalink Base, is there a way to do this whilst leaving the Permalink “Common Settings” as “Default”? For reasons beyond my control that can’t be altered to anything other than Default, if I switch it to Post Name I get an “update your web.config file” message and the portfolio items all 404.

    If I alter the permalink base and resave permalinks with the Common Settings set as default then it stays as “www.url.com/?portfolio=competition-two”, is “portfolio” in this URL hard coded somewhere that I can edit? On Line 70 on page-portfilio.php I have ‘post_type’ => ‘portfolio’, but if I change that it doesn’t seem to alter anything.

    Hope i’ve explained that well enough, any tips?

    #27806

    Hey, so you want your main navigation menu more-so in the middle, is that correct? If so you can add this to your custom css box in theme options > advanced settings:

    #nav-main ul.sf-menu {
    float: left;
    margin-left: -100px;
    }

    You can’t actually add a topbar above the footer, but you can add a row with pagebuilder and give it a separate background color. It would give you a similar look.
    Hope that helps!
    Hannah

    #27804

    Worked perfectly. Thanks, Hannah.

    One more question, http://www.debbiesun.com/testdrive/?product=swaying-palms
    re: Navigation arrows on the product pages. Sometimes it shows up, most times it doesn’t. I want it there and have it set to ON in Theme Options. Any ideas why it doesn’t always show up?

    In forum: Virtue Theme
    #27802

    Hey,
    Looking at your site you seem to be adding using the pagebuilder layout.

    You can add this and it will remove some padding:

    .footerclass .kad-info-box {
    padding: 0;
    }
    .footerclass .kad-info-box i {
    margin: 0;
    }

    Let me know if that is what you were thinking.

    Ben

    #27800

    Hey, try adding this to your custom css box in theme options > advanced settings:

    .woocommerce-page #content div.product .woocommerce-tabs .tabs {
        display: none;
    }
    .woocommerce-page #content div.product .woocommerce-tabs .panel#tab-reviews {
        display: none;
    }

    Let me know if that works for you!

    Hannah

    #27799

    Hey, is it possible to make a column in the header disappear (using pagebuilder in a widget) when site responds to mobile?

    Just to clarify, I have two columns to the right of the logo, in a pagebuilder widget. I want to keep the right side to appear in both full sized and mobile. However, I would like the content in the left column, including all padding, margins etc to disappear in mobile view. Is this possible?

    I can paste some custom CSS (for example the code in the right column in the header was taken from a post on this very forum from June 17, 2014). But, I have no coding experience!

    Mu staging site is: denverfirm.flywheelsites.com, to view password is: great-line

    In forum: Virtue Theme
    #27793

    Hello Ben and Hannah! I am using this plugin: and I was able to manage my navigation menu on pages exactly as I wanted. However, apparently, this plugin works only on pages and not on single posts/portfolio items. I am trying to hide some menu items on single posts/portfolio items so I will only see Home, Blog and Contact Us. Please help me resolve this. Thank you! You may check my site here.

    #27787

    How can I remove the Review tab for all the products?
    Thanks!

    #27780

    Hello.

    I am creating a page where users can write posts or content. I tried 3 plugins already, and all those 3 plugins have the same error: The text editor fails to be displayed. So I think it is my page/theme that is blocking these plugins.

    Can you helpme identify the error?
    You can see one of the pluginswithout login here:

    or to see the other plugins you will require a login, You can use this temp login to access that page… guest/Mfsh2ji3f6Eq

    the page showing the 3 plugins (you will see 3 forms and 3 submit buttons) is:

    In forum: Virtue Theme

    In reply to: Need Woodoo Magic

    #27779

    Hey,

    1. I’m not aware messing with any js on this site. Don’t see any error. I deactivatet any plugins i was playing with and let only theme stuff in place.
    2. Don’t know what a supersized is – hope it is solved. It is the MAIN CONTENT BACKGROUND visible “under” pagebuilder. I colored it green.
    It has something to do with the smooth scroll, but why not on IE ?
    3. Fonts are back with the deactivating of WORDPRESS TOOLTIPS plugin. Any recommendation what other tooltips plugin to use ?

    Greatly appreciated,
    B.

Viewing 20 results - 47,981 through 48,000 (of 53,646 total)