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,001 through 30,020 (of 53,646 total)
  • Author
    Search Results
  • #111897

    Hi

    I’m building a website for a dog rescue bodhishelter.org and before I spend 100+hrs building the site, can I just run through how I’m proposing to do it, in case, I’m approaching it the wrong way.

    So I proposing to use the theme’s demo content and overwrite if for the following purposes.

    Portfolio – with a page for each dog to be adopted, which will feature on a carousel
    Shop – will only be needed to sell less than 10 items that will be virtual gifts, so no need for stock control
    Pages to have info about fostering/adopting/supporting/donating
    Posts – to have a feed from their Facebook pages

    Is this a sensible way to start the build? Any pointers where I may be heading for trouble would be greatly appreciated!

    Thanks

    Gary

    #111892

    I used the change for the top bar. It changed the width to match the header width; as desired. However, the search icon in the top right corner of the top bar got cropped in the middle, top to bottom, flush against the right hand edge. So, that is not looking too good. I have enabled search on the main menu and turned off the top bar for now until I better understand CSS than I do today.

    The one thing I have not done yet is work on the calendar page. If this template defaults to full width, which I saw to be the case in another post, than this calendar page should not be displaying a blog type sidebar given that I have selected the default template in the calendar plugin. Is there anything else I should be looking at about this?

    Thanks.

    John

    #111890

    Hi Ben,

    Thanks for replying.
    I have encountered a different problem now. I am not sure if this has to do with the theme but I would really appreciate your help.

    So basically, in my google search console I have nearly all of my URL as not found (404 error). Now, the pages exist as I can access them via my website but the URL look different.

    For example, the URL for this product is: /product/visual-philosophy-retro-architecture-poster/ and in Google Search console this has the 404 error along with other similar product links like this. Now, when I click on the error to see details, it says that the URL is linked from /product/visual-philosophy-retro-architecture-poster/www.boxofsquares.com So the URL has my sitelink added at the end of it for some reason. Is this something to do with the theme? If not, can you please advise me on what I should do to rectify this?

    I have checked my plugin Yoast SEO and under the Search Console tab, all of the product URL have the sitelink at the end and I have never added it there.

    Please let me know what this could be.

    Regards,

    Marius

    #111879

    Yes, A child theme only saves code that you change in core files. If you are editing content like theme options, posts and pages that is all saved in the database and you don’t need a child theme.

    Ben

    #111878

    Choose the sidebar page template and add your widget into the sidebar area.

    Ben

    #111874

    Hi Kevin

    This how I’m approaching the build, as I have no previous experience and just learn via google as I go along.

    I’ve installed the demo content, but before I change the text/graphics, thought I should create a child before I made any changes, in case I broke something and needed to go back and look at the parent to fix it.

    Are you suggesting that if I just use the wysiwyg visual editors/page builders, I should be ok?

    Thanks again

    Gary

    In forum: Virtue Theme

    In reply to: Site Origin Hero

    #111864

    Please post one of your page and settings.
    Ben

    In forum: Virtue Theme
    #111862

    when i change word press english to turkish it doesnt effect theme i want to change theme language. This theme allows me to change some words,button but not all
    In facti i cannot change any words or button like [woocommerce_my_account]
    when pages contain this([woocommerce_my_account]) i cannot change
    do you understand me now?

    #111860

    Hi – On my home page, I added revolution slider as a banner. I noticed that there is a large white space between my header/logo and the slider at the top, and also, between the bottom of the slider and my next block (in my case, most recent blogs). Is there a way to decrease that white space? Thanks. Erica

    #111852

    It looks like you don’t have a sidebar active on that page. Did you remove it?

    -Kevin

    #111850

    Only want the sidebar in this page (now), that css i should use? not should use any widget o plugin of wordpress?

    #111844

    3. The header it fullwidth so I’m not sure what you mean but maybe try this and let me know if it’s what your thinking:

    #topbar {
        max-width: 1140px;
        margin: 0 auto;
    }

    4. You can add this:

    p.vcard-address span {
        padding-left: 20px;
    }

    5. you can use this css:

    .footerclass .widget_recent_entries li a {
        background: transparent;
        padding: 5px;
        color: #000;
    }
    .footerclass .widget_recent_entries ul {
        padding-left: 0;
        list-style: none;
    }

    9. you can use this css:

    .kad-primary-nav .sf-menu li a i {
        display: block;
        line-height: 30px;
        font-size: 20px;
    }
    .kad-primary-nav ul.sf-menu>li>a >span {
        line-height: 20px;
        display: block;
    }
    .kad-primary-nav ul.sf-menu>li>a >span.sf-sub-indicator {
        display: none;
    }

    If you change the height of your header then this css would also need to change to match.

    7. Becuase it defaults back to an archive page as it’s not a real page the template doesn’t really matter. You can set the blog category page to be fullwidth and that would also effect the calendar pages because it’s an archive. (theme options > blog options).

    But you can also control this directly with a child theme using this function in your child theme:

    
    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');

    Ben

    #111841

    That CSS should only target the pages with the class .tribe-theme-pinnacle_premium

    I’m not seeing it in your custom-css. Have you added the CSS to Theme Options> Custom CSS?

    -Kevin

    #111837

    No that should only hide from all tribe pages. Did you try?

    Ben

    #111833

    Hello Angelo,

    Did you purchase the theme before or after August 15th? If before, you have access to the rev slider. if after, then you do not.

    I’m not experiencing any issues with the slider on my test site. Could you post a link to the page you’re adding it to so I can see what’s happening?
    Also try going through your plugins and deactivating one by one to see if the conflict is because of one of your plugins.

    -Kevin

    #111810

    3. Try this CSS:

    #nav-main ul.sf-menu .current-menu-item a {
        text-decoration: underline;
    }

    4. If you want that to show in the sidebar, you can try placing a visual editor widget into your sidebar widget area, and pasting the code there. You can set the side that your sidebar displays on in Theme Options> Main Settings. if you only want the sidebar left on that page, that’s something you can accomplish with CSS.

    Hopefully this is helpful.
    -Kevin

    #111802

    Ben, I used the accordian shortcode but the default seems to be leaving the text visible with a click to hide. You can see how it looks on the second product here: https://www.shesherownceo.com/shop/

    Is there a way to cause the accordian shortcode to default to the hidden state when the page loads instead of visible? The shortcode is:

    [accordion][pane title=”title1″ start=open]

    Content

    [/pane][/accordion]

    I’ve tried to replace =open with close, closed, shut, hidden but it always loads with the content visible. Any ideas? (I couldn’t locate documentation on the shortcodes.)

    Thanks

    #111801

    Hi Ben but then that hides from the entire theme and not necessarily the “events” page specifically correct?

    #111786

    Hi

    I have 2 separate blog pages displaying different categories.
    Both pages are set up exactly the same – but the blog post still display differently…
    Pages:

    I would like both påages to display like this page:
    with the images on top.

    I would be very gratefull for hints as to how to fix this.

    Thank you!

    In forum: Virtue Theme
    #111773

    Im using SiteOrgins pagebuilder, and then setting upp content, with ex. SiteOrign Hero -widget using this:
    <h2><span style=”color: #ffffff;”>This is a text</span></h2>
    [btn text=”THIS IS A BTN” link=” tcolor=”#1a1a1a” bcolor=”#f3f2f1″ thovercolor=”#ffffff” bhovercolor=”#353535″ size=”large” font=”h1-family” icon=”icon-arrow-right”]

    It works perfectly fine on the testpage. But then copy/applying the same in the startpage (home) it ends upp showing a grey box with text….
    I’ve been trying to deactivate and activate the pagebuilder….

Viewing 20 results - 30,001 through 30,020 (of 53,646 total)