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
In reply to: Change the size of the Page Title Font
September 5, 2016 at 2:32 pm #111508The background is for the page title area, so you can hide the text (css just post a link and I can help with that) that is your page title but there really isn’t a way to seperate them as one is the background for the other.
Ben
In forum: Pinnacle ThemeIn reply to: The Events Calendar – Hide Title Page & Sidebar
September 5, 2016 at 2:30 pm #111506So for pinnacle you would need a child theme to control the sidebar for events plugin.
This would remove the sidebar from all events pages:
function kad_sidebar_events($sidebar) { if (tribe_is_event() || tribe_is_event_category() || tribe_is_in_main_loop() || tribe_is_view() || 'tribe_events' == get_post_type() || is_singular( 'tribe_events' )) { return false; } return $sidebar; } add_filter('kadence_display_sidebar', 'kad_sidebar_events');this would turn off the page title on all events pages:
function events_pagetitle($pagetitledisplay) { if (tribe_is_event() || tribe_is_event_category() || tribe_is_in_main_loop() || tribe_is_view() || 'tribe_events' == get_post_type() || is_singular( 'tribe_events' )) { return false; } return $pagetitledisplay; } add_filter('kadence_pagetitle_display', 'events_pagetitle');you can add both to the functions.php file of your child theme: https://www.kadencewp.com/child-themes/
Ben
In forum: Virtue ThemeIs it possible to change the base of the woocommerce shop? right now it’s set to shop-2, and I want to customize that.
And my 2nd question: is it possible in the virtue theme to change the links of the product categories? I’d like to have it this way: domain.com/shopname/categoryname
EDIT: already found out about the 1st question.
In forum: Virtue ThemeIn reply to: Custom Post Pages "smooshed"
September 5, 2016 at 1:46 pm #111495I opened the store-listing page and you didn’t have the page template set to fullwidth? so I did that things seem fine?
I added this for your shop pages.
function kad_sidebar_off_dokan($sidebar) { if(preg_match_all('/store//', $_SERVER['REQUEST_URI'])) { return false; } return $sidebar; } add_filter('kadence_display_sidebar', 'kad_sidebar_off_dokan');Ben
In forum: Pinnacle ThemeSeptember 5, 2016 at 1:44 pm #111492Hi Ben, Hi Hannah:
So I also downloaded the events calendar for my Pinnacle Premium theme. I am using the default events template as you suggested to Jay above. However in my case the sidebar appears at the bottom of the page underneath the monthly view. In addition, to removing the sidebar completely I want to Hide the Page Title and there is no way of editing the page. *Login to see link – Hannah still has access to the site. The site is not published yet. Can you help with this?
In forum: Virtue ThemeIn reply to: Virtue Theme Updates
September 5, 2016 at 1:16 pm #111482Hey Joseph, can you post in your own topic? Thanks,
You just go here and scroll to the bottom of the page to start a topic: https://www.kadencewp.com/support-forums/forum/virtue-theme/
Ben
In forum: Virtue ThemeIn reply to: How to get rid of the sidebar?
September 5, 2016 at 1:10 pm #111480Hi Ben, Hi Hannah:
So I also downloaded the events calendar for my Pinnacle Premium theme. I am using the default events template as you suggested to Jay above. However in my case the sidebar appears at the bottom of the page underneath the monthly view. In addition, to removing the sidebar completely I want to Hide the Page Title and there is no way of editing the page. http://www.correctionsdesisociety.org/events/ – Hannah still has access to the site. The site is not published yet. Can you help with this?
In forum: Pinnacle ThemeIn reply to: Google map
In forum: Pinnacle ThemeIn reply to: Make one specific post or page transparent
Hello Hannah,
Site in under maintenance right now and not accessible for a bit, however this would apply generally to any page or post.. Anyway i think i may have a way around this as i am using a plugin to add background video to the siteorigin page builder elements, -which was the objective to begin with. But i will let you know anyway as this is a very helpful feature.
In the advanced styling section if you tick he option for Post and Page Content area Background to be transparent it does not really make them transparent unless you also chose the Main Content Background to be transparent as well. Is that the way it should be?In forum: Pinnacle ThemeIn reply to: Change the size of the Page Title Font
Hello Hannah,
Thanks for your reply. OK i have figured the h1 settings but also please note that when you chose to hide the page title it disable both the text title AND the background image assigned to it, whereas i think it would be much more helpful if these two elements were considered separately to give you the option of removing the page title, if for example same in included in the post. but leave the background image intact. Otherwise, i find that i need to set up a slide for every post just tobe able to show the background image i want. 🙂 BTW i think that Pinnacle is the most versatile and customizable and flexible and amazing WP theme i have ever used, and i have pretty much used them all. Keep up the good work!In forum: Virtue ThemeIn reply to: Custom Post Pages "smooshed"
In forum: Pinnacle ThemeIn reply to: Google map
September 5, 2016 at 12:19 pm #111460I don’t see a map on the contact page can you add it?
BenIn forum: Virtue ThemeIn reply to: Custom Post Pages "smooshed"
In forum: Pinnacle ThemeIn reply to: Full Width Template
In forum: Virtue ThemeTopic: hide tab on one product only
HI Ben, Hannah and Kevin
Is there a way in CSS to hide the description tab on just this product?
I just want to show reviews for this particular product page, no descriptions.
I think there is a way to snag it and hide it with some css magic.
In forum: Pinnacle ThemeIn reply to: kadence slider on mobile devices
In forum: Pinnacle ThemeIn reply to: Change the size of the Page Title Font
In forum: Virtue ThemeIn reply to: Page template for home page
In forum: Pinnacle ThemeIn reply to: Make one specific post or page transparent
In forum: Virtue ThemeIn reply to: Facebook preview – issues with sharing pages
-
AuthorSearch Results


