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
Topic: Centered Bullet list
In forum: Virtue ThemeIn reply to: Where is the now
December 23, 2014 at 12:30 pm #25979The only reason it’s better is because of which file you would be replacing in your child theme. If for some reason I update base in the future and you update the theme but have an old copy of base in your child theme it could cause a problem where you wouldn’t see anything on the page. But if I update the footer template and your using an older one it will be clear if there are any issues that it has to do with your footer. It’s only for future planning.
Ben
In forum: Virtue ThemeIn reply to: Custom Home Carousel & WPML
December 23, 2014 at 11:53 am #25974Copying and pasting the code wouldn’t work because of the carousel javascript.
Your spacing at the top is mostly caused because you have a page-title area there. You can remove that in the home page (which you have already) and you can use this css to remove on your test page:
.page-id-2191 div#pageheader { display: none; }as for the styling of the carousel you can use this css, just note that you have
<br>tags in your html. Those are creating extra space. When you look at your page code make sure to remove those..carousel_item img { margin: 0px 0 0; padding: 0; } .carousel_item p { padding: 0 10px; } .carousel_item h4 { margin: 0; padding: 0 10px; text-align: center; } .carousel_item { background: #197575; border: 1px solid #616163; }Another route you can go is through wpml string translation… If you add this to the wpml-config.xml file it will allow you to translate the carousel as a string translation:
<key name="home_custom_carousel_items"> <key name="0"> <key name="link" /> <key name="title" /> <key name="description" /> </key> <key name="1"> <key name="link" /> <key name="title" /> <key name="description" /> </key> <key name="2"> <key name="link" /> <key name="title" /> <key name="description" /> </key> <key name="3"> <key name="link" /> <key name="title" /> <key name="description" /> </key> <key name="4"> <key name="link" /> <key name="title" /> <key name="description" /> </key> <key name="5"> <key name="link" /> <key name="title" /> <key name="description" /> </key> </key>You can also wait till the next update. I will add it in for you,
Ben
In forum: Virtue ThemeIn reply to: The theme will not install
December 23, 2014 at 9:11 am #25952FAVRAT,
Are you uploading through the appearance > themes page?
Are you choosing the .zip file?If you click on media > add new, in the bottom left corner what is your max upload size? should say right there.
Have you tried uploading the theme via ftp?
Ben
In forum: Pinnacle ThemeIn reply to: List of issues
December 23, 2014 at 8:56 am #25946Issue 2.
It is what I said, your using the theme filter. It only filters the items that are on the page. It wasn’t created to be a menu or filter your site. So you would need to use a menu or use an ajax filter that would query the whole site.Issue 4.
You can use this css:div.product .product_meta .posted_in, div.product .product_meta .tagged_as { display: none; }Ben
In forum: Virtue ThemeIn reply to: displaying all products in all categories carousel
Hi there is there a simple way to display all products in all categories within a single carousel. I made an ‘all product category’ and made it the parent page of my main product categories and that sort of worked but had alarming results on the rest of the page with my main product category tiles disappearing.
Thanks in advanceIn forum: Virtue ThemeHi there is there a simple way to display all products in all categories within a single carousel. I made an ‘all product category’ and made it the parent page of my main product categories and that sort of worked but had alarming results on the rest of the page with my main product category tiles disappearing.
Thanks in advanceIn forum: Virtue ThemeIn reply to: Custom Home Carousel & WPML
Hi Ben,
Thanks a bazillion. Slowly getting there: http://gxplanguageservices.com/home-de/?lang=de Now I’m struggling with the styling of the newly created carousel.
Here is how I did it on the English version using CSS.#home-custom-carousel .custom_carousel_item { background: #197575 } #home-custom-carousel .custom_carousel_item { border-color: #616163 }Tried [carousel_item columns=1 background=”#197575″] for the shortcode, did not work.
Also, the pictures are smaller than on the original carousel, and the padding between pic and title is bigger, and so is the padding between secondary menu bar and carousel.
I’m sorry to be such a pain. All I need is the exact same-looking Carousel in different languages. Is there no way to fetch the code of the original carousel on the English homepage (http://gxplanguageservices.com/) and just copy-paste it in the Text Editor?
Sorry! 🙂
Cheers.
AnneIn forum: Virtue ThemeIn forum: Pinnacle ThemeTopic: demo content not loading
In forum: Virtue ThemeIn reply to: Testimonials Slider Overlapping
In forum: Virtue ThemeIn reply to: When deleting page titles, navigation disappears
In forum: Virtue ThemeIn reply to: When deleting page titles, navigation disappears
In forum: Virtue ThemeIn reply to: When deleting page titles, navigation disappears
In forum: Virtue ThemeIn reply to: When deleting page titles, navigation disappears
In forum: Virtue ThemeIn reply to: When deleting page titles, navigation disappears
In forum: Virtue ThemeHi. I am working on hawleyjerseyguitars.com, and I used CSS to delete the page titles from my pages. However, that also deleted the portfolio navigation, which I need. How can I keep that navigation without having titles on my About, Contact, etc pages? Thank you.
In forum: Virtue ThemeIn reply to: No Pic in category listing
In forum: Pinnacle ThemeIn reply to: List of issues
1. That is a js error. If you post a link to your site I can tell you what is causing it. Most likely you have a plugin that isn’t set up right.
2. The filter only filters what is on the page, It’s not a menu or ajax filter. If you want to use an ajax filter that queries your site I recommend using https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/
3. I would need to see a link. Are you seeing the flip here: http://themes.kadencethemes.com/virtue-premium/shop/
Ben
Ok, so I removed a plugin that I do not need. That fixed and restored the first issue.
For issue 2, I think I worded the issue wrong. Here is the issue as presented from my site: http://www.holmesjewelryaz.com/product-category/celtic-jewelry/
a.) If you click on the “Bracelets” option at the top, only two of the four items is shown.
b.) I adjusted the category name, but the issue only gets worse. (i.e. categories used to include the main category name “Celtic Bracelets” is now “Bracelets.”For issue 3, I figured out the issue. The feature image is the first, while the next gallery image is the flip.
One last thing, I wish to remove the Category and Tags displayed in the product details page. It is really distracting. I normally use the .posted_in{display:none} and .tagged_as{display:none} CSS code to remove them, but now, it does not work. Any assistance would help.
In forum: Virtue ThemeIn reply to: Where is the now
Thanks Ben,
I don’t know enough about these things. I am a a retired hippie and have some domains as a hobby but always eager to know more.
I was used to always put such scripts before the body closing tag bur WP and themes evolve.
I placed the lines in WP-admin/edit/templates/base.php, before the body closing and they work.
You are suggesting that placing those lines in /public_html/xxxxxxxxxxcom/wp-content/themes/virtue_premium//templates/footer.php is better.
So I place such script before the footer closing tag there? Why is it better to place it there? Page loads faster?
Most of my sites have old themes, I have opted now for Virtue Premium (Suffusion-fan) and are implementing and tweaking it on all my domains.
I appreciate the knowledge of this community, new to me to have such a support.
Peter -
AuthorSearch Results


