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 - 30,041 through 30,060 (of 53,646 total)
  • Author
    Search Results
  • #111655

    No worries, Kevin. Yeah, it’s a blog category page. I tried placing the shortcode in the description and it just displays the shortcode below the title.

    Thanks,
    Brad

    #111654

    Hello.

    Yesterday I bought your Virtue Theme. I have any questions:

    Is possible in main menu in entry “Features” that show 4 colums, is possible show 5 colums? My store have 5 main categories and its important for me
    Is possible change style at first row of each column of “Features” ?, show it bold, or change the background, the first row of each column is the name (And link) of main category
    Is possible in main menu custom with a line under entry? to highlight the menu
    How put category menu at left in this page? – You told me you could do with a widget, but do not know how to do it

    Thanks

    #111653

    Sorry, are you referring to a blog category page? If so, you do not need woocommerce. You can simply place the shortcode in the category description and you should be set.

    -Kevin

    #111649

    So it seems modern tribe updated there conditionals. I updated the codes to this:

    function kad_sidebar_events($sidebar) {
    	if(is_archive('events-archive') ||  is_singular( 'tribe_events' ) || is_singular( 'tribe_organizer')){
        	$sidebar = false;
      	}
      	return $sidebar;
    }
    add_filter('kadence_display_sidebar', 'kad_sidebar_events');
    
    function events_pagetitle($pagetitledisplay) {
      	if(is_archive('events-archive') ||  is_singular( 'tribe_events' ) || is_singular( 'tribe_organizer')){
        	$pagetitledisplay = false;
      	}
      	return $pagetitledisplay;
    }
    add_filter('kadence_pagetitle_display', 'events_pagetitle');

    What call to action are you refering too?

    Ben

    #111648

    If your not using a custom excerpt on your other pages are you then using a “read more” tag? becuase those are really only supposed to be used when you are showing the full post.

    So if I understand well I should remove the “read more” tag (yes I use it) on the older posts, then the “Read more” links are supposed to come back on my blog page. Right?

    #111639

    Just depends how your calculating the excerpt. If your using a custom then there is a theme option to add a read more to the custom excerpt in your theme options blog options.

    If your not using a custom excerpt on your other pages are you then using a “read more” tag? becuase those are really only supposed to be used when you are showing the full post.

    Ben

    #111638

    Hey,
    So first note that it can take two weeks for google to update after you’ve changed it.

    For the home page it looks like you’ve left it set as the “post page” in your settings reading. So in your yaost settings you should see an option to edit the front page meta data. Based on the code I see you have “Luxury Private Sailing Charters in the Caribbean Virgin Islands” for the description

    so you just need to wait till google updates your site.

    Ben

    #111625

    On the Product Category pages is it possible to truncate the descriptions? That is can we display “x” number of characters with the rest being hidden and accessible by clicking a “more” button?

    #111619

    Hi,

    Not shure if this is theme related or not but…..I am using Pinnacle on three sites and having same problem on all. When trying to edit a picture I get “Could not load the preview image. Please reload the page and try again” (which does not help). Searching the net I’ve found some whom has solved this by:
    “….deleting empty lines between PHP tags and/or errors in functions.php file.
    <?php function(){ … } ?>

    <?php function(){ … } ?>
    needed to be :
    <?php function(){ … } ?>
    <?php function(){ … } ?>”

    Not shure wheather they mean the theme functions.php or another functions.php(?) It does not seem to fit when looking at the theme functions.php.
    So…I am a bit stuck.

    /Jon

    #111613

    Hello Brad,

    In order to get a slider to appear on your category page, then you need to go into WooCommerce> Products> Categories, and ad the slider shortcode to the category description.

    Update the category, and the slider should be reflected on the page.

    Let me know if this works for you!

    -Kevin

    #111611

    Hey,

    You can change the styling of the result page heading using CSS. What exactly are you wanting to change?

    -Kevin

    #111610

    hello Fredrik,

    Have you tried clearing your site’s cache after adding the images? I’m seeing four images displaying within your home slider.

    Try clearing your cache and then viewing the webpage and let me know if that make a difference.

    Thanks,
    Kevin

    #111604

    Hello,

    I’m not sure if this is possible, but is there a way to add a “Revolution Slider” to each archive category page? I’d like to add a different one for each category such as below. Is this possible to do?


    Thanks!

    #111603

    Hi –

    I’d like to change the width of an accordian so that it doesn’t stretch across an entire page. My code looks like this:

    [accordion]
    [pane title="Read more..."]

    [/pane]
    [/accordion]

    Any help is appreciated!

    Thanks
    Mike

    #111602

    Hello Ben,

    I am having a little issue on my blog page both in French and in English versions: I have a “read more” link right after the excerpt of the latest post but that’s all; no longer “read more” links after the older posts’ excerpt.

    Any idea?

    #111601

    Ben I also notice that the call to action section appears on the event pages as well. Can that be removed too?

    In forum: Pinnacle Theme

    In reply to: Google map

    #111599

    the background under contact data (witch i write in pagebuilder) is white, so are the fields of the form

    rest of the background is #f9f9f9 – you can see that with inspector, or i can make later a screenshot.

    It’s not an isue for me, i can chance that with CSS, i just pointed it out as it seems by mistake

    Cheers,
    B.

    #111595
    This reply has been marked as private.
    #111592

    Hello,

    I’ve got following problem, I prefer the normal mobile menu to the simple mobile menu, because the topbar is part of the page design.
    But my Problem is, that on my homepage there is no padding between slider and mobile menu, see in the picture attached.

    I’ve tried all kind of paddings, but they only seem to effect the desktop version. How can I increase the padding here?

    Thanks Lukas

    #111581

    Thanks for the info!

    I switched to virtues premium’s “own” search widget. Is it possible to change the heading of the result page? Here is a link of how it looks:

    http://xn--snsker-dua6l.se/?s=nallo

    Thanks!

Viewing 20 results - 30,041 through 30,060 (of 53,646 total)