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: Pinnacle Theme
In reply to: icons not showing
In forum: Pinnacle ThemeHi Ben,
Please, can you check my site *Login to see link I migrated from mqTranslate to qTranslate X because the former plugin is deprecated since yesterday.
The migration was pretty smooth with no errors log in php panel. Pages and posts are changing correctly according with the language but not Tags and Categories. Their Italian translation disappeared at all. If you look at the Menu in fact Items related to pages (see About Us) change accordingly with the language selection while other items that are tags do not change at all.
Maybe is something related to theme qtranslate code you added last time?
I sent you an email with admin dataThanks
AngeloIn forum: Virtue ThemeIn reply to: Broken Social Icons
In forum: Virtue ThemeTopic: Home Page Slider
I’m wanting to create a slider for my home page that is similar to the Virtue Premium Demo – I have tried the flexslider as well as the kadence theme slider but the slider is too large – I want the slider to stay above the fold with the full width and I would like to have word sliding in also like the demo. Is there a tutorial somewhere to do this. When I created the kadence slider the height was too high even though I changed the setting. Thanks for your help. I’m using Virtue Premium and my site is http://www.lindysdesigns.com
In forum: Virtue ThemeIn reply to: Broken Social Icons
In forum: Virtue ThemeIn reply to: A few small css things
This reply has been marked as private.February 20, 2015 at 4:54 am #31823In forum: Virtue ThemeIn reply to: WooCommerce Recently Viewed Products are blurry
In forum: Virtue ThemeTopic: Broken Social Icons
I’m using the Jetpack social icons on my website, and they work fine everywhere except on the Blog page (the one that lists all posts).
See it here: *Login to see link
But if you look anywhere else (try going to a blog post, such as *Login to see link they work.
I’m not sure if this has anything do with Virtue (like maybe the way it generates the posts), but thought I’d ask just in case.
In forum: Virtue ThemeIn reply to: Yoast SEO
Thanks guys. I appreciate it.
It is an entire site focused on one term that we have in our URL, so hopefully we will do OK as Google indexes more pages and content.
I don’t know if Google is going to change the algorithm to account for button and image driven homepages. If they do, Yoast might change their software. I started a website a number of years ago that was incredibly wordy and ugly, but it got to #1 for a pretty competitive term, and stayed there. haha.
In forum: Virtue ThemeIn reply to: Yoast SEO
Hey James, I have the same issue with certain pages, especially my homepage (Yoast gives it a “Poor” SEO rating), since it’s primarily image and button driven and uses the Virtue “Home Layout” module for content (Yoast only actually analyzes the “Page Content” section, which in my theme literally only has a call-to-action shortcode).
I agree with Hannah and Ben here. Work those keywords, and be sure to include appropriate Meta Descriptions and Titles with Yoast SEO. If your entire website is centered around and geared towards a specific idea (keywords), your overall SEO will still be good.
When I first started my website, I had a pair of keywords I was aiming for – and my average ranking in search engine results was 11th place and lower (i.e. if someone searched those keywords, my website was about 11th place). In less than two months, my website is now averaging 2nd place in search engine rankings.
Yoast SEO is there mostly as an aid and guide, but don’t feel obliged to get an “Excellent” rating on every single page.
In forum: Virtue ThemeIn reply to: Yoast SEO
February 19, 2015 at 8:08 pm #31790I’ll add in that I the yoast SEO rating in your pages and post don’t take in your entire site and don’t read content added anywhere but your content box. I wouldn’t be too concerned to have a couple pages with a bad ranking from yoast.
Ben
In forum: Virtue ThemeIn reply to: Adding shortcode for carousel gallery
February 19, 2015 at 7:18 pm #31783Sue. Looks like that is a portfolio post. Not a page. And you have the layout set to “above” not “three rows” (which is what you need to set it to).
See here: http://docs.kadencethemes.com/virtue/#portfolio_posts
Ben
In forum: Virtue ThemeIn reply to: CSS Selector Question
February 19, 2015 at 7:15 pm #31782You can target all the child pages through the paretn page id with this css class:
.parent-pageid-212That what your looking for?
Ben
In forum: Virtue ThemeIn reply to: A few small css things
February 19, 2015 at 6:58 pm #317782. I don’t see this as being something you want to do. Forcing it down will leave a large section of empty space because you can’t force your content class to be full height so it just going to mean that the footer sits at the bottom all alone. Here is the css though. with the add fix because you’ve made your home page wide and the rest boxed.
@media (min-width: 992px) { html, body { height: 100%; } html body.boxed #wrapper.container { min-height: 100%; position: relative; padding-bottom: 91px !important; } #containerfooter { position: absolute; bottom:0; width: 970px; } } @media (min-width: 1200px) { #containerfooter { width: 1170px; } } .home #containerfooter {width:100%;}Ben
In forum: Virtue ThemeFebruary 19, 2015 at 6:54 pm #31777ok so you want the single post pages too,
Use this css:
.single-article .main article { max-width: 600px; margin: 0 auto; }Ben
In forum: Virtue ThemeIn reply to: Custom full width Streched 100% page
February 19, 2015 at 6:52 pm #31776Hey,
yes that is correct. The sidebar loads based on a function. Not a call in the template because the call for a sidebar is added in the theme wrapper.You can use this function to turn it off for your custom template.
function kad_sidebar_on_custom_page($sidebar) { if (is_page_template('page-custom.php')) { return true; } return $sidebar; } add_filter('kadence_display_sidebar', 'kad_sidebar_on_custom_page');Ben
In forum: Virtue ThemeTopic: Tabs not displaying well
I use tabs (Virture Shortcode) which were working perfectly until today. I just checked my page, and they have become garbled. Any idea why?
*Login to see linkIn forum: Virtue ThemeIn reply to: Adding shortcode for carousel gallery
There should be an option to set the number of images per row? How are you adding the gallery?
If you use page builder you can click the tool on the top right of the row and click “edit row.” From there open the Layout tab and under Row Layout select “Full-width stretched”. That should make it spread across the entire page.Hannah
In forum: Virtue ThemeIn reply to: Suggested Plugins not installing due to SSL problem
Hi,
This could be an issue with your server. Try uploading the sliders manually. Open the theme’s zip and navigate to virtue_premium/lib/plugins/
There you will see a zip copy of each plugin. Next go to your plugins page in the admin of your site, click add new. Upload then navigate to that folder above and install the zip files.
Hope that helps!
HannahIn forum: Virtue ThemeIn reply to: Adding shortcode for carousel gallery
Hi Hannah
Thanks, I have managed to put in a caption gallery now but now the gallery still doesn’t come all the way across the page. This is the same no matter how many rows I choose, whatever size the pics are. It is the same whatever gallery I use, there is always a gap at the sides.
What I would like is for the pics to be the roughly same size as they are here
http://www.christopher-dyson.co.uk/portfolio/extensions
but the two pics below be on the top line with the other three. Is that possible? -
AuthorSearch Results


