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 - 47,741 through 47,760 (of 53,646 total)
  • Author
    Search Results
  • #29282

    hello, in the past (while i was using vertue) i always used the jetpack contact form. now, with the pinnacle theme, nothing is seeming to line up correctly. if you would like to see what i mean, please look at the example at the bottom of this page:

    is there anything i can do do modify this? or is there a contact form that works with this theme?

    #29269

    Hi

    I cannot seem to remove the Page Title for woocommerce page. I can make it white to plend in with the white background but it produces an empty section under the menu.

    I have ticked the Page Title Hide and Hide behind header in the Theme Options. This function works on all other pages but the Shop page.

    Any help would be greatly appreciated.

    Thanks

    Glenn

    In forum: Virtue Theme
    #29264

    So do you want the image to be tight with the right side of the page and tight on top?

    .kad-header-widget {
    margin-top: 0px;
    padding-right: 0;
    }

    Ben

    #29244

    Hello,
    I do not know what happened on my page
    After lastest updates I can find ‘the menu’ with portfolio types on the homepage, but I cannnot find the porfrolio grid below.

    #29239

    When I upgraded to the Premium theme I seem to have lost the ability to use text as my logotype – the settings for the font for the logo text option is still there in theme options main, but not the text box and also now the site tag line will not appear “under the logo” anymore, maybe because I haven’t uploaded a logo and something isnt working with setting text as the logo?

    I used [portfolio_posts items=”-1″ columns=”4″ masonry=”true” filter=”true”] on content for my homepage as you suggested to another in the forum, and the filter is working great but it is not going to Masonry for some reason,

    #29238

    Your link to the page in question doesn’t seem to be taking me to a page with the revolution slider?? Can you check your link so I can see the page with the slider.
    Ben

    #29237

    Hey,
    actually the only css that would do that is this, breadcrumbs are in the h1 tag:

    .page-header h1 {
    font-size: 0;
    margin: 0;
    padding: 0;
    }

    Ben

    #29235

    Nima, you could just add this with the page-id in front of the h1 –

    h1 {
    display: none;
    }

    Hannah

    #29234

    I want to remove the page title from some of the pages but I want to keep the breadcrumb.
    I have tried some plugins like Disable title (https://wordpress.org/plugins/disable-title) etc. but it seems none of them works fine.

    In forum: Virtue Theme

    In reply to: In page slider

    #29230

    Hi Ben (and Hannah)

    Thanks for the update. I’m glad to hear this – will try this. For research, you may wish to look at Salient theme, which has some quite powerful slider shortcodes that can be placed in any page or post and also has parameter controls such as speed, transition etc… Not suggesting you should do that, but just FYI.

    RE: type=”carousel” or type=”slider to the gallery shortcode – I may want to adjust the parameters (speed/transition etc) – are there any controls available in the shortcode, or would that have to be done in the jquery code in custom template file?

    Thanks heaps
    Sol

    In forum: Pinnacle Theme

    In reply to: how to remove sidebar

    #29229

    If you want to customize the single image post page (is’t called the attachment page) you can use this function in your child theme functions file.
    This theme doesn’t really use the attachment page since there is a lightbox but here:

    add_filter('kadence_display_sidebar', 'attachment_sidebar');
    function attachment_sidebar($sidebar) {
      if (is_attachment()) {
        return false;
      }
      return $sidebar;
    }

    Ben

    #29227

    Both those codes would remove the breadcrumb. The breadcrumb is part of the page title. if you want to remove the page title that removes the breadcrumb. What are you trying to do?

    #29217

    No, you would need to use this:

    .page-header {
    display: none;
    }

    Hannah

    #29212

    Does this piece of code remove the breadcrumb together with the page title?

    #29206

    I press Add layer. Then Insert button. Then comes up this:

    Caption Text3Blue Button

    I delete captiontext3 (or whatever comes up), and instad of # i add the page link. additonally i add the target=’_blank’

    #29204

    I clear the cache. This is the page should come up if you press the green button : http://index.hu/
    and instead, comes the page itself.

    I tried from several browsers and also from different devices.

    #29203

    Hi,

    How to set user-permission for testimonials so that everybody can see the testimonials but only members can write them?
    I have the testimonial carousel and the testimonial form on the same page, but I want only the members to be able to write and send the form.

    Tnx,
    Nima

    #29202

    Hi,

    Under your Contact Page Template in Virtue Premium theme how can I align the ID “Main” and Class “contactformcase” next to each other?

    Display: inline block does not work.

    Also, exactly how does class “col-md-6” work exactly?

    Website: ebdesigns.us

    Thanks

    In forum: Pinnacle Theme

    In reply to: how to remove sidebar

    #29201

    Hi Angelo,
    No, there isn’t really an option to to turn the sidebar off site-wide. It’s done page to page, as it is in virtue. The option you’re referring to (theme options > main settings) only turns the sidebar on/off for the homepage.

    but if I go to Media > Library then click on a picture the page open with sidebar.

    Are you referring to your back-end? The sidebar that shows is a list of settings for your image. Without the sidebar you wouldn’t have options? This also has nothing to do with your blog?

    Hannah

    #29195

    There is no such, or I don’t find it. But there is a text/html part, and I put the link there to the href= … parameter. but it does not work so. http://bakancslistasutazasok.krajcar.org/?page_id=198

    I study revslider web help, but I don1t find the solution.

    And it is strange. If I test the slider itself, it works correctly. If I look it on the page, it does not.

Viewing 20 results - 47,741 through 47,760 (of 53,646 total)