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: Ascend ThemeIn forum: Ascend Theme
Hello,
The reason for this is that whenever a page is assigned as home, the home page template is assigned to it. You can hide the header and footer with this CSS:
.home div#pageheader, .home #kad-header-menu-sticky-wrapper, .home footer#containerfooter { display: none; }-Kevin
In forum: Virtue ThemeIn reply to: Secondary Logo Option
In forum: Ascend ThemeI’m chasing my tail here. My goal is to simply create a landing page that points to a menu item in my header menu via a 1 page kadence slider.
Here is what I have done.
1. Created website *Login to see link
2. Created a kadence slider with 1 image, full width, full height, single slide on, slide background size cover, added text and a button slider link – *Login to see link – notice introduction menu item instead of just gutenberg.
3. Created a landing page – *Login to see link – template landing page no header, page content width full width.
4. Inserted kadence slider shortcode into Home page.
5. Dashboard – Settings – Reading – homepage home.
6. Dashboard – Pages – Home page view does not look like a landing page – both header and footer appear.
I’ll follow-up with my sign in information in a private entry if you need it.
Thanks for your help.
Jerry
In forum: Virtue ThemeIn forum: Ascend ThemeTopic: API Activation
I have installed Ascend on my site but the usual API activation box is missing from the ‘Get Started’ page (there’s only a tab for ‘going pro’).
I have checked on my account and noticed there was already an active API for another Kadence theme on the site. I have deactivated this but the API box is still not showing up.
Is there anything else I need to do to either activate the theme or reset the site so the API box appears?
In forum: Membership ForumsTopic: Post Grid/Carousel Block
I’m developing a website with Kadence Blocks (plus the Pro version) and using the Post Grid/Carousel Block on one of my pages. When I add the Post Grid/Carousel Block, if I have a custom excerpt for a post that is two paragraphs, the posts excerpts display as two paragraphs inside the Gutenberg editor. But when I view the page on the front end, they don’t appear as two paragraphs. The two paragraphs run together like an auto generated excerpt. I have the site running on Genesis Framework. If I create a page and use the theme blog template, the excerpts appear as paragraphs in the post grid. But they don’t if I create a page and use the Post Grid/Carousel Block. Is this expected behavior? Or am I missing something like a setting?
In forum: Ascend Themesorry slow in getting back, I was unable to duplicate the problem immediately and haven’t been working on that site this week.
Here is a screen print showing the background blown out way too big

Here is scrolling down further showing the title text on the second page. The title background and text should fit on a single standard desktop window page normally (1920 x 1080).
In forum: Virtue ThemeMay 1, 2019 at 8:47 pm #224561Hi there – The Event Organiser plugin is working great with Virtue Premium – thank you for the suggestion!
I have tweaked one of their templates (event-meta-event-single.php) to customize the way the individual event pages look with no problem.
Now I want to add this code so that the main event page (the page that lists all of the events) displays the start and end date of multi-day events:
if( eo_get_the_start( ‘Y-m-d’ ) != eo_get_the_end( ‘Y-m-d’ ) ){
//”Long” event
echo eo_get_the_start( ‘jS F Y’ ) . ‘ – ‘ . eo_get_the_end( ‘jS F Y’ );
}else{
//One day event
echo eo_get_the_start( ‘jS F Y’ );
}It looks like the website is using your archive.php template for the event page. I have no idea where to put this code. It looks like BOTH the plugin and the theme have their own archive-events.php file… Can you suggest what template I should put it in? I know it’s beyond the scope of the theme itself, but I’d really appreciate any help!
In forum: Virtue ThemeIn reply to: Secondary Logo Option
Hannah,
That looks perfect. The one thing it doesn’t do is link back to the home page (https://www.rebeccagallagher.com/). Is there a way for the CSS to add the URL link for that too?
Other than that, it’s exactly what I was wanting to do.
Thanks so much!
DeanIn forum: Virtue ThemeIn reply to: Secondary Logo Option
Hey Dean,
I think this css will work for you:.page-id-4768 #kad-banner #logo { content: url(https://www.rebeccagallagher.com/wp-content/uploads/2019/05/RG-Audio-Logo.jpg); max-height: 150px; }Just paste that into your custom css box in Theme Options > Advanced Settings.
To do this on multiple pages you will just need to duplicate the css and add the specific page id’s.Hannah
In forum: Ascend ThemeIn reply to: content background image
The background image still goes all the way to the sides instead of behind the content only.
I’m trying to make it so that my content has a white with opacity that shows the page background behind. like the attached, the middle white part needs to be one image and the clouds behind is another image.
In forum: Ascend ThemeTopic: content background image
In forum: Virtue ThemeIn reply to: Secondary Logo Option
Kevin,
That sounds great!
The URL for the alternate logo graphic is https://www.rebeccagallagher.com/wp-content/uploads/2019/05/RG-Audio-Logo.jpg.
And the site is http://www.rebeccagallagher.com. I’m looking to use this logo for the http://www.rebeccagallagher.com/audio page and possibly a couple other future pages.
I’ll be interested in seeing what the CSS looks like.
Thanks,
DeanI have set up a testimonials page (using Template Testimonials Grid and also tried the Testimonial Post Shortcode). I included full website addresses (*Login to see link in the link data field for many. The links do not display on the grid-views, but the links show up on the individual testimonial pages. Thoughts on how to get that link to show on the page? I have tried both the page template “Testimonial Grid” and the Testimonial Post Shortcode. I’d like to stick with the shortcode version – here’s the code I am using, below:
[testimonial_posts columns=3 content=full link=true items=”100″]
If there isn’t a way to display, I can go back into each entry and add a hyperlink within the text. If you want to see what I’m working on, you can go to this temp development page: *Login to see link
In forum: Ascend ThemeIn reply to: Display Blog Posts Customization
Yes Ben, that is pretty much what I was aiming for. I see that sample you sent is for a blog page, I’m hoping to use this style for a 3-column shortcode on my home page to feature the last three blog posts, as squares or that rectangle ratio in your sample would be agreeable too. Here’s the code I have currently:
[blog_posts items=”3″ type=”mosaic” orderby=”date” cat=”photo-session-feature”]
I tried ratio=square / ratio=”square” with no success.
Thank you Ben, & Team.
In forum: Virtue ThemeIn reply to: Secondary Logo Option
In forum: Virtue ThemeTopic: Secondary Logo Option
If I want to display a different logo on a certain page (or set of pages), how do I go about doing that?
Would something like this work (*Login to see link or is there a better way to handle it?
Thanks,
DeanIn forum: Ascend ThemeIn reply to: Sidebar Text Widget
Hello,
I’m not familiar with that feature of the visual editor widget, but you should be able to just add html to the text editor of it and edit your tags that way.
You can also add raw html to a simple text widget if that’s what you’re trying to do. Another option is to use page builder on your site. Then you’d have access to all of the widgets and options that come with the plugin using the layout builder widget.
Some more specific examples of what you’re trying to accomplish would be helpful in determining the best solution.
-Kevin
In forum: Ascend ThemeIn reply to: Add Button to Landing Page
It worked!
Almost. I did define a 1 page slider and added a button and text layer:
https://wisconsin-websites.com/gutenberg/landing/
unfortunately, there is a small green bar at the top. Can you tell me how to get rid of it?
Thanks.
-
AuthorSearch Results




