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 - 29,721 through 29,740 (of 53,646 total)
  • Author
    Search Results
  • #113440

    Hey,

    So are you just wanting there to not be a max width on your content? Meaning if you have text on a page it could run from one side to the other on a large screen?

    By the way the screen ratio wouldn’t really have anything to do with this. It’s just about your max width.

    Ben

    In forum: Virtue Theme

    In reply to: parallax and filter

    #113438

    If you want them forced fixed then use this css:

    .kt-panel-row-parallax, .kt-panel-row-parallax-stellar, .kt-panel-row-parallax-stellar-full, .panel-row-style-wide-parallax {
        background-position: center center !important;
    }

    If you want them to refreash when you use a filter you would need to change this:

    jQuery(document).ready(function ($) {
    var thisfilters = $('#filters');
    if(thisfilters.length) {
     thisfilters.on( 'click', 'a', function( event ) {
    setTimeout(function(){ 
    $.stellar('refresh');
    }, 800);
     });
    }
    });

    To this:

    jQuery(document).ready(function ($) {
    var thisfilters = $('#filters');
    if(thisfilters.length) {
     thisfilters.on( 'click', 'a', function( event ) {
    setTimeout(function(){ 
    $.ktstellar('refresh');
    }, 800);
     });
    }
    });

    The function name had to change for better support with pagebuilder.

    Ben

    #113430

    Hello,

    If I am not logged into WordPress, I am not able to add products to my WooCommerce cart. It redirects to the cart page as it should but shows ‘Cart Empty’. Works perfectly when I am logged in as a user in any role. Tried deactivating plugins, etc., the usual fixes. Worked for one use after deleting a caching plugin and again after deactivating/activating woo commerce but then reverted back. Any ideas how to fix?

    In forum: Virtue Theme
    #113426

    http://www.istria360.com/news/
    this is the new link
    I change the page during the day, sorry.

    I underdstand for blog page how it works
    but this is not ablog, is like a summary of all my categorys devided by category.
    so when I put tabs and blog post from shotcode I must put how many post will display.
    I was thinking If can be something done easy, othewise I will not waste time, just ignore.
    If you can help me Ben thank you.
    Diego

    #113423

    Tomi, lets keep to this topic please: https://www.kadencewp.com/support-forums/topic/page-header-background-image-missing/

    Ben

    In forum: Pinnacle Theme

    In reply to: Staff on Home Page

    #113422

    Hello Tammy!

    Using shortcodes, you can pull the testimonial posts to your home page within any text editor.

    You can use a visual editor widget in page builder to place the testimonials wherever you want on the page. It will show up where you’ve assigned Page Content in Theme Options> Home Layout.

    You can read about all of the different shortcode options here:
    http://docs.kadencethemes.com/pinnacle-premium/shortcodes/

    The shortcode you’ll use will look something like this:
    [testimonial_posts orderby=date items=4 columns=4]

    Let me know if this is helpful!

    -Kevin

    In forum: Virtue Theme
    #113420

    Hey,
    I don’t get it? What button are you refering to?

    If you want infinite scroll you can use a normal blog page and turn that on in your theme options > blog settings.

    Ben

    #113419

    Make a temp page with a sidebar so I can see. Should like you have a div not closed out in your page content.

    Ben

    #113416
    This reply has been marked as private.
    #113413

    Hi Ben,

    They are set up correctly. Lost Password endpoint was set to <lost-password> The link in the reset email goes to this url: mysite.com/my-account/lost-password/?show-reset-form=true which displays the following:

    Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.

    Enter your username or email address and you get another link which goes back to the same page. It’s an endless loop that never allows users to reset their password.

    #113410

    How can I put the staff as part of the home page. The idea is to have photos that link to a pop-up window with the bio or info. What would be the easiest way to do this. I have Pinnacle Premium.
    Thank you

    In forum: Virtue Theme

    In reply to: Testimonials formating

    #113405

    Hey,
    You can’t change the name of the post type. It’s testimonials not reviews. It’s like wanting pages to be products. Thats just not how this works.

    The testimonial images are set to show as square to change this would require that you use a child theme and change how the testimonial template outputs.

    It’s an excerpt so you can’t have formatting. Its only getting text if you want to change that you have to output the whole testimonial. You can change the whole style of the excerpt with css:

    .testimonialbox {
        font-size:16px;
        line-height:20px;
        font-style:normal
    }

    Adding stars you would need to use the icon menu shortcode. Then add the icons.

    Ben

    In forum: Virtue Theme

    In reply to: Nagłówek H1 H2

    #113402

    There is an h1 and an h2 on that page… if something is telling you differnet you can ignore as it’s clearly not correct. If this bothers you talk with the site your using to analysis.

    Ben

    In forum: Virtue Theme

    In reply to: header.php empty

    #113401

    I have no issue setting the width to fullwidth stretched. PLEase look at the tutorial if your confused about how pagebuilder works: https://www.kadencewp.com/using-page-builder-virtue-premium/

    Notice that you set this in your “row” settings.

    Ben

    In forum: Virtue Theme
    #113398

    I’m seeing Minibus Hire Wigan Minibus Hire – Airport Minibus Wigan Manchester

    And I’m seeing that as being defined by yoast.

    What are you adding on the home page?

    Ben

    #113394

    Ben originally fixed a problem i was having where the parallax backgrounds become duplicated after using the portfolio filter. It doesn’t seem to work any more. Also part of the fix was to fix the backgrounds but they all seem to be parallaxed again now which i don’t want.

    http://www.grayscale-productions.co.uk

    To simulate the problem, have the chrome browser at half size and refresh the page. Then maximise the background and use the portfolio filter and you will see that the backgrounds should now be duplicated.

    In forum: Pinnacle Theme

    In reply to: Category description.

    #113393

    Not covering it replacing it. When you override the page title with a slider thats just replacing the whole thing. So you can add your text into the slider.

    Else you would need to use a child theme to change how the woocomerce template worked.

    You would have to hook in the description into the top of the content with a function like this:

    add_action( 'woocommerce_before_shop_loop', 'custom_woocommerce_taxonomy_archive_description', 100 );
       
    function custom_woocommerce_taxonomy_archive_description() {
    	if(is_product_category()) {
    		woocommerce_taxonomy_archive_description();
    	}
    }

    You can get a child theme here: https://www.kadencewp.com/child-themes/

    Ben

    Ben

    #113392

    Hey Dean,
    This is done using a static page and page builder.
    See here-
    https://www.kadencewp.com/creating-demo-layout/

    Hannah

    #113391

    if want to create new posts to be aligned to this new page this is not possible even through specific categories

    ^ That doesn’t make sense. If your setting this up right you shouldn’t have any issue creating post and assigning that post to show on your blog page by using the correct category.

    Please post a login so I can see your settingings and what your doing.

    Ben

    #113382

    I am looking to develop a webpage which uses the whole of a 16X9 monitor, i would like the whole of the webpage to be displayed, not just a feature image, is there a page template which I could use for this?

    Thanks

    David

Viewing 20 results - 29,721 through 29,740 (of 53,646 total)