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: Ascend Theme
In reply to: Change colour of “Latest Posts”
In forum: Virtue ThemeTopic: Limited products shown
Hopeful that someone can help? I was not able to find the answer on Google and all plugins are up to date. In *Login to see link I have 159 products Published. But at the front page when I use the category Classic Cards which has 138 products, I get only a limited number of products. In both cases when using the infinite scroll, or using the pages, I get with a setting of 16 products per page only 63 products. When the setting is 8 products per page I get 79 products and when I set it on 24 products I get only 71 products. The infinite scroll indicator (3 dots) keeps running but not more products will appear. I was not able to find out if there is a setting that has further bearing on this. I wonder what I have done wrong? On my other websites with Virtue with a much larger number of products, everything works perfect. See *Login to see link By the way I love the Virtue and Pinnacle Themes and I’m grateful for for someone who can help me with this. Kind Regards, Jan.
In forum: Ascend ThemeIn reply to: Thumbnail Preview
July 26, 2018 at 6:18 pm #197152Hey,
Sharing links, or adding through messenger those programs will check your site for the featured image. If you don’t have one set up (Yoast SEO pulls the page featured image automatically). Then it will check the source of the page for an image and pull it to use. Right now I’m seeing this as your set image in the yoast settings: https://www.skunkapetreestands.com/wp-content/uploads/2018/06/OseolaOutfitters_Logo_BlackWhite-1.pngIn forum: Virtue ThemeIn reply to: Virtue Blog Category Archive Grid Post Summary
July 26, 2018 at 3:09 pm #197144Let me try to add a little more clarity. The Post summary only effects what your post looks like in an archive page, not the single post page.
In forum: Ascend ThemeIn reply to: Dropdown menu with WC Vendors Pro
July 26, 2018 at 2:26 pm #197136Your plugin was adding really bad css.
I’ve overridden through your custom css box.
It was aslo not closing out 2 divs. I added that into the page content where you have added the dashboard shortcode.
Ben
In forum: Pinnacle ThemeTopic: Key activation
In forum: Virtue ThemeTopic: shop icon for mobile
Hi Hannah,
could pls guide me how to display the shop icon on mobile as i only see the shop icon i made on webpage.
and also i want to make the column footer such as Customer care and privacy security column menu become drop down menu but only shown for mobile please.Looking forward to hearing from u soon.
My domain is http://www.mocharibbon.comIn forum: Virtue ThemeIn reply to: Image
Hello,
here is the link of my first page (not finished yet)
http://jolismoments.de4c.info/gaspesie-jour1-2018/
You can see the first image in the text : parc national du bic.
I would like to have not so much space between the image and the text (up, down and right) ????
also I have noticed that the page-navi is not centered like in your demo of the virtue theme.
Is it possible to get it centered ?????
Thanks for your help,
ElisabethIn forum: Virtue ThemeIn reply to: Virtue Blog Category Archive Grid Post Summary
In forum: Pinnacle ThemeIn reply to: FOOTER – kt_footer_sitewide_shortcode
Hi Eduardo,
Try adding this to your custom css box in Theme Options > Custom CSS:.kt_footer_sitewide_shortcode { display: none; } .home .kt_footer_sitewide_shortcode, .page-id-22 .kt_footer_sitewide_shortcode, .page-id-19 .kt_footer_sitewide_shortcode { display: block !important; }Hope that helps!
Hannah
In forum: Virtue ThemeIn reply to: Virtue Blog Category Archive Grid Post Summary
Hi Andrew,
What exactly is not working regarding the thumbnail slider?
You can use a plugin like Yoast to set meta images for your posts and pages. https://wordpress.org/plugins/wordpress-seo/The size of the excerpt is based on a word count. They won’t all look the same because different words are different sizes. You do have the option of adding a custom excerpt. If you don’t already see a custom excerpt tab in your edit page you may need to select it from the Screen Options tab on the top right of the page.
Hannah
In forum: Virtue ThemeI have a full-page Virtue Blog Category Archive Grid Post Summary and the thumbnail slider doesn’t seem to work for all posts.
I can’t figure out why it works in some cases and not in others.
It might be due to the problems I’m having getting image dimensions right for the various thumbnails… In some cases I have a feature image which is square, so that it looks right in the thumbnails and on the same post I have a slider image as the head content in landscape format, as that looks better (but I only have one static image in the actual head content of my post, as that is what I want). Despite this, the slider preview on category archive grid page seems to work in some cases.
Note: I don’t actually want a slider at the top of my blog posts, but I do it this way because of the way images appear on the facebook thumbnail preview when I share posts there… unless I have it set a slider, I can’t always generate a thumbnail image on the facebook sharing thing (even after going to the facebook sharing debugger *Login to see link )
Any help would be appreciated.
Andrew.
In forum: Pinnacle ThemeIn forum: Pinnacle ThemeIn reply to: FOOTER – kt_footer_sitewide_shortcode
In forum: Pinnacle ThemeHello,
I would like to hide my footer_sitewide_shortcode (google map) from all the pages except the Home and Contacts page.
I tried this code individually but it’s not working: .page-id-7114 .kt_footer_sitewide_shortcode {display: none !important;}.
Thank you.In forum: Virtue ThemeIn reply to: Sub navigation on a page looking like tabs
In forum: Pinnacle ThemeIn reply to: Home page customization, header and slider/image
July 25, 2018 at 4:07 pm #197005Hey,
To turn on the transparent header for your home page you go to theme options > home slider and at the top use “place behind header”I turned that on for you. Is that what your wanting?
Ben
In forum: Virtue ThemeIn reply to: Accounts problem
July 25, 2018 at 3:56 pm #197002however I found a way to access the page by editing misc.php file.
Does it not concern you that you had to edit core to access a normal page in the wordpress admin? Don’t you think that in an of itself means you have a server issue?
In forum: Virtue ThemeIn reply to: Accounts problem
Hello.
Thank you for your help! Well, I didn’t notice I couldn’t access permalinks, however I found a way to access the page by editing misc.php file.
function got_mod_rewrite() { $got_rewrite = apache_mod_loaded(‘mod_rewrite’, true); return apply_filters(‘got_rewrite’, $got_rewrite); }Changed to
function got_mod_rewrite() { //$got_rewrite = apache_mod_loaded(‘mod_rewrite’, true); //returns false negative $got_rewrite = true; //force the response to be true return apply_filters(‘got_rewrite’, $got_rewrite); }It worked and permalinks settings page is no longer blank, yet even after I flushed permalinks, the problems with logging in is still there.
I noticed that file permission of .htaccess had execute unchecked and value wasn’t 755, so I tried correcting it and it still made no difference. I did not try removing/renaming it however, but at this point I doubt it will have any effect.
In forum: Virtue ThemeIn reply to: Virtue Slider Pro + Polylang
Hello,
See this post:
https://kb.kadencethemes.com/knowledge-base/use-different-sliders-for-multilingual-site/Just use a shortcode option for your home slider, and in the translations for your home page, translate the shortcode to the one that you want to work for the other language.
Let me know if that makes sense.
-Kevin
-
AuthorSearch Results


