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: Virtue kad_blog pagination
In forum: Pinnacle ThemeIn reply to: still sides background
In forum: Virtue ThemeTopic: Virtue kad_blog pagination
In forum: Pinnacle ThemeIn reply to: still sides background
In forum: Pinnacle ThemeIn reply to: still sides background
In forum: Pinnacle ThemeIn reply to: still sides background
In forum: Ascend ThemeIn reply to: Difficult menu structure
Hey,
i would gladly add a new menu structure, but i’m not sure i can do this on my own. Would that mean adding another two menus like this one and removing the theme menus or is there more to it?1. I inserted the menu in functions.php but it doesn’t seem to be in the same container because it’s full left when i remove the styling.. or am i missing something?
2. CSS works great but just for my knowledge, why would a:active not work in this case?
3. not sure about the empty items, i just added 3 items in a new menu and set the location and conditionals through the Conditional Menu Plugin. Hiding it like this would mean hiding in hundreds of pages. Any other guess on this issue?
Thank you for your time
In forum: Pinnacle ThemeIn reply to: still sides background
In forum: Pinnacle ThemeIn reply to: still sides background
Actually, I think this is what you will need to stop the background from repeating:
div#content-wrap { background-repeat: no-repeat !important; background-size: cover !important; }Are you wanting that across your whole site, or just specific pages?
Hannah
In forum: Pinnacle ThemeIn reply to: still sides background
This css would change your logo image on that specific page:
.page-id-7825 .kad-lg.kad-standard-logo-tranbg { background-image: url(https://tramunquiero.eu/wp-content/uploads/2016/02/tramunquiero_logo_weiss_349.png) !important; }This css should keep your background image from repeating:
div#content-wrap { background-repeat: no-repeat; background-size: cover; }Hannah
In forum: Pinnacle ThemeIn reply to: still sides background
In forum: Pinnacle ThemeIn reply to: still sides background
In forum: Virtue ThemeHi, I have two questions that I’m sure are not an overly complicated fix.
1) When I go to the posts/blog page on my website, it displays a preview of the text with a “read more” tab below. How do I make it so that just the meta description/post excerpt show?
2) I cannot write more than a couple short sentences on my “home” page without it being cut off and a “read more” tab added. I would really love to have the text at the top, followed by the image icons. How do I remove the “read more” tab from the home page and allow more text to be added?
My website is http://www.interiorflyfishingco.com, the blog page is http://www.interiorflyfishingco.com/blog
In forum: Pinnacle ThemeWent to make some changes to my theme and all I’m getting is a blank page. It’s listing all the options on the left panel but there is nothing where you would normally make selections. Not sure where to start? Any help would be appreciated.
In forum: Ascend ThemeHi,
it’s not a page but a category that is generated from what I understand. And the last link is an archive post. The slider was added in the code by the developer. I had a discussion about this with Ben a few weeks ago:
Previous post about this topic
/Leif
In forum: Ascend ThemeDo you know how the developer added the slider to the pages? Take a look in the post settings on the updated page and find the “page title and subtitle” settings.
See here:
http://docs.kadencethemes.com/ascend-premium/page-title-subtitle-settings/In the “override and use a shortcode slider” input, do you see the shortcode for your kadence slider?
-Kevin
In forum: Ascend ThemeHi,
I hired a programmer to place the Kadence slider on event pages created by The Events Calendar by Modern Tribe. I have two development sites and I updated one of them today with the latest theme update. After the update the slider disappeared on some pages:Event page category as it should look (no theme update)
Event page category without slider after updating.
Also this view was affected:
Coming Events page without sliderAre there any solutions to prevent the modifications from being cleared when updating? Is this something that could be solved with a child theme?
Best Regards,
Leif
In forum: Ascend ThemeIn reply to: Difficult menu structure
Hi Ben,
i registered a third custom menu in functions.php
// Add custom Menu "Ebene drei" function ebene_drei_menu() { register_nav_menu('my-ebene-drei-menu',__( 'Ebene drei' )); } add_action( 'init', 'ebene_drei_menu' );an inserted it in the child themes header.php here:
... do_action('ascend_header_after'); wp_nav_menu( array( 'theme_location' => 'my-ebene-drei-menu', 'menu_class' => 'ebene-drei-class' ) ); ?>1. BUT i would be happy to not have to override the header.php to be more future-proof.
Is there a way to insert the menu through functions.php and if, can you help me with the code?2. The way i inserted the menu, makes it difficult (for me) to style:
– a:active does not work, tried a lot of selector combos
– aligning left to the content – i know i did it wrong… please help
– this menu is controlled by conditional menus plugin – on the pages where it is set not to show, it displays a bullet, no clue whySorry for the long series of questions and thank you.
In forum: Pinnacle ThemeHi everyone,
I imported the Demo into my Pinnacle theme (I did a reset beforehand) and it seems that the Contact Us page did not get imported properly. In the demo it is full-width: *Login to see link …but on my page it shows as a small square in the top left corner. Here is a screenshot:
*Login to see linkI did this on 2 websites even, and the result is always the same. 🙁
Could you please help me in fixing this?
Thanks,
AgiIn forum: Virtue ThemeIn reply to: Simple css, just can’t find it.
Oh is that where that is!!!!!
Could you guys consider moving anything to do withe styling the menus to the menu page?
I do a lot of styling with Kadence, and once in a while this stuff is oddly hard to find.
Menu stuff and styling is all best dealt with menu stuff, just easier to find.
No big deal, just might be easier. -
AuthorSearch Results


