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: Hide products from specific cxatagory from shop
In forum: Virtue ThemeDear Kadence,
Via the forum, I found a way to hide a specific category from the shop page, but I’m still able to load them on a specific other page, .. perfect! However I would like to hide the products in this category or the specific product ids from the shop page while; still being able to load them somewhere else .. please advise.
I used this code in the child-theme:
add_filter( ‘get_terms’, ‘get_subcategory_terms’, 10, 3 );
function get_subcategory_terms( $terms, $taxonomies, $args ) {
$new_terms = array();if ( in_array( ‘product_cat’, $taxonomies ) && ! is_admin() ) {
foreach ( $terms as $key => $term ) {if ( !in_array( $term->slug, array( ‘crowdfunding’,’crowdfunding-nl’ ) ) ) {
$new_terms[] = $term;
}
}
$terms = $new_terms;
}
return $terms;
}In forum: Pinnacle ThemeIn reply to: Testimonial Carousel
I had to delete it because it was changing the layout of my home page! Website is http://www.saminamitha.com
What I can do is put it up temporarily until tomorrow so that you can go through it and see what I mean.
Thank you for your help.
saminaIn forum: Virtue ThemeTopic: Image size inconsistent
Hello.
On the page *Login to see link I have a series of icons I’ve built. They are all the same size, all uploaded and added the same way to the page. However, they are appearing in 4 different sizes. I’ve tried adjusting the width/height. I’ve tried re-uploading them. I’m at a loss at how to make the size consistent. Each icon should be 100 px square.
Any suggestions on how I can resolve this?
TIA
RachelIn forum: Virtue ThemeIn reply to: header and footer issue
April 7, 2019 at 12:40 pm #222348Hey Ben,
Thanks for getting back so quick. I added that code in and it almost did the trick… About 95% of the trick. There’s one more element showing up affecting the template layout which I can’t put my finger on. Something is affecting the layout creating a wider page than it should be and adding a scroll bar at the bottom. On the invoice it’s not the biggest deal, but the plugin uses the page layout to create a pdf version as well and in the pdf version, it makes it so some of the content is cut off. I’ve tried using my webtools inspector to figure out what else I need to set to display: none. Any chance you might have a clue what would do the trick?
As for your previous question. The plugin I’m using for invoicing is Sprout Invoices Pro
Link: http://sproutinvoices.comThey have an estimate post type as well. I’ll have to fiddle with it and see if the css you provided will fix that, or if I need to implement another quick css fix, but the example you gave me should give me a good starting point. Thanks for your help!
In forum: Virtue ThemeTopic: Stuck on image size problems
Hi there, the main image on a product page is not behaving quite right, please see:
*Login to see linkAs soon as you hover it goes out to the right size. I’ve changed the default medium image size in Woocommerce settings to 600 wide, then it said it was redoing thumbnails, also turned off the aspect ratio setting in virtue.
Please help, thank you, JohnIn forum: Virtue ThemeThanks Ben,
Yup, the child theme was the culprit of the extra menu, so right now I am just using the general theme.
What I changed with the header in my child theme was the order of elements starting from the top into:
1) logo
2) feature image
3) secondary menu
4) page contentNow, without my child theme, the order has switched into:
1) logo
2) secondary menu
3) feature image
4) page contentwhich is NOT what I want.
Also, without my child theme, the page ‘home’ does not display the feature image at all.
I would be grateful, if you could let me know of an elegant way to solve this issue, so that I get my preferred order of elements back.
/Bente
In forum: Pinnacle ThemeIn reply to: Have a lot of mobile issues
April 6, 2019 at 10:59 pm #222311Hey Alex,
I just tested those pages, they pass without issue.I’ve seen this before. Basically, there is actually nothing wrong with your pages. Google is altering that there is because it’s not able to read all the content. Servers can prevent the google bot from accessing files or there are other various reasons on google side where it just doesn’t access files correctly. You get a warning that the page was not able to be fully loaded when doing a manual test. It’s when you dig into that when you see the files that didn’t download were your css files so naturally the site doesn’t pass the mobile check.
I suggest you start by manually testing your pages here: https://search.google.com/test/mobile-friendly?utm_source=gws&utm_medium=onebox&utm_campaign=suit&id=bUz7KmMNqwRoY1-6SY8SQg
Then if you also see it pass go into your google console and simply ask Google to retest, If you see an error and it’s saying files are missing then you may need to contact your host to see if they have suggestions for how to get your server to feed the google bot your css files.
Ben
In forum: Virtue ThemeTopic: header and footer issue
April 6, 2019 at 2:13 pm #222299Hi,
I’ve recently added an invoicing plugin to my website which should display my invoice pages with nothing but the invoice itself. When trying to view my invoice page, the theme header and footer are injected into the template. I reached out to the plugin developers and they assured me it was a theme issue. I switched themes and it worked as normal. Switched back to Virtue and the issue reappeared.
Message from invoice plugin support: “The header and footer should not be added automatically to your invoice and estimate templates. I’m assuming your theme is doing this via some WordPress non-standard. Can you talk to your theme author so they can resolve it?”
I wanted to reach out and see if you might be able to give me some insight as to how I could troubleshoot / fix this.
Website: *Login to see link
Invoice Page Example: *Login to see linkIn forum: Virtue ThemeIn reply to: Updated theme, now it’s gone
In forum: Virtue ThemeHi,
If I check off ‘Mobile navigation’ under the wordpress settings, the mobile menu also shows up on the computer screen together with the secondary menu that I am using there. See *Login to see link where the mobile menu is on just above the usual menu on the right side. If I don’t check it off, the computer screen looks fine, but there is no menu at all on the mobile screen.What to do?
It doesn’t matter what I do under theme options …
Bente
In forum: Pinnacle ThemeTopic: Have a lot of mobile issues
April 5, 2019 at 11:57 pm #222277Hello,
I´m using the Virtue Theme since 2015 and I was always more than satisfied with it.
During the last two weeks the number of issues in my Google Search Console regarding is increasing:
– Text too small to read
– Clickable elements too close together
Content wider than screen
Here are some pages with the issues:
– *Login to see link
– *Login to see link
– *Login to see link
What should I change in my theme so that it will work fine again?Thank you and best regards
AlexIn forum: Virtue ThemeHi Team,
I’m using the “Seriously Simple Podcasting” plugin to list podcasts on this page. The plugin seems to be corrupting the Virtue Social icons in the sidebar but I’m unsure what to tell the developer.
I’ve viewed the page source and can’t see what is causing the corruption. Please could you take a look and give me a steer as to what information I can pass on?
Very many thanks,
Phil.In forum: Pinnacle ThemeTopic: Testimonial Carousel
How do I add a Testimonial Carousel to my home page? I tried adding a row into page builder and then inserting the pinnacle: testimonial carousel widget but it is not showing up. I also added a testimonial in the testimonial section.
I’ve tried looking up a tutorial for this but I cannot find it!
TIA
In forum: Virtue ThemeIn reply to: Products
April 5, 2019 at 5:05 pm #222251Hey,
The error on the page is a php fatal error (server error), which stops the output right at that point. It’s impossible to guess at the cause, you can keep trying different things but the best is just to look at your server error log and then we would know. Can you access the server and look in your php error log?Ben
In forum: Virtue ThemeThe following page was created using the information from this link on Shopify (*Login to see link
Here’s the link to the page on our site (*Login to see link
I’m trying to change the default grid from 1-wide to 2 wide, but am having trouble locating the code to change it. I created the custom Collections page and everything is working correctly, but I can’t find where that setting is located.
Ideally, I would like it to work the same way that the Basic Collections page works (*Login to see link Is there a way to apply this sizing/grid setup to the *Login to see link page?
Thanks,
DeanIn forum: Virtue ThemeIn reply to: disable “added to cart” popup
In forum: Ascend ThemeIn reply to: Migrate Problems
April 5, 2019 at 2:55 pm #222230Hey,
You are getting this error: Failed to load resource: net::ERR_CERT_AUTHORITY_INVALIDIt’s because you have the images set to load from an https page but it doesn’t look like the domain is set up for https.
So you just need to make sure to change the images in the slider and in the image menu to not try an https url.
Ben
In forum: Virtue ThemeIn reply to: disable “added to cart” popup
April 5, 2019 at 2:48 pm #222229Hey,
Can you link to the place where I can test this? The page where if I click add to cart this happens.Ben
In forum: Ascend ThemeTopic: Post Date
April 5, 2019 at 2:33 pm #222224Hello,
For a single post, is there a way to have the phrase “Post Date:” appear before the actual post date that is in the light grey color?
Page sample: *Login to see link
For this particular post, a townsperson thought trash pickup was today, April 5th, the date of the post. I guess they read no further. But some folks here are quite elderly and may need the extra help! 🙂
Ellen
-
AuthorSearch Results


