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: Virtue Theme
I am attempting to add a podcast to my site by pasting the provided iframe content into a blog post. Libsyn provides the following. What are the steps to get this to work correctly?
<iframe style=”border: none” src=”//html5-player.libsyn.com/embed/episode/id/8900075/height/360/theme/legacy/thumbnail/yes/direction/backward/” height=”360″ width=”100%” scrolling=”no” allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
In forum: Pinnacle ThemeIn forum: Pinnacle ThemeTopic: Center Logo On Homepage only
In forum: Virtue ThemeIn reply to: Responsive menu issue
In forum: Virtue ThemeTopic: Responsive menu issue
Hello, I am having a slight issue with one of my sites running the virtue theme.
The responsive menu disappears on tablets (and when reducing the screen size on a computer).
It seems there is a screen size where the responsive menu disappears, yet the mobile menu does not show, and it happens to be on ipads/tablets.I will share a link privately.
Many thanks
DarrenIn forum: Virtue ThemeHello,
I am renewing my site, and cannot figure out how to add text to the home page.
Homepage Layout Manager
Organize how you want the layout to appear on the homepageI can see there is a block for “Page content” but where can I edit this content?
I would like to have the structure as here:
*Login to see linkthank you,
UllaIn forum: Virtue ThemeI don’t see any plugins that would obviously be causing an issue. I think a big part of the problem is that you’re on a pretty old version of Virtue Premium. When will your developer allow you to update?
Are you using all the same plugins on your test site? Which version of the theme are you running?
You can download the latest version of Virtue Premium here: https://www.kadencewp.com/my-account/my-api-downloads/Hannah
In forum: Ascend ThemeIn reply to: Extra widget in Home Page
Hi Simon,
There isn’t a built-in function to add another widget area to the homepage layout manager, but you could set your home page as a static page and add widgets to your static homepage through a page builder plugin such as Elementor or Page Builder by Siteorigin. With either of those plugins you could add widgets to any of your pages.
Hope that’s helpful!Hannah
In forum: Ascend ThemeIn reply to: Extra widget in Home Page
March 6, 2019 at 3:01 am #218758In “Customize -> Widgets” , it says:
“Your theme has 8 other widget areas, but this particular page doesn’t display them. You can navigate to other pages on your site while using the Customizer to view and edit the widgets displayed on those pages.”
But I cannot find any other pages that I can edit?
In forum: Virtue ThemeIn forum: Virtue ThemeIn forum: Virtue ThemeIn forum: Ascend ThemeHi Kadence Team,
I created custom taxonomies for woocommerce products and I’m trying to attribute to them the product archive template from the theme.
I use the following in function.php to add a custom taxonomy to products.
// Register Custom Taxonomy
add_action( 'init', 'pqna_custom_taxonomy_Print' );
function pqna_custom_taxonomy_Print() {
$labels = array(
'name' => 'Prints',
'singular_name' => 'Print',
'menu_name' => 'Prints',
'all_items' => 'All Prints',
'parent_item' => 'Parent Print',
'parent_item_colon' => 'Parent Print:',
'new_item_name' => 'New Print Name',
'add_new_item' => 'Add New Print',
'edit_item' => 'Edit Print',
'update_item' => 'Update Print',
'separate_items_with_commas' => 'Separate Print with commas',
'search_items' => 'Search Prints',
'add_or_remove_items' => 'Add or remove Prints',
'choose_from_most_used' => 'Choose from the most used Prints',
);
$args = array(
'labels' => $labels,
'hierarchical' => true,
'public' => true,
'show_ui' => true,
'show_admin_column' => true,
'show_in_nav_menus' => true,
'show_tagcloud' => true,
);
register_taxonomy( 'prints', 'product', $args );
register_taxonomy_for_object_type( 'prints', 'product' );
}To theme the custom taxonomy “Prints” I had a try copying archive-product.php from ascend_premium/woocommerce and renaming it to taxonomy-prints.php and place it into child theme at different places, but without success.
I also had a try following the woocomemrce documentation, but without success.
Using custom attributes in menus and taxonomy archives
*Login to see linkPlease help!
I will send the site link in a separate private post.
Thanks
HugoIn forum: Pinnacle ThemeIn reply to: Breadcrumbs and other questions
Okay!
Well, I have been thinking… the breadcrumbs on most of my pages are not realy required and the places where they are required are on my blog posts and on the pages we did make this custom breadcrumbs for.
I think it is easy to exclude to show breadcrumbs on particular pages with css right? (if not, than my following plan won’t work 🙂 )
Then I think it is indeed the best way to effect all of the breadcrumbs on my site with this layout and exclude the pages I don’t want to have breadcrumbs!
This means I need two things.
1. A new CSS to have this breadcrumb layout for all pages
2. And what CSS should I use to exclude to show breadcrumbs on particular pages?something like this?
.page-id-344 #kadbreadcrumbs {
display: none;
}In forum: Membership ForumsIn reply to: Kadence AMP Header Issue and PHP Error in Admin Area
March 5, 2019 at 10:32 am #218686I noticed from being in the admin that you are running amp related snippets on your site. I didn’t see what they were doing but it’s possible that is related to your header being missing.
Ben
In forum: Pinnacle ThemeIn reply to: Breadcrumbs and other questions
That isn’t working for that page because it has a different parent page ID than the others that you previously requested. Are you sure you don’t want this to just effect all of the breadcrumbs on your site? That would get rid of the complexity of targeting various parent and child pages.
-Kevin
In forum: Virtue ThemeIn reply to: close accordian widget; center text in row
ack I forgot the link!
http://newsite.plazapsych.com/newwpsite/about-us/I am using the virtue tabs and accordians widget.
Thank you!
In forum: Pinnacle ThemeIn reply to: Logo header
In forum: Virtue ThemeHi Hannah, thanks for your reply.
I don’t remember downloading any “Classic Editor” plugin, but I do see that it appears in my activated plugins list.
I haven’t tried deactivating any other plugins because I’m concerned they may effect use of my site which is currently live, or be linked to other plugins or functions and cause problems when re-activating.
However, even without changing any settings whatsoever or deactivating any plugins, the posts tab on the left of my dashboard has now become completely inaccessible, reading “Invalid Post Type” when I click on the Posts tab from the dashboard home.
I’ve not yet deactivated any plugins, but if I try that method, is it best that I deactivate and re-activate them one by one checking each time if I can use the classic editor?
Thanks for your advice, Hannah.
-Park
In forum: Virtue ThemeIn reply to: h3 has added line but is not part of the definition
March 4, 2019 at 10:17 pm #218632PPS
The h3 header shows properly in a Kadence widget.
I had this line problem with the h3 header in Site Origin and now I have the same issue using it in Elementor.Cynthia
-
AuthorSearch Results


