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,101 through 47,120 (of 53,646 total)
  • Author
    Search Results
  • #32234

    Hi!

    Is it possible to have 2 sidebars on the homepage (Virtue theme)? This would be 1 sidebar on the left and another sidebar on the right…

    Thanks!
    Pim

    #32225

    Hi, How to make the product images rotating in the homepage like in the demo sample. Thanks

    #32224

    Hey KJ,
    Sounds to me like a server issue. You should try contacting your host. Or another option is to try manually installing. Just download the latest copy of the theme here: https://www.kadencewp.com/my-account/
    Then open the zip and navigate to virtue_premium/lib/plugins/
    There you will see a zip copy of each plugin. Next go to your plugins page in the admin of your site, click add new. Upload then navigate to that folder above and install the zip files.
    Hope it helps!

    Hannah

    #32221

    Building another site with Virtue Premium (using same server)
    Installed latest Virtue Premium version – and this notice is at top of page:
    “This theme comes packaged with the following premium plugins: Black Studio TinyMCE Widget, Cyclone Slider Pro, Kadence Slider, Page Builder by SiteOrigin and Revolution Slider. Plugins are not required.
    Begin installing plugins | Dismiss this notice”
    “Begin installing plugins” results in: “Cannot load install-required-plugins.”

    Suggestions please?
    Thanks lots,
    KJ

    #32209

    You would need to post a link.

    The two emails is likely due to having two copies of the code on the same page, you would need to get a developer or whoever gave you the code and ask about the js for that.

    Ben

    #32202
    This reply has been marked as private.
    #32199
    This reply has been marked as private.
    #32197

    Yeah you would have to run a query at the beginning of that function to check if the page was wanting to override.

    Ben

    #32195

    You would have to post a link to the page. I supposed it would be possible to absolute position the third price to the left.

    Ben

    #32190

    By the way, I installed the solution and everything worked great! It does double the above-topbar-slider if you try to “override” it by selecting a different above-topbar-slider on the page itself, but I can easily live with this for now. (I will assume that it would require a bit more extensive custom coding to create this logic, so no worries for now.) Great solution!!!

    #32186

    Hi,
    How could I set the thinner version of the Luckiest guy font in my footers? (www.jjrobots.com)
    And, by the way, do the same font in the buttons that I am using with the word “go to the project page”.

    They seem to be the thick version of the font.
    I have been spending some time in the forum but without success.

    thanks

    #32184

    I appreciate your reply, Ben.

    Ok, great! Yes, initially I can use the same slider on all pages, so this should work perfectly for my immediate requirements. Curiously, can I still “override” the global above topbar slider on the page-by-page level, if I choose a top slider for a specific page like I do now? (Long-term that would be best. Down the road, I do see a need to support a global above topbar slider, plus be able to override it at the page-by-page level, if I so desire.)

    #32183

    Hello,

    we are trying to add a third price to our webpage woocommerce. It should be between regular and price with discount.

    We have added a plugin:

    which add’s extra field next to Price with discount. You can add it at every product.

    We would like to put that price inbetween these two prices.

    Current state:
    How it should be:
    CSS:

    If you have any idea how we should do that, we would really appreciate it.

    Best regards, Lenc

    #32177

    ok, so do you want the same slider on every page? If so the way to do this is through a function and not through your page settings.

    Instal this child theme if you don’t have a child theme: https://www.kadencewp.com/wp-content/uploads/2014/02/virtue_premium_child.zip

    Then you would add this function into the functions file:

    add_action( 'get_header', 'kt_revolutionslider_top_wholesite', 1 );
    function kt_revolutionslider_top_wholesite() {
          echo '<div class="kad_fullslider">';
          putRevSlider( 'SLIDERALIAS' );
          echo '</div>';
    }

    Just be sure to add the correct slider alias.

    Ben

    #32174

    oh, yeah it does. Got it. go into the theme options > shop settings. Turn on the “Stop Product Excerpt from loading in the shop grid pages.”

    Ben

    #32163
    This reply has been marked as private.
    #32160

    I have my pages all setup to show a full-width revolution slider above the top bar. (I use a top bar for my nav – no primary or secondary nav on the site.) I also show the Revolution Slider above my top bar for all of my pages. Works great! However, when I started playing with my blog posts, I realized there is NO option for showing the Revolution Slider above the top bar. How can I solve this so as to keep the look the same throughout the entire site, regardless of the type of content… page, post, or portfolio. (I didn’t play much with portfolios yet, but at a glance I don’t see the same options as pages for placing the Revolution Slider above the top bar.)

    The best would be if there is an easily implemented global solution,m so I don’t have to set it up in each page, and it works for all content types. (Through custom CSS, maybe – preferably CSS over custom PHP changes, for sure, but I’ll take what I can get, as long as it solves the problem.)

    Here is a link to the site in progress, so you can see what I’m doing above the top bar:

    (all of my pages are the same way.)

    However, if you visit:

    (a blog post instead of a page)

    …you’ll see that there is no top bar, and I see no way via the WP/theme UI to do it.

    I look forward to finding a solution! Appreciated.

    #32155

    how to find page id: https://www.youtube.com/watch?v=fLg2T1AvmFE

    Ben

    In forum: Pinnacle Theme

    In reply to: Blog grid issue

    #32154

    Hey,
    Did you make the blog grid page your “post page” in the settings > reading. because that would override the template. leave the “post page” blank in the settings > reading.

    Ben

    #32142

    I noticed that activating the Virtue Premium theme the WPML and WooCommerce Multilingual page is displayed in the wrong way, all icons (warnings and others) disappear and the multicurrency option does not work correctly. Withe the Virtue Free the problem does not occur.

Viewing 20 results - 47,101 through 47,120 (of 53,646 total)