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 - 17,041 through 17,060 (of 53,646 total)
  • Author
    Search Results
  • #192453

    Becuase those links will need to have the transition if you are on an internal page you have to use javascript to check which page you are on then add a class only on the home page. That javascript would work like this:

    <script type="text/javascript">
    jQuery( document ).ready( function($) {
    if($('body').hasClass('home')) {
    $('. menu-item-288 > a').addClass('no-animation');
    $('. menu-item-289 > a').addClass('no-animation');
    $('. menu-item-290 > a').addClass('no-animation');
    }
    });
    </script>

    You can add that in your footer scripts in your theme options.

    Ben

    #192447

    Hello Kevin,

    here is the Link: http://www.xn--fvv-schnburgerland-j3b.de/wordpress-3.9-de_DE/wordpress/
    with activated plugin.

    The 1st 3 menulinks are anchor links that scroll down on the startpage.
    If you use them, its starts scrolling and the transitions turns on and keeps hanging.

    greets

    #192446
    This reply has been marked as private.
    #192445

    Hey,
    1. You can use this css:

    .headerclass, .mobile-headerclass, .kad-fixed-vertical-background-area {
        background: rgba(255,255,255,.7);
    }

    2. There isn’t a function to do this with the header. Only when using page builder. One workaround would be to hide the header using css and add a page builder row to the top of your page.

    3. I’m not sure what you mean. You can still set your settings from theme options, then edit your page with your site builder. Sorry if I’m missing something.

    4. Is page builder the site builder you’re using? This tutorial may be helpful- https://www.kadencewp.com/using-page-builder/

    5. Totally up to you. I don’t think you would have much trouble using page builder at this point. Keep in mind if you use the demo importer it will replace all your content and you would have to start from scratch in adding your own information.

    6. You can’t add a row separator to the header as I said above. You would have to create a row in your page and add your video to a widget in the row. I would suggest creating a kadence slider for your video, then adding the kadence slider shortcode to a text widget.

    7. That is done using the Kadence Slider Pro. If you do not already have that plugin installed you should be able to do so from Appearance > Theme Plugins.

    8. There is an option to set this within the Ascend: Image Menu Item widget.

    Hope that’s helpful!

    Hannah

    #192442

    Hey guys! So, I am transitioning my backpacking site from the free Pinnacle theme to the Premium Ascend theme. I really like the Wanderlust template and would like to set my site up with it, but with a couple minor adjustments. I got into it last night and started tinkering, here are the current results:www.clearwatertrekker.com.

    The adjustments I’m trying to make involve the row separators and transparent header for now. I hope you’re ok with a few questions in one post rather than separate forum posts for each item. Here goes.

    1) How can I make the header slightly transparent after scrolling, like it appears here: Or maybe that’s not transparent, just not stark white…?

    2) How can I add a row separator to the bottom of the Home Page Header? I’d like to place the center double triangle here.

    3) If I am to build the home page with Site Builder, what do I do with the Home Page Header and Home Page Layout options in Theme Options? Do I just do everything in Site Builder? If so, do you have detailed instructions on how to recreate the various settings using Site Builder instead of Theme Options?

    4) I have been looking through the Ascend documentation for this last question, but I cannot find much more than references to topics like row separators. What I mean is, I watched the video on row separators, so I see how to apply them, but I need to know how to set up my page rows before I can add the separators. I don’t know what settings and/or widgets I’ll need to use in Site Builder to recreate the Wanderlust layout. Where would I put my calendar of events? In a home page widget area?

    5) Would I do better to try and work in Site Builder from where I am now? Or should I start over with the Demo Content and try to plug in my images, text, and changes from there?

    6) I really like the idea of using videos in my home page header. Can I do this and still use a row separator at the bottom of it?

    7) How do I get the text to appear in my header like it does on the wanderlust example page:

    8) How do I get the text to be centered vertically in the Image Menu items like it does on your example template?

    This is where I am at this point. I appreciate your help!

    In forum: Virtue Theme

    In reply to: Home Blog Settings

    #192429

    Hello,

    The best way to do this would be to add the posts via shortcode, like this:
    [blog_posts orderby=date items=20]

    Add that to the page content or a text widget in your home widget area, and let me know if it works for you. For more shortcode options, see here:
    http://docs.kadencethemes.com/virtue-premium/shortcodes/

    -Kevin

    #192414

    Hello,

    at first thx! for the great Work yo done.
    I installed the page transition plugin on a site and i have a problem with the anchor links within a scrollingsite. If i use the anchor links, the transitions also start. Is it possible to deactivate them on anchor links or on special sites?
    I use virtue premium as theme.

    greets Jan

    #192413

    Hi,

    I just imported a few pages and to another webpage and I have a few issues:

    1) Upload buttons doesn´t work at all

    2) Text editor doesn´t recognize font color and animation

    3) Homepage header (Kadence slider) doesn´t show

    4) Extra shortcodes doesn´t work

    5) Themeoptions panel look strange, it doesn´t load properly

    In forum: Virtue Theme
    #192401

    Hi,
    How I can increase number of posts on Homepage. For example 20. I don’t want to change homepage to blog posts page.

    #192398

    Hello, in order to be compliant with the new EU law regarding cookies and privacy policy i have used a third part plugin from this vendor: http://www.iubenda.com
    All seems good as the policy was actually created within their site meaning I don’t have to make any changes on my web site however after adding their code using dFactory plugin i then decided to use their own plugin as well for convenience however i did not like the javascript that was added. It seems it only work on woocommerce pages. I then decided to remove all together, including the plugins however the javascript somehow remained and it is showing on top of the woocommerce page and after contacting the vendor I have not heard back from them and I am really concerned that I ma not able to remove this extra code that remained on the sit. The code is visible on below page at the top, left corner:

    Is this something you may be able to help

    #192389

    Yes you can add links, but not in the way you have them set up on that map. Regardless what you had set with autoptimize is not good for any site.

    Again just because they have settings doesn’t mean you should use them. You need to understand how these settings work and when you should or should not use them for different sites. There is no one size fits all. Jquery should load in your head and it’s not just the rev slider that would have issue with it being moved to your footer. Your widget for booking also requires that jquery load in the head.

    So just to make this super clear. Whoever told you this had to do with a theme conflict and the slider they were very wrong. It simply has to do with your settings in a plugin you added and you set settings that you should not based on what you are loading on your page.

    Ben

    In forum: Virtue Theme
    #192382

    Sure, Make two parent categories one red widget and one white widget. Then assign your posts accordingly. You can have child categories under those or just assign your post to multiple category trees but either way link to the category page and you would be set.

    Ben

    #192378

    Hi

    I have two distinct groups of visitors that frequent my site.

    I want to route them to different groups of blog posts.

    Each group would be prompted from the home page to view posts of interest to them.

    Example
    “Welcome, red widget users. Click here for blog posts about Red Widgets.”
    And the same for yellow widget Users.

    In this example, the “click here” link would take the visitor to a list of posts about their topic only.

    Is something like this possible with virtue?

    Thank you.

    #192361

    Is there a way with Virtue Premium to add a banner block at the top of every page? I want something that I can add for my Woocommerce website to let people know when we have sales. So something like…

    <div style="width:100%; background:yellow; text-align:center;">
    <h3>
    FREE 100% OFF SALE | ENTER CODE 12345 AT CHECKOUT
    </h3>
    </div>

    Thanks a lot!

    In forum: Virtue Theme

    In reply to: Logo and Widget Header

    #192351

    Thanks Ben…we are 99% there. Is there any way to make the buttons look like this site: https://www.steichencpa.com/ when in mobile? The buttons have a space in between.

    My site: http://rv.pageonelocalmarketing.net/

    Thank you.

    #192343

    I was actually thinking of creating my own custom grid with pagebuilder. But your code worked well. Thanks so much. Will keep that in mind as I continue working on each page. What is the code to add bold for portfolio type title per box?

    #192342

    Please add this css and let us know if it’s what you want:

    @media (min-width: 992px){
        .home .kad-portfolio-wrapper-outer .p_item {
            width: 14.28%;
        }
    }
    
    .home .portfolio-loop-image-container .portfolio-hover-item .portfolio-hover-item-inner .portfolio-loop-title {
        font-size: 14px;
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;
    }
    @media (min-width: 992px) and (max-width: 1250px) {
        .home .portfolio-loop-image-container .portfolio-hover-item .portfolio-hover-item-inner .portfolio-loop-title {
            font-size: 10px;
        }
    }

    I think based on how you seem to have a custom look in mind you might be better off just creating your own custom grid using pagebuilder adding images with links rather then using the portfolio type grid.

    Ben

    In forum: Virtue Theme

    In reply to: Logo and Widget Header

    #192338

    So sorry! Right as I was posting I had people knocking on my door…..

    http://rv.pageonelocalmarketing.net

    Thank you!

    #192335

    Hi,
    I am using the Ascend Custom carousel on home page instead of the slider, here is the link
    When the carousel loops, sometimes the text in the white container jitters a little bit.
    I also found tabindex=”0″ in the html next to a link “saznajte više”
    I did not add the tabindex by myself. Can you please see where is the problem? Thanks in advance, Gabi

    #192324

    I may be late on this, but just now noticed that my video set up in my Kadence Slider Pro is now only showing about 1/3 of the image. The top 2/3 is all black. It use to work fine. I have not checked it in some time, so this may have been happening for some time. I have updated all my plugins and Ascend Premium. The video in question is on the the last slide of our home page. I think there are 6 right now on the home page.

    http://www.cagesplus.com

    Thanks. /Bob DeCloss

Viewing 20 results - 17,041 through 17,060 (of 53,646 total)