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 - 17,461 through 17,480 (of 53,646 total)
  • Author
    Search Results
  • In forum: Ascend Theme

    In reply to: Real Estate Header

    #189513

    Are you familiar with pagebuilder? Check out this: https://www.kadencewp.com/using-page-builder/

    In your theme options > home layout make sure “page content” is enabled and at the top. Then edit your homepage using pagebuilder. What you edit will appear first on the page.

    I assume ihomefinder has a search widget? If not contact their support and ask them how to add a search to a widget area.

    Ben

    #189512

    Okay thank you – what size do I need to have them?

    Here’s the page:
    https://arcengland.org.uk/meet-the-trustees/

    Many thanks
    Nic

    In forum: Ascend Theme

    In reply to: Real Estate Header

    #189509

    Hey,
    You can use pagebuilder for your main header area just turn off your home slider option and add a pagebuilder row with a background you want and your plugin search widget.

    Ben

    #189507

    It seems your plugin: Title Remover is causing the issue.

    If you would like to remove the title on the single post page just go to theme options > blog options > “Blog Post non-Head Title Output” and set that to do not display. (which I did for you, after deactivating the plugin).

    Ben

    #189501

    Thanks Ben.

    The page is at http://garypickeringfunerals.amweb.nz/about-us/

    I’m pulling the staff entries in with the shortcode [staff_posts orderby="date" order="ASC" link="true" columns="2" height="800"]

    Thanks for any light you can shine on this.
    Kind regards,
    Phil.

    #189493

    Hi Ben,

    I don’t have the previous emails, but here is the full header for the one that (finally) just came through from your post above:

    To: Kadence Themes <[email protected]>
    X-Spam-Level: ⁨⁩
    Content-Type: ⁨text/html; charset=utf-8⁩
    Content-Disposition: ⁨inline⁩
    Mime-Version: ⁨1.0⁩
    X-Spam-Status: ⁨No, score=-96.4 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HTML_IMAGE_ONLY_12,HTML_MESSAGE,HTML_MIME_NO_HTML_TAG, MIME_HTML_ONLY,NUMERIC_HTTP_ADDR,SPF_HELO_PASS,URI_HEX,USER_IN_WHITELIST autolearn=no version=3.3.2⁩
    Origin-Messageid: ⁨<[email protected]>⁩
    X-Spam-Checker-Version: ⁨SpamAssassin 3.3.2 (2011-06-06) on host.desertheart.com⁩
    Dkim-Signature: ⁨v=1; a=rsa-sha256; c=relaxed/relaxed; d=sendinblue.com; q=dns/txt; s=mail; bh=2h2yUzxCwWTc455ZeKaFyOQzbWyL8esbjFpJq9xBh5k=; h=from:subject:date:mime-version:content-type:content-transfer-encoding; b=cNN+t3F09rf4WYn0stKrroxJE/Wr2UXTIhRMi6ZNE85AXhcTxCk7CXl2UHRKcv0CYGm6eoCERNaU +RAQs7+cK5HtvJ3bgdcizapMh39IWH6IQ3kdYtmdlCJiba3Ol0BunxEvwENWE4CseBI4ZWO2lc4b lRBmUL7WTbJYYGdIRI4=⁩
    X-Mailin-Eid: ⁨NjMyOTM4MDZ%2BbWF4QGRlc2VydGhlYXJ0LmNvbX48MjAxODA1MDcyMDQwLjU0MTQ1MzIzMjMzQHNtdHAtcmVsYXkuc2VuZGluYmx1ZS5jb20%2BfmJpLmQubWFpbGluLmZy⁩
    Feedback-Id: ⁨shr_185.41.28.109:trans:1924443:Sendinblue⁩
    Received: ⁨(qmail 32519 invoked from network); 7 May 2018 14:40:29 -0400⁩
    Received: ⁨from bi.d.mailin.fr (185.41.28.109) by host.desertheart.com with (DHE-RSA-AES128-GCM-SHA256 encrypted) SMTP; 7 May 2018 14:40:29 -0400⁩
    ⁨<[email protected]>⁩
    Content-Transfer-Encoding: ⁨quoted-printable⁩

    IMPORTANT* Do not reply to this message, reply in the topic on the forum.

    Ben Ritner wrote:

    Would you mind sending me the raw email that you received so I can take a look?

    [email protected]

    Post Link: https://www.kadencewp.com/support-forums/topic/sensei-and-category-page-snaffu/#post-189486

    NOTE* Do not reply to this message, reply in the topic on the forum.

    ———–

    You are receiving this email because you subscribed to a forum topic.

    Login and visit the topic to unsubscribe from these emails.

    #189490

    Hey,

    Be sure that you’re assigning the Fullwidth Template under Page Attributes of the page.
    http://docs.kadencethemes.com/virtue-premium/fullwidth-page-template/

    If that doesn’t work, please post a link.

    -Kevin

    #189488

    I added the Modern Tribe Event Calendar. I also disabled the sidebar. Can I center the calendar on the page?

    ~ M

    #189485

    Hey,
    This doens’t have to do with your server. The php version you are using is great.

    You are using ssl. Your widget code was trying to use http instead of https to load the widget so that was being blocked. If you updated your widget code to this then it works mostly:

    <script src="https://widget.windguru.cz/js/wg_widget.php" type="text/javascript"></script>
    <script language="JavaScript" type="text/javascript">
    //<![CDATA[
    WgWidget({
    s: 2291, odh:0, doh:24, wj:'knots', tj:'c', waj:'m', fhours:72, lng:'en',
    params: ['WINDSPD','GUST','SMER','TMPE','CDC','APCPs'],
    first_row:true,
    spotname:true,
    first_row_minfo:true,
    last_row:true,
    lat_lon:true,
    tz:true,
    sun:true,
    link_archive:false,
    link_new_window:false
    },
    'wg_target_div_2291_51107548'
    );
    //]]>
    </script>
    <div id="wg_target_div_2291_51107548"></div>

    It’s still not great code. It’s loading a very old version of jquery into your site which is going to have the potential to cause conflicts with almost everything. Because of that I strongly suggest not using this widget and finding a more updated on.

    I added a test page where you can see this kinda working. Although it breaks other things on your page.

    Ben

    #189483

    Hey,
    Can you send me a link directly to this page? Are you using the staff page template?

    The image, title and if your using an excerpt the “read more” should all be clickable.

    Ben

    In forum: Pinnacle Theme

    In reply to: Woo Templates Archive

    #189482
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: Woo Templates Archive

    #189479

    Hey,
    Hannah is not suggesting you recreate your header just the page title… Currently when using woo templates with the pinnacle theme the page title is excluded.

    I’m going to push out an update today and change that so that the title is included automatically.

    Ben

    #189475

    Hey,

    Within the page template, you should be able to set the image ration to square and have the images show the same ratio.

    Can you link to the staff page as well as the documentation you’re referring to so I can test?

    Thanks,
    Kevin

    #189472

    Hey,
    You can’t use the slider to show a video in contain. The background video is not meant to act like a video player. It’s meant to be a background video so it’s always going to be “cover”. Images have background size settings. But there are no background video settings in html. It’s created through the slider and absolute positioning. There are no settings like you have with images. If you want a video to be “contained” then you should not use a slider to add that video. Use pagebuilder and add a row. Set the background for that row how you want the fullwidth background to be, then inside that add your video as a video.

    Ben

    In forum: Virtue Theme
    #189458

    Hello,

    Please help me fix buttons on virtue premium theme. If you open product page (please see the link) and add a product to the cart, the ” PAYPAL quick checkout” button will appear.
    The problem is this button and “ADD TO CART” button do not have any separation. How can i add some separation between the buttons?

    Thanks igo

    #189456

    Hello Hannah,

    Could you please help me with this? I need some css for these issues I noticed on the site.

    1. On ipads, in landscape mode, two shopping baskets are visible on the topbar. I only want the one with the value to be visible.

    2. Also, how can I align correctly the new icons I create – to have the same padding from the bottom. At present the new icons I upload are a little lower than the cart icon.

    3. In ipad portrait mode, I would prefer to have the flag & language dropdown a bit to the left; so that its in line with the menu button thats below it.

    4. In any product page, under the tab – ENQUIRE NOW, could you help me with putting the recaptcha – I’m not a robot box in the centre of the form. At present its aligned to the left.

    5. On desktops and ipad landscape mode , in some products ; the product attribute names like METAL TYPE & STONE COLOUR are breaking onto two lines. The second word is overlapping the next attribute name. I’d would like it to be on the same line.

    Thanking you in anticipation.
    Kind Regards

    #189452

    Hi guys, I’ve added the Pinnacle Google Map widget to my contacts page and entered the Title and address etc. It shows fine but I would like to display these details on the map marker by default (it only shows the Title and Address if I click the marker on the map). Is there a way of doing this?

    Many thanks
    Chris

    #189443

    I have created portfolio items and when selected an error message comes up:

    Not Found
    Sorry, but the page you were trying to view does not exist.
    It looks like this was the result of either:

    a mistyped address
    an out-of-date link

    These have previously worked fine, updated the theme today and now not working.

    #189423

    When you access our site: wcblawfirm.com on mobile, we get a weird effect when choosing the menu. Typically, it has opened a menu window with all of our navigation links. Now when you click on the menu icon, it opens all of the navigation links, but it doesn’t open a window, it just places all of the links on top of the homepage slider and it’s difficult to read. Any thoughts on what I should do?

    In forum: Pinnacle Theme

    In reply to: Woo Templates Archive

    #189421

    So this is happening because you are using the transparent header, but you do not have a page title on your shop page, so the header is just overlaying the content. A workaround would be to create a full width stretched row on the top of your archive woo template, then add a background image to the row and give the row about 100px of padding. Then the header will overlay on that. Does that work for you?

    Hannah

Viewing 20 results - 17,461 through 17,480 (of 53,646 total)