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'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Page template to use the full screen throughout 16X9
September 19, 2016 at 1:25 pm #113440Hey,
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 ThemeIn reply to: parallax and filter
September 19, 2016 at 1:21 pm #113438If 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
In forum: Pinnacle ThemeHello,
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 ThemeIn reply to: load more content button?
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.
DiegoIn forum: Virtue ThemeIn reply to: Language changed product view doesnt show
September 19, 2016 at 12:35 pm #113423Tomi, lets keep to this topic please: https://www.kadencewp.com/support-forums/topic/page-header-background-image-missing/
Ben
In forum: Pinnacle ThemeIn reply to: Staff on Home Page
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 ThemeIn reply to: load more content button?
September 19, 2016 at 12:29 pm #113420Hey,
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
In forum: Virtue ThemeIn reply to: Primary menu looks different on mac / pc
September 19, 2016 at 12:27 pm #113419Make a temp page with a sidebar so I can see. Should like you have a div not closed out in your page content.
Ben
In forum: Virtue ThemeIn reply to: Unable to update virtue theme
In forum: Pinnacle ThemeIn reply to: Forgot Password in Pinnacle Pro goes to wrong URL
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.
In forum: Pinnacle ThemeTopic: Staff on Home Page
In forum: Virtue ThemeIn reply to: Testimonials formating
September 19, 2016 at 11:39 am #113405Hey,
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 ThemeIn reply to: Nagłówek H1 H2
September 19, 2016 at 11:31 am #113402There 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 ThemeIn reply to: header.php empty
September 19, 2016 at 11:29 am #113401I 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 ThemeIn reply to: Enable force rewrite titles
September 19, 2016 at 11:26 am #113398I’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
In forum: Virtue ThemeTopic: parallax and filter
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 ThemeIn reply to: Category description.
September 19, 2016 at 11:21 am #113393Not 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
In forum: Virtue ThemeIn reply to: How to access paralax section on landing page
Hey Dean,
This is done using a static page and page builder.
See here-
https://www.kadencewp.com/creating-demo-layout/Hannah
In forum: Pinnacle ThemeIn reply to: 2nd blog with separate posts
September 19, 2016 at 11:16 am #113391if 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
In forum: Virtue Theme -
AuthorSearch Results


