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 - 31,921 through 31,940 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Kadence Slider Pro

    #102036

    Do you want the same slider at the top of all pages?

    Ben

    In forum: Virtue Theme

    In reply to: Sidebar and login

    #102035

    You need to enable registration through the my-account page in your woo-commerce settings.

    I’m not seeing that you have added a menu item with the label “login”.

    You need to do that you should have two menu items one login one my-account. Even if they lead to the same place.

    Then you can hide one and show the other depending on if the user is logged in.

    For example with css you can add:

    #topbar ul li.menu-my-account {
        display: none;
    }
    .logged-in #topbar ul li.menu-my-account {
        display: block;
    }
    .logged-in #topbar ul li.menu-login {
        display: none;
    }

    Ben

    #102031

    Hey,
    Too options, if all of your images fit a 3:4 ratio then you can go to theme options > shop settings and where you see “Product Image Sizes” right below you can set the ratio.

    If you need complete custom then you can just turn off the theme sizing options by turning off the top options below the ratio select.

    “Enable Product Image Aspect Ratio on Catalog pages”
    and
    “Enable Product Image Aspect Ratio on product Page”

    Then you can go to woocommerce settings > products > display.

    There you can set custom image sizes for your catalog and single product images. Use whatever ratio and you can decide weather or not to have hard crop. Once you’ve set the sizes you will need to regenerate your thumbnails so those sizes are created by wordpress.

    https://wordpress.org/plugins/regenerate-thumbnails/

    Ben

    #102030

    Hey,
    In Theme Options > Shop Settings you can set Enable Product Image Aspect Ratio on Catalog pages to Off. Does that work for you?

    Hannah

    #102029

    Hey,
    So just making the menu sticky and not the header isn’t an built in option but it can be done using this method but first make sure to turn off your sticky header. Then go to your theme options > theme extensions and enable the “header and footer” scripts. Then save the page and reload. Then go to theme options > header footer scripts.

    There add this to the footer scripts:

    <script type="text/javascript">
    jQuery(document).ready(function ($) {
    var topOffest = $('body').hasClass('admin-bar') ? 32 : 0;
    $('#nav-main').sticky({topSpacing:topOffest});});
    </script>
    

    Add this css to your theme options > advanced settings.

    #nav-main {
    width: 100%;
    margin: 0 auto;
    left: 0;
    z-index:9000;
    }
    

    Ben

    #102023

    Hi,

    there is a grey boy behind my post titles and behind the page title displayed in individual posts and behind my portfolio item titles on the page of individual portfolio items. There is no grey boy behind page titles. I’ve tried everything I could think off to get rid of it, even adding some code to custom ccs:
    .home h4.widget-title {
    background: transparent;
    padding: 0;
    width: auto;
    }
    I was supposed to edit the style.ccs, but I couldn’t find the background and padding section, so I just put it in customs. I can’t think of anything to try anymore. Please help.

    Regards, Anja

    #102012

    I would suggest using page builder and setting the row layout to full width stretched. Does this work for you?

    Hannah

    #102011

    Hi Ben and Hannah it’s Mark under my other clients license

    Is there a way to make a color pagebuilder row full width like the slider, or do they have to truncate.
    Making the background a color and making the row white is an option, but what I need to do is make the particular row background color for a PageBuilder Row a solid color and have it extend to the screen edges.

    #102007

    Hi
    Thank you for this theme.

    1- I have a problem with the display of the bubble icon in the top bar . When COMMANDER page is activated, you see only part of the bubble icon my account because it is hidden behind the background of the active menu.

    2-: There is a white outline with a black border around the bubble MON COMPTE , I just want the black background .

    See here

    thank you in advance.

    #102004

    I found out that the issue was caused by the latest version of Polylang. It is a shame that some kind of incompatibility happened between Polylang and Virtue. For now I had to disable the plug in with all the troubles that came with it. The site is a kind of ok now even though I lost all the links between pages having different languages. One remaining issue is that the blog page pull posts in English and Dutch even though I assigned a separate post category to the NL pages. Any help?

    #102000

    Hi ben,
    I’m sorry but I have a big problem maybe it’s me not able to set it.
    I need to set the same Portfolio Grid page on the home page. As usual I set Page Content in Home layout then I set in Settings > Reading a static page and select the portfolio page grid I use in Products but it doesn’t show at all. I get only header and footer with an empty tiny white in the middle.
    How can I solve it? Using Portolio Full option in Home Layout page doesn’t allow to show all types but just one and I need to show all products with type filter.

    I cannot create a different style cause the client accepted to rebuild the site for this possibility of having the portfolio with filter like is in page above link.
    Thanks
    Angelo

    In forum: Virtue Theme

    In reply to: Kadence Slider Pro

    #101996

    <!– home.php page –>
    <?php echo do_shortcode( ‘[kadence_slider_pro id=”7″]’ ); ?>
    <!– works if you fix it –>

    In forum: Virtue Theme

    In reply to: Sidebar and login

    #101994

    Hi Ben,

    I have been trying to add the login button on my site following these steps and I am not sure I am doing it correctly. I have added the my account page to the top bar but I would like the ‘login’ button to show there instead ‘my account’ also it does not how a register section next to login on the my account page when signed out like it does on Peter’s site above. my site is http://www.solidstatedigital.co.uk

    Thanks in advance 🙂

    In forum: Virtue Theme
    #101993

    how can i add the Kadence Slider to say the blog page or a contact page or custom template.

    the feature page has options in the admin.. were as a blog page or a contact page doesn’t.

    Slider at the top of all pages.

    Can i force a slider in a template?

    #101988

    Hello,

    Added a banner to advertise closures on the site but could only add an image – is there a simple way to add a background image and then text overlay – that the client could update themselves.

    I have partially gotten over this by adding a topbar widget – text plus background colour – and that looks ok but would stand out more if it was full width and under the header like the site wide banner…

    Any more suggestions? Here’s the site:
    http://www.dronfieldhallbarn.org

    Many thanks
    Nic
    x

    #101987

    Hi

    Yes I am using the kadance sliter pro.
    Slider is set to full width in slider settings.
    The slider is being added to the body of a page, i have just copied and pasted the shortcode.
    http://moorviewlodges.com/work/

    Thanks for your help

    David

    #101984

    HI I just don’t know where the controls are for this or if it’s css I need to fix

    Need to make it the full size of the bottle but have it be reflexive.
    where is the control to make the category or shop page images taller.

    I haven’t had to style these things before.

    #101982

    Hi there!
    I watched a lot of posts but i could’nt find an answer to my problem (sorry if I’ve missed it). I want to do something like the menu on this website I mean, scrolling down fixes the menu on the top of the page. I don’t know if the theme has already this option somewhere, but I didn’t find it! Here is my web (under construction): (contact page, but here you can scroll to see it).

    Thank you in advance and sorry for my english!

    #101980

    Greetings..

    That looks like the icon menu which can be found under theme options > home layout. Scroll down till you see > Home Icon Menu. Using this menu on my site nzwholesale.com

    You can also stop the icon menu showing at the top of this page.

    Hope this helps.

    In forum: Pinnacle Theme

    In reply to: Portfolio problems

    #101979

    I Kevin,

    I’m used to write a post here after making several attempts and different combinations. The site is just created, all plugins are updated and theme is 1.7.1.
    The issue is only with the box “Bottom Portfolio Carousel” it doesn’t work on single page. Because, if I set in theme options >Portfolio >Display Bottom Portfolio carousel by Default YES cannot hide on single page and if this is I set NO cannot show it on single page.

    The same was for the title theme options >Portfolio >Show the Title in header by default if I set ON I cannot override and it was always showed beside the picture as title. This is similar issue but I solved not showing at all and adding a coloured title as I needed.

    If you want to check carousel issue visit http://www.lespecialita.com/en/portfolio/offelle-classiche/ carousel is set NO in the local page but is shown.

    Angelo

Viewing 20 results - 31,921 through 31,940 (of 53,646 total)