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 'site'
-
AuthorSearch Results
-
In forum: Pinnacle Theme
In reply to: Sizing images for headers
March 13, 2018 at 6:04 pm #183203Hi, Hannah,
Thanks for sharing this blog post. My website is https://www.jpbowles.com/. I’ve just started building it, so there isn’t much to see yet and what’s there is pretty rough.
The best example of the issue I’m having is on the Events page of my website. The image I’d like to use behind the header is part of a large photo of people in a room gathered around some paintings. What you see now is the top of the photo which just shows the top of the walls. The paintings and the people are below this.
What I’m trying to figure out is how to control which slice of the photo appears here. If I need to crop it in Photoshop, how do I know the dimensions I need? If the image can be adjusted within the WordPress editor, how do I do that?
Thank you for any advice you can offer.
-John
In forum: Ascend ThemeIn reply to: Blog page formatting
I’m having this issue on another site where the blog images are not appearing on the main blog page.
In forum: Ascend ThemeIn reply to: Ascend Online Shop Demo
In forum: Ascend ThemeIn reply to: Ascend Online Shop Demo
In forum: Virtue ThemeIn reply to: Home Page Failing to Display – Intermittently
March 13, 2018 at 2:18 pm #183146You checked after it came back again. Yes I use 4 different devices to check the site, with Chrome, IE, Safari & on iPhone – all the same. I’m wondering why it’s fixed when I update the home page.
I did disable Jetpack for a day, then switched it back on Sunday and has been OK until today.
I’m not sure which the photon setting is in Jetpack 5.9 but guessing it’s ‘Serve images from our servers’ under ‘Speed up your site’. Have now turned that off as well as the Media settings.
I use Jetpack to show my twitter timeline, if I deactivate Jetpack altogether, does Virtue have a Timeline option?
Think the Show sharing buttons option is part of the Theme isn’t it – at the bottom of Posts/Pages.
In forum: Virtue ThemeIn reply to: Logo spread
March 13, 2018 at 1:31 pm #183133There is this code appearing right below the second navigation
In your theme options > main settings scroll down to the “Sitewide after Header Shortcode” you added that css there. Just remove it. It’s not a shortcode and css should not go there.
In forum: Membership ForumsIn reply to: 12-Mar-2018 12:38:38 UTC] PHP Warning:
March 13, 2018 at 12:03 pm #183094Hey,
The php warning would not affect site speed. That warning only means you have trying to execute a gallery without any images selected. It’s a warning that would only happen in that case. On a page where there is a gallery shortcode or widget but no images have been selected.That code otherwise doens’t run.
Looking here: https://tools.pingdom.com/#!/bXyVEa/photo.tientruong.vn
I can see that you servers response time is 4.24 seconds. And that you are not caching. So you need to add caching so that your can drop that down.
See this post: https://www.kadencewp.com/need-for-speed/
And go through your site and make sure you have not added a gallery widget or gallery shortcode with no ids selected. Another example would be in the portfolio post if you’ve set the project to show a gallery but have not added any images to the project.
Ben
In forum: Ascend ThemeIn reply to: making columns site origin editor
In forum: Ascend ThemeMarch 13, 2018 at 10:24 am #183067Hello,
Is is possible to split a piece of writing into 2 columns?
On this page I have a block of writing that I want to split into two columns but I want to avoid making a separate row when adding a widget.
Thanks
In forum: Ascend ThemeIn reply to: Changing fonts on Ascend widgets
March 13, 2018 at 10:04 am #183062Hi Kevin,
Having a think about it, I don’t really want to be changing the style of each widget, I would like to do it for all the ‘Ascend Recent Posts’ widgets, to have the same font as the title of that widget. At the moment they are different, the title is source sans pro (default) and the body text is what I have changed to Roboto slab. In the widget ‘Ascend call to action’ I can choose any ‘h1’ style, which I see I can change in the typography settings.
The trouble I have at the moment is don’t know what font I want to use on the rest of the site for all the titles, Is there a way of doing that easily using options rather than code?
With the ‘Ascend Spilt Content’ widget the body text changes but I can’t change the title text?
Sorry I’m not quite understanding how I can change these things, but if you can help I will decide tomorrow which font I want for which areas
In forum: Virtue ThemeTopic: Woocommerce integration
Hi there!
I’m using Woocommerce with Virtue Premium and am attempting to add a snippet of code to my site which will allow me to hide particular shipping methods from the Woocommerce cart, when specific shipping classes appear in there.
The code I have works when listing a single shipping method, eg. [‘flat_rate:13’]
However I have 3 other methods that I’d like to add and I’m unsure of how to list them.
They are: [‘flat_rate:14’] [‘flat_rate:15’] and [‘flat_rate:22’]
Here is the code that is currently works for hiding [‘flat_rate:13’]
add_filter( ‘woocommerce_package_rates’, ‘hide_shipping_when_class_is_in_cart’, 10, 2
);
function hide_shipping_when_class_is_in_cart( $rates, $package ) {
// shipping class IDs that need the method removed
$shipping_classes = array(892,897,1143,1628);
$if_exists = false;foreach( WC()->cart->cart_contents as $key => $values )
if( in_array( $values[ ‘data’ ]->get_shipping_class_id(), $shipping_classes ) )
$if_exists = true;if( $if_exists ) unset( $rates[‘flat_rate:13’] );
return $rates;
}You been so helpful in the past and I’d really appreciate if any of you could give me a clue about how to list the other methods within this snippet. I’m hoping that this is a simple case of listing the methods using the appropriate coding protocol.
Thanks in advance!
TimIn forum: Ascend ThemeIn reply to: Changing fonts on Ascend widgets
Hey,
Sitewide fonts are controlled via Theme Options> Typography Settings. If you want to control fonts on a per-widget basis, you can use inline html as outlined in the first example here:
https://www.w3schools.com/html/html_css.aspIf you want to set fonts sitewide for widgets, CSS should be to do this for you. If you can link to some of the widgets you’re wanting to set the fonts for, I should be able to help with the CSS.
-Kevin
In forum: Virtue Theme1. RSS is automatically generated by WordPress, if I understand correctly. It’s there for readers who choose to use it as a way to receive web updates whenever content is posted to sites they subscribe to. See here:
https://www.lifewire.com/rss-101-34827812. Are you wanting to build a subscription service? If so, take a look at this post and let me know if it will work for you:
https://www.kadencewp.com/build-blog-subscription-mailpoet-3/-Kevin
In forum: Virtue ThemeIn reply to: Content width and search questions
In forum: Membership ForumsIn reply to: 12-Mar-2018 12:38:38 UTC] PHP Warning:
In forum: Membership ForumsdEAR.
I user: ascend_premium
Site loading is very slow, 500 error. After checking the logs file.
—–
12-Mar-2018 12:38:38 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/phototientruong/public_html/wp-content/themes/ascend_premium/lib/kad_shortcodes/gallery.php on line 455
—-
What should I do next, hope you can help me..
Thank you.In forum: Virtue ThemeHi,
I need to spread my menu items across the page. Can you provide me with the CSS so that there is less padding and the icon can go to the left. I’ll have to make other changes such as changing Vermont to VT. I can move search to the footer, etc.Site: *Login to see link
Thanks,
MelissaIn forum: Virtue ThemeTopic: Page Titles
Hi
I know that the page title within Virtue translates to the H1 tag seen by search engines, but I have a couple of questions:
1) Is it possible for a search engine to “see” the H1 tag, whilst having the page titles hidden from pages? I use a Kadence banner as the visible “page title” on each page, so don’t really want to also show the normal page title, but I would still like the search engines to be able to “see” the H1 tag
2) Is there a way to set the homepage H1 tag independently of the page title? As I see it, the page title needs to be ‘Home’ but I don’t want my H1 tag being ‘home’ as this isn’t useful in SEO terms?
Thank you in advance! The website I’m talking about is http://www.bryhercampsite.co.uk
In forum: Virtue ThemeIn reply to: Logo link
March 12, 2018 at 3:56 pm #182957Is it possible to replace the logo’s link to homepage with a link to an image?
While this would be out of the normal for websites, so for accessibility I would strongly suggest against it, you could do this with a child theme filtering on “kadence_logo_link”;
So with a function like this:
add_filter('kadence_logo_link', 'custom_logo_link'); function custom_logo_link($link) { return 'https://www.customlink.com'; }No you couldn’t make hovering over the logo do that.
In forum: Virtue ThemeIn reply to: Virtue Gallery images not showing in SEO
March 12, 2018 at 3:52 pm #182956Search engines see the images on our page. It’s part of the code so they see they exist.
If you want individual images to be indexed as their own page then you need to enable the sitemap to show attachment pages.
This can be done in your Yoast SEO settings.
Finally yoast and page builder try to communicate but it’s not great and for the most part, yoast doesn’t ever get a clear picture of your actual site because it’s only giving a grade based on the content of that page (it missed content added through page builder) and always excludes anything else on the page like footer widget, sidebar etc. It’s simply only meant to be a tool. It doesn’t actually look at the page like google does. Google sees the page from the url and reads all the code. Yoast is simply trying to tell you wants in the normal text editor.
Ben
-
AuthorSearch Results


