I’m seeing this error on your site:
You have included the Google Maps JavaScript API multiple times on this page. This may cause unexpected errors.
Are you using a plugin that would be adding a second google map to our site? If you’re unsure I would suggest deactivating your plugins to test. Let me know if there’s no change.
Hannah
Hey,
You can create this look in Ascend by enabling Latest Blog Posts in the homepage layout manager from Theme Options > Home Page Layout. Then open the Module Latest Posts and you can choose how many posts to show and how many columns.
Hope that helps!
Hannah
Hi there, thanks as usual for your help.
I have a question regarding Ascend and Virtue.
I need a header like Ascend (with Logo/Menu/Widget in one row, where the widget holds social icons). However I want to show recent posts on the homepage just like in this demo here: *Login to see link (at the bottom of the section). I can’t figure out how to do that at all in Ascend, and in Virtue I can only get 2 recent posts to appear (using Theme Options > Home Layout).
Can you give me any advice on to get what (the posts exactly like in link, but with a widget area to the left of the menu) I want either with Ascend or Kadence?
Thanks in advance!
Hi,
Please have a look at my pages (except homepage) got some coloured background. I dont want background coloured. Please advised how to get rid of it.
Thank you,
As the homepage is the only page on the site to have an image behind the menu, I can add some top padding to the element below it so hopefully it should be quite straightforward? Please can you advise which header element needs positioning? I’ve tried position:absolute on .headerclass but the logo disappears.
If we want to add any top images to more pages, or have any issues I’ll switch to Ascend but I’d rather not have to set up the menus, header and footer elements from scratch if it can be avoided.
Thanks for your help,
David.
Hi,
I’m really confused with the mobile header, when the desktop version has a Transparent Header on Home page.
More details in next message.
Pamela
Hey,
I’m not sure if you can advise on this, but I will ask all the same. I have been 410ing some old posts to clean up my site. They still show up on my homepage though (recent blog posts). Can you tell me how I might get rid of them there? I have attached a screenshot. The 1st post on Tofino is the updated one. The 3rd post (with the small image) has been 410’d. I would prefer if it didn’t show up at all when I search for the destination “Tofino”. Your help would be most appreciated.
Thanks!
T
Hi there,
I am looking to remove some schema from my Vitrue theme site. I found the following and added the code to functions:
add_filter(‘kadence_html_schema’, ‘custom_remove_schema’);
function custom_remove_schema() {
return ”;
}
*Login to see link
This removed WebPage Schema.
I still have WPSideBar showing – is this coming from the theme?
Heres what was identified in the validator:
<div class=”sidebar”><aside id=”ktsidebar” class=”col-lg-3 col-md-4 kad-sidebar” role=”complementary” itemscope itemtype=”*Login to see link
Can I add filter to remove this?
Thanks,
Glenn
Hey,
Within Blocks, google fonts only load if you select them inside the typography options of a block. So the best way to not use google fonts is to simply not select any google fonts when you create your pages. If you just want to preview with a specific font but do not want that font to load on the front end, like in cases where your theme is loading the font you can turn off load on the front from within the typography settings.
However, if you would like a programable way to prevent kadence blocks from loading any google fonts you can us this php:
add_action( 'init', 'prevent_kadence_gfonts', 40 );
function prevent_kadence_gfonts() {
$instance = Kadence_Blocks_Frontend::get_instance();
remove_action( 'wp_head', array( $instance, 'frontend_gfonts' ), 90 );
}
Ben
Hello. A problem started appearing when I try to edit / duplicate / create a portolio, page or post item on my website. I tried editing the permalinks but not helpful. This was not happenning earlier, started recently, probably with some of the updates.
I am not sure how to handle this, so any suggestion or idea how to fix this is welcome. Thanks.
Hey,
OK, When using Ascends header, by making it transparent it makes the header sit on top of the content, elementors header doesn’t have that option. So it sounds like you want elementors header to do something it’s not designed to do, which is to mimick how Ascends header options work?
In which case you will want to add some css like this.
@media (min-width: 767px){
.trans-header .elementor-location-header {
position: absolute;
left: 0;
top: 0;
}
.trans-header #pageheader {
padding-top: 160px !important;
}
}
Ben
Hi,
I need your support for certain settings.
I’m using Siteorigon on my homepage.
The first row is comprised of two sections; text and an image.
The text section says “Personality Assessment Test”.
I want this section to format like this.
Container background:#333333;
Text color:#ffffff;
Text Alignment: center;
Vertical Alignment: middle;
Please advise how can I achieve this.
Hannah,
I’m in maintenance mode. Can I create a temporary user ID for you and send you the info privately, so you can see the page?
Or would a screenshot be sufficient?
Hi
I have tried adding a “sub total” column into my-account/order with the following code :
//show sub total in order page
add_filter( 'woocommerce_account_orders_columns', 'add_account_orders_column', 10, 1 );
function add_account_orders_column( $columns ){
$columns['item_subtotal_tax_excl'] = __( 'New Column', 'woocommerce' );
return $columns;
}
add_action( 'woocommerce_my_account_my_orders_column_custom-column', 'add_account_orders_column_rows' );
function add_account_orders_column_rows( $order ) {
// Example with a custom field
if ( $value = $order->get_meta( 'item_subtotal_tax_excl' ) ) {
echo esc_html( $value );
}
}
it adds the column but not the sub total, any ideas as to why?
Hi,
In my homepage Cool-X.fi I have latest blog posts on the bottom of the page. How can I hide the author info from there, so that it will still stay on the blog page? Thanks!
-Anu
On the blog summary page and on blog posts pages, I would like to remove the grey border around each post and I would like to remove the grey-boxed date on the right edge of the page and instead just display the date in plain text, left-aligned above the post title.
I am hoping this can be done with CSS so I do not have to edit a template.
Also, can you provide the ideal image size for Virtue blog posts, and any other advice for best practices with blog post images? I would like for images to show at full size and not have the tops and bottoms cropped to fit a space, so any advice you can offer on max sizes to prevent cropping would be most appreciated.
I will post my site specifics in a private reply.
Thank you.
I created a home page with site origin plugin and it displays some white spaces wich shouldn’t be. Any tip?
Thanks in advance
Hi Ben,
Thanks for looking into it.
If you view my current homescreen without any Elementor header in place you’ll see the image featured image is full-height, with the header transparent until scrolled.
When you make any Elementor header live, on the homescreen it automatically adds a grey header BEHIND the Elementor header that shortens the featured image. You can see this by scrolling down, you will see the Elementor header scroll down and change to green but the other grey header remains at the top. This seems to only be noticeable on the homepage as most other pages have a white header anyway.
To note, it is header 2 that I would like to make live.
Hey,
You would need to install this plugin: https://wordpress.org/plugins/widgets-on-pages/
Then you would need to add a layout builder widget in pagebuilder to that new widget area and in that, you would place your category and search widgets.
Then if you only have a couple of categories I suggest you just add the shortcode into the category description areas.
If you have a ton and manually adding isn’t an option you will need to override the archive.php file in your child theme and add the shortcode into the template like this, just be sure to replace the shortcode [widgets_on_pages id=x] with the correct one for the widget area created with the plugin:
Then in a child theme you would add a function like this, just be sure to replace the shortcode [widgets_on_pages id=x] with the correct one for the widget area created with the plugin:
<?php echo do_shortcode( '[widgets_on_pages id=x]' ); ?>
You would add that around line 74.
Ben