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

Home / Forums / Search / Search Results for 'site'

Viewing 20 results - 32,461 through 32,480 (of 39,333 total)
  • Author
    Search Results
  • #58835
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Full width carousel

    #58824

    Hey,
    So you know the gallery carousel is not designed to be fullwidth. The images will not be large enough on large screens and you will have gaps in-between the images.

    But when I look at your site the main issue is that you have set the row to “fullwidth” but it needs to be “fullwidth stretched” if you want the content to be fullwidth.

    Ben

    #58812

    Hi,

    Is there any CSS I can use to make the carousel full width? Example at the bottom of the page on

    I tried using the following to overwrite the inline style:

    .siteorigin-panels-stretch kt-panel-row-stretch panel-row-style
    {
    padding-left: 0px;
    padding-right: 0px;
    }

    .caroufredsel_wrapper
    {
    width: 100%;
    }

    It didn’t work as I expected though. Hopefully there is a solution.

    Thank you,
    David

    #58803

    You just do it in your site. appearance > menus. add the my-account to the menu.

    Ben

    #58800

    Alright, perfect. can i do that through wordpress or i have to do it on woocommerce website?

    #58789

    I am not sure how to get a customer login and register area like on the virtue premium demo site, and i have the premium site and would like some help on it please let me know!

    Here is my website i would like to add one so i can have people register and have their own account for future purchases.

    http://www.outerlimitsandco.com

    In forum: Virtue Theme
    #58778

    Hi,

    I’m not sure if this is a virtue problem — I’m using the embedly plugin to link articles to my personal website but I can’t figure out how to turn the thumbnails into a grid. When embeded, the thumbnails show as a row no matter what settings I select it in the virtue theme options.

    here is a link to the page to better illustrate the problem:

    Thanks,
    Ryan

    #58776

    Ben, I uploaded the Premium Theme and have been redesigning my site from the Demo that was on the uploaded version. Is that not what I was supposed to be doing? My site is williamkemsley.com. See what it is I am doing wrong, please. I really want this time to work for me.
    Bill

    #58768

    Ah, that makes absolute sense now Ben! Most of my sites don’t use the blog feature (or only use it) so never needed to learn the intricacies till now.

    Just set things up locally as well (so I now won’t waste time mucking up the live site until everyone’s asleep) and I’ll work it through.

    At least it’s forced me to learn about functionality plugins!

    So apologies as well for slighting you!

    Best wishes, Colin

    In forum: Virtue Theme

    In reply to: Slide out sidebar menu

    #58747

    Hey Ben

    I would like to change the background colour of the side menu and also the roll over state etc. I have different custom menus that correspond the the different sections on my site. I just want the sidebar to look different from the body of the page.

    Does that make sense?

    I can’t find the correct theme to edit the css

    Thanks

    Mark

    In forum: Virtue Theme

    In reply to: Slide out sidebar menu

    #58745

    Hey,
    1. What does this mean? Are you wanting to change the menu or are you wanting to give it a different color on a page by page basis? You can change which menu is shown on a page by page basis using the sidebar page template and changing what sidebar is used.

    2. Don’t know what you mean by that either. Maybe you have an example of a site that is doing what you want? I can tell you the wordpress menu widget isn’t going to have any animation but there might be a plugin that does what you want.

    Ben

    In forum: Virtue Theme
    #58743

    1. Do you have comments turned on? In your product edit page click on “advanced” ad make sure “Enable reviews” is checked.

    2. a

    #content div.product form.cart .variations label, .product_value .select2-container .select2-choice>.select2-chosen {
        font-weight:400;
    }

    b

    .variations .kad_radio_variations label.selectedValue {
        background-color: transparent;
        color: #444;
    }
    

    I don’t know what you mean with the “arrow”

    3. Pages don’t have padding. The theme layout has a max width and hitting that would depend on screen size? If you increase the max width you are walking away from the layout and the set image sizes that the theme has set up. It will not look as clean. But your welcome to do what you want:

    @media (min-width: 1400px){
    .container {
        width: 1370px;
    } 
    }
    @media (min-width: 1600px){
    .container {
        width: 1570px;
    } 
    }
    @media (min-width: 1800px){
    .container {
        width: 1770px;
    } 
    } 

    4.

    @media (min-width: 992px){
    .product-img-case {width:30%;}
    .product-summary-case {width:70%;}
    div.product .short_description {max-width:none;}
    }

    5. When I look at your site you don’t have a child theme activated?

    6. Woocommerce sets that it’s the link to your shop. You would have to use a function in a child theme to change:

    function kt_change_empty_cart_button_url() {
    	return get_site_url();
    }
    add_filter( 'woocommerce_return_to_shop_redirect', 'kt_change_empty_cart_button_url' );

    7.
    a.

    .product_item .product_price .amount {
        margin: 0 4px;
    }

    b.
    You can’t do that. It’s a responsive theme, the amount of products per line changes with every screen size. Not to mention is’t a grid and there are not rows in the html to use css on.

    8.

    header #kad-menu-search-popup .form-search .search-query {
        height: 45px;
        font-size: 14px;
        padding-left: 50px;
    }
    header #kad-menu-search-popup .form-search .search-icon {
        font-size: 16px;
        height: 45px;
        width: 45px;
    }

    9. qTranslate-X works fine, nothing in the theme would mess with it although from doing support it’s got tons of it’s own issue especially with woocommerce. I recommend a good plugin like WPML but it’s not free.

    10. That isn’t an option. again you need a child theme function.

    remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 );
    add_action( 'woocommerce_before_single_product_summary', 'woocommerce_template_single_meta', 30 );
    #58733

    Did you add the link in Instagram as http://joyofjewellery.com/

    Note that your site doesn’t use www it redirect to a url without.

    Make sure your link has http://

    Ben

    In forum: Virtue Theme
    #58729
    This reply has been marked as private.
    In forum: Virtue Theme
    #58723

    Can you send me a login to the site?
    Ben

    #58704

    Hi
    I would like to be able to do either of the following:

    1. Custom style the sidebar menu on each of my pages
    2. Change the menu so that it slides in and out when clicked

    Is this possible? here is a link to a page on my site:

    Thanks in advance

    Mark

    In forum: Virtue Theme

    In reply to: Styling Primary Menu

    #58701

    Hello,

    For some reason a latest update (either to theme or to WP) has stripped out the bevelling? Any help?
    Here’ the site:
    http://www.dronfieldhallbarn.org

    many thanks
    Nic

    #58690

    Hi Ben

    Quick question from client now the site is live…

    On the page set up as a blog, it shows the latest posts. Fine. The menu names this page “News & Views” though and she would like the H1 page title to say this (or similar) rather than “latest Posts”.

    Saw only one question in the forum about this and Hannah worked out a workaround as it was the Homepage. But our blog page is only temporarily the Homepage and soon will revert to any other menu item, so that solution won’t work here.

    Is there a quick way to achieve this (there is nothing in the theme options)? As it is set up as a child, I have no problem in editing out the problem as a hard code by placing that file in the child if necessary, but I’m not too sure where to start looking for that title. But I’ll go look in the meantime before I get your reply.

    Best wishes, Colin

    #58689

    Hello Ben and Hannah!

    It’s me again… now I have another question.
    I put a link in Instagram bio, but when I click on the link, this redirect me to a 404 error page. This is happening only in Instagram. In Facebook works fine.
    What should I do for remediate this?

    Thank you!
    Best wishes!

    P.S.my site is http://www.joyofjewellery.com

    #58683

    Hi David,

    i’m not the support here, but i’ll share my experience:

    I installed the original facebook plugin, made by facebook.
    So you get shortcodes and widgets that you ca insert anywhere, like footer widget or like/share at the end of a post.
    Here is a site i made using this plugin – check footer, sidebar and some posts
    http://training-menschundhund.de/

    If you still want to insert JS you also can use a plugin that “injects” it in the Header/footer.
    Check the plugin installation from WordPress panel and choose one with many installs 😉
    Search for “Header Footer script”

    Just another happy user,
    B.

Viewing 20 results - 32,461 through 32,480 (of 39,333 total)