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 - 52,341 through 52,360 (of 53,646 total)
  • Author
    Search Results
  • #6749

    Hi, I just uploaded the Premium version, but I didn’t realize there were instructions further down the page for switching from Free to Premium. So I lost all of the work i did before. I did save the old free version w/ the import export button. how do i restore it? I tried re-installing by browsing and choosing the file, but it wouldn’t restore bcuz the file wasnt supported. i want to go back to the free version, follow the steps for saving it, then re-install Premium.

    In forum: Virtue Theme
    #6748

    I would like to include an external link in the blog post. It works on the individual blog page but not on the blog grid page. Is there anyway to get the link to work on the grid?

    #6741

    Hey Isaac,
    Your site is hidden so I can’t see what you mean.

    1. I think you are asking the the portfolio images can be a different aspect ratio other then square on your home page portfolio carousel. The answer is yes but you have to change the crop for all the images there isn’t a set up for images to vary. For example, your portfolio images are cropped square by default 370 by 370px you can change the height of the crop to say 470 and you have a different aspect ratio. The height can be set in the theme options > home page settings > portfolio carousel.
    2. a. use the portfolio image height settings or use the post type “image list” and add an image to your portfolio slider images.
    b. The bottom carousel shows thumbnail which are square.
    3. In the portfolio page you can select don’t crop images to equal height in the portfolio options: http://docs.kadencethemes.com/virtue/#portfoliogridpage

    It will help me a lot to see what you are trying to do so if you can turn your coming soon plugin off that would help me to understand.

    Ben

    #6737

    Hello

    I don’t know how to get opacity on sticky header when I am scrolling the page. Thanks for support.

    Regards, Alexis

    #6736

    I would appreciate if someone could help with this and answer a question about removing the add to car button for non members. I currently have the code below within the functions.php file. However it works for all the products on the site. However the only problem I have is after you are logged in it displays all prices but on the final single product page the add to cart button is missing but it shows for related products and all other products within the site. But as I said the single view product page it shows the price but is missing the add to cart button even when logged in. Anybody 😉 Thank you in advance.

    function remove_loop_button(){
    if(is_user_logged_in()){}else
    remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’, 10 );
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 30 );
    }
    add_action(‘init’,’remove_loop_button’);

    add_filter(‘woocommerce_get_price_html’,’members_only_price’);

    function members_only_price($price){
    if(is_user_logged_in() ){
    return $price;
    }
    else return ‘Login or Register to see price!’;

    }

    #6735

    Hello. I got for today some questions about Portafolio images, my english not is so good i try easy question:

    1- In Home Page, where i got one carrusel with 3 Portafolio images “Lo último en diseños”, is possible the images automatic ajust the size for that boxs?. Now images cuts and no is so good.
    Another thing in home page, is posibble a littel border around that boxs?. If u need here is the Home Page:

    2- Inside Portafolio Type, is posibble too automatic ajust images as large as posssible but no cut?. If i put a big image it cut too there.
    In Portafolio Type, down i got littel box with other proyects. Is posiible autoajust too?. Here is the Portafolio Type Page:

    3- In Portafolio General Page, i got the same problem. Is possible autoajust images size and a littel border around box?. Here is the General Portafolio Page

    Thanks u very much!.

    #6729

    Hey, Those are the same buttons just once has an image in it.
    Either way making a gallery is done in the add media section or by using the virtue gallery widget: https://codex.wordpress.org/The_WordPress_Gallery

    That link will explain how to add a gallery to any post or page.
    Ben

    #6708

    Hi Ben,
    I have some questions,

    1-“link tag() doesn’t work on Home page”:daikanyama-terrace.jp
    I use “home widget area” on home page. then I put some image-link and short-cord buttons, but any link tag doesn’t work with “home widget area”.
    it seems work well on other page with same html(ex:daikanyama-terrace.jp/test).

    2-“mobile menu doesn’t work on smartphones display”
    if I try use menu bar on smartphone display, I can’t select any other menu.

    What is the problem of them??

    thanks for your support.

    In forum: Virtue Theme
    #6694

    Yeah so there is an option you’ve set in the theme options that you just need to change, Go to the main setting page of the theme options, where you see the logo layout just change the setting to one of the first two options, the third makes the logo div smaller.

    Ben

    In forum: Virtue Theme
    #6682

    Hey Isaac,
    I’ll go through the steps:

    1. In the theme options > main settings at the bottom of the page choose the header style: Center logo menus on side
    2. On the appearance > menus page of wordpress admin create three menus one for the left side and one for the right and one for mobile.
    3. Assign the left menu to the primary menu location. Assign the right menu to the secondary location and assign the third menu to the mobile location.
    4. Icons this tutorial will explain the icons: https://www.kadencewp.com/add-icons-to-your-menu-virtue-theme/

    Let me know if you have other questions.
    Ben

    #6679

    Hello i wanna know if is posible explain, how create the header of the web like the style 2 in the demo, with the logo in the center, and pages on the sides with icons. Is so difficult?, if u can said me i will be very happy.

    #6675

    I just recently installed Virtue Premium and noticed that it’s not respective the w=<numeric> option for youtube jetpack shortcodes. I have been using the &w=600 at the end of youtube links in my posts to define a 600 pixel wide player window, but the virtue theme appears to be letting the window player expand to 100% of the width of the page (post) body element.

    Am I overlooking an option in the Virtue settings that will solve this issue?

    #6673

    This is for the .home.page : )

    So I’m going to use:

    @media (min-width: 992px) {
    .home.page .wrap.contentclass {
    padding-top:34px !important;
    }
    .home.page .headerclass {
    background: rgba(255,255,255,.6);
    }
    }

    Result here: http://benkweller.yoyo.io/ pass: bk

    #6666

    Hey Jayde,
    While on the support forms page if you scroll to the bottom you should see an area where you can post a new topic?

    As for your question what do you mean? Where do you want adspace? What plugin are you using for it?

    Ben

    #6658

    Yea the mobile is more tricky because of the way the header is set up. This is where the theme isn’t a perfect set up for the slider like this. If you were using a child theme is quite possible to add the slider above the header.

    Is this on your home page or a subpage?

    I can email you an export of the slider, I just used the full screen options, I added #topbar to the list of offset containers and I added this css to the custom css box:

    @media (min-width: 992px) {
    .page-id-416 .wrap.contentclass {
    padding-top:34px !important;
    }
    .page-id-416 .headerclass {
    background: rgba(255,255,255,.6);
    }
    }

    Ben

    #6651

    Hello since the update i have lost all theme options. the links and navigation are there but he forms are missing. i have tried to reinstall the theme but it fails. how can i solve this?

    thank you

    #6645

    If you are wanting to have one where the header is hidden when you load the page it can’t really be done without editing the code, adding the revolution slider call above the header would work but not for a sticky header you would need to add javascript to the page to change the css as your scrolled down for a sticky header to work like the first example

    Ben

    #6638

    Yes, that is what I would like to have eventually–some pages on the site will be only for members who pay a subscription fee.

    #6636

    This is what Im needing to work:
    Thats Slider revolution and it’s a beautiful slide example.
    Another example of fullpage revolution sliders in action:

    I’d like to replicate this for the homepage. I made a fullpage slider in slider revolution however it’s not formatting to the page correctly. The test button called “shop now’ should be sitting at the bottom of the “visible” page no matter what the page size is.

    1. The menu loading first at the top maybe causing this formatting issue here.
    2. I love the option to scroll to the menu here:

    I know Ben… I’m full of ideas right!??
    Anyway the revslider issue not formatting to the full visible page is bit of a bug for me.

    #6609

    Excuse me. I was use the Free Version, and now i buy the Premium one. I can´t see my olds portafolios, i created it with free version. When i click in picture, it said me this:

    “Not found
    Sorry, the page you were trying to view does not exist.
    It seems that was the result of either

    a mistyped address
    an expired link”

    U can help me please?, i am so new in wordpress. U can see ir here:

Viewing 20 results - 52,341 through 52,360 (of 53,646 total)