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 '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 12,141 through 12,160 (of 53,646 total)
  • Author
    Search Results
  • #224591

    What device/browser are you seeing this in? Here’s how the page looks for me:
    download-17

    -Kevin

    #224590

    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 Theme

    In reply to: Secondary Logo Option

    #224587

    Try changing the CSS to this instead and let me know if it works for you:

    .page-id-4768 #kad-banner #logo img{
        content: url(https://www.rebeccagallagher.com/wp-content/uploads/2019/05/RG-Audio-Logo.jpg);
        max-height: 150px;
    }

    -Kevin

    #224582

    I’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

    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 – – notice introduction menu item instead of just gutenberg.

    3. Created a landing page – – 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

    #224571

    Hello,
    I need to insert a various pages in the widget for the post carousel but it does not show me the preview of the image, although I have inserted the image in evidence. How can I solve it?
    Thank you

    In forum: Ascend Theme
    #224570

    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?

    #224568

    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?

    #224564

    sorry 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

    background image problem 1

    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).

    scrolling down

    #224561

    Hi 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 Theme

    In reply to: Secondary Logo Option

    #224557

    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!
    Dean

    In forum: Virtue Theme

    In reply to: Secondary Logo Option

    #224555

    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 Theme
    #224552

    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.

    sitebgexample

    #224550

    Hello,
    Is there a way to have a background image behind my contained content and another image in the page background so that I can see the page background on the sides of my contained content?
    Thanks.

    In forum: Virtue Theme

    In reply to: Secondary Logo Option

    #224545

    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,
    Dean

    #224537

    I have set up a testimonials page (using Template Testimonials Grid and also tried the Testimonial Post Shortcode). I included full website addresses ( 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:

    #224536

    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 Theme

    In reply to: Secondary Logo Option

    #224530

    Hello,

    This is possible with some CSS. Upload the logo that you want to use for your other pages, post a link directly to that image, as well as a link to your site, then I can give you the CSS.

    -Kevin

    #224526

    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 ( or is there a better way to handle it?

    Thanks,
    Dean

    In forum: Ascend Theme

    In reply to: Sidebar Text Widget

    #224522

    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 Theme
    #224521

    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.

Viewing 20 results - 12,141 through 12,160 (of 53,646 total)