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 'site'

Home / Forums / Search / Search Results for 'site'

Viewing 20 results - 27,781 through 27,800 (of 39,333 total)
  • Author
    Search Results
  • #90908

    Just to add here you can change the font size for the site title and tagline using css that would just affect mobile:

    
    @media (max-width: 767px) {
         header #logo a.brand {
            font-size: 20px;
            line-height: 20px;
        }
        .kad_tagline {
        font-size: 14px;
        line-height: 14px;
        }
    }

    Ben

    #90906

    Hey,
    If you’re using SiteOrigin Editor for shortcodes make sure “auto paragraph” is turned off.

    Ben

    #90904

    …my site is: photodina.com

    #90894

    Which site should I be looking on? I still do not need the css I posted in your custom css output?

    Ben

    #90887

    I’m trying to change the background color of the header in Pinnacle Premium to #3a4365. Nothing I try makes any change to the white default background.

    I’m attempting to work in Theme Options > Advanced Styling > Header Background. I’ve tried both Simple and Full for the style, transparency is set to 1, and the background color is defined as #3a4365. I want the entire header blue, not just the block behind the menu. Is there something I’m missing?

    Here’s the site:

    Thanks,

    Charlie

    In forum: Pinnacle Theme

    In reply to: Website Transfer

    #90886

    Hey,
    Just checked your site from an Iphone 6 and it seems to be displaying fine. Have you tried clearing your cache?

    Hannah

    #90883

    Close, but not exactly what I was going for. So, that code set the background for the icons in the icon menu … which left white space all around the menu. I’m going for the visual division of sections on the home page, via full screen color or image sections.

    So, for example on the Kadence website (https://www.kadencewp.com/) there is a top bar (full screen), header menu (full screen) header picture (full screen picture), then section with full screen background color, then testimonial section (full screen color), then an icon section with full screen background color, then the footer. That is what I mean by visual division of sections. The transitions between the full screen sections breaks the website into individual parts to digest …

    I’m trying to make the entire section behind the icon menu a different color. Similar to how the testimonial sections and Call to Action sections color the screen full -witdh. I’m not sure if that is a matter of how .icon-menu is defined and is not possible?

    I guess I’m looking for a hybrid, call-to action/icon menu.

    -Ana

    #90877

    Hey! Would it be possible for you to send a link to the site that you’re working on?

    That will assure that the CSS written will work for you.

    Thanks!

    In forum: Virtue Theme
    #90869

    You can use shortcode instead of the latest blog posts in home layout to display a single post.

    [blog_posts orderby=date items=1 word_count=30]

    You can place that in any text editor on your site and you’ll be able to show only your latest blog post.

    Let me know if that works for you!

    #90861

    I’m having the same problem as described in this thread.

    The homepage layout manager its not working. I have tried disabling all items in for the layout and nothing changes on the home page. If I add or move the items under “Enable” nothing changes.

    I’ve disabled WP Super Cache and there is no change.

    I’m using the current version of Virtue – Premium Version: 3.5.9.

    My website URL is: http://doncooperproducts.com/

    Please let me know if you can help me resolve this problem.

    Best Regards,

    Don

    In forum: Pinnacle Theme
    #90860

    Hi! I just changed hosting sites. I still have my website with GoDaddy, but I have new hosting with Site Ground. They do a free web site transfer. Everything looks fine on a desktop however I get a 404 error on a mobile phone.

    Is there anything extra I need to update do with your plug-in or will it work automatically?

    The website is

    Thank you for your time!
    Karmyn

    #90843

    Hey Keith,
    It seems to be displaying fine with the siteorigin editor. What exactly are you seeing that is wrong?

    Hannah

    In forum: Virtue Theme

    In reply to: Anchors won't hold…

    #90839

    Hi Ben.

    It seems my understanding of CSS is more limited than I thought… Let’s see if I understand this correctly. FYI: I use anchors in both places: in plain text and in accordions.

    If there’s an anchor on a page, you can link to that anchor via:
    – a link on the same page
    – a link in the menu
    – a link on another page
    Where you link from matters for it’s behaviour.

    Code 1:
    <script type="text/javascript">jQuery(window).load(function () {jQuery('#nav-main').localScroll({offset: -90});jQuery.localScroll.hash({offset: -70});});</script>

    Altering the -90 offset in above code alters the position when using the link in the menu.
    Altering the -70 offset alters the position when linked from another page.
    (I’ve set both offsets to -80 for my website)

    The link on the same page is unaffected. It jumps (without scroll) to the wrong position.

    *******************************************************************

    Code 2:
    <script type="text/javascript">
    jQuery(document).ready(function ($) {
    if ($('#accordionname1').length) {
      if (location.hash){
        if($(location.hash).hasClass('in') ) {
    } else {
    $('#accordionname1 .in').parent('.panel-default').find('.accordion-toggle').addClass('collapsed');
    $('#accordionname1 .in').collapse('hide');
    $(location.hash).collapse('show');
    $(location.hash).parent('.panel-default').find('.accordion-toggle').removeClass('collapsed');
    }
      }
    }
    });
    </script>

    This code opens the accordion tab and navigates to the text inside it. This now opens the right acc. tab, closes all others and shows the text neatly positioned on the top of the screen, hiding the title box behind the menu. How far the page scrolls to show the text in the accordion tab is not set by this piece of code.

    It does break the functionality of the accordion tab as such: When the browser is at http://www.domain.nl/ terms-conditions/#collapse11 the tab “Terms & Conditions” is opened. If I now click the tab “House rules”, that tab opens, but T&C doesn’t close.
    If the browser is at http://www.domain.nl/ terms-conditions/ the accordion tab works without problems.

    *******************************************************************

    Questions:
    – A link on the same page as it’s anchor jumps (without scroll) to the wrong position. Is that a bug in Code 1?

    – Is it possible to solve the broken “tab close on other tab clicked-open” functionality in Code 2?
    – Is there a way to possibly alter code 2 with an extra offset setting, overriding or adding to the offset setting set by Code 1?

    My apologies for the long read.

    In forum: Virtue Theme
    #90833

    Hi Ben Re:’ move the site tagline below the logo – to above the menu container’
    I have worked this one out
    Thanks
    Julian

    #90805

    Thanks Hannah – at the time I had the sitename and tagline as text, it wasn’t the bottom cutting off that was the problem. It was to the right – ie. Decorative Painters was cut off to Decorative Paint – or something like that. So the width was the problem

    Since I posted the problem, I have used a png file for the sitename and the primary menu for the tagline to get it to be responsive on mobiles. Because the site is live, I decided to do this work around. However, if you can come up with another solution for the sitename being text and the tagline being the words for the tagline and not a menu, it would be much appreciated.

    Is it something to do with the width of the viewport for mobile phones?

    In forum: Virtue Theme
    #90801

    Thanks Ben
    Could you also give me the snippet to move the site tagline below the logo – to above the menu container

    Cheers
    Julian

    #90794

    The accordion shortcodes that comes with the Virtue Theme is not displayed corrected if it is placed inside the Page Builder’s SiteOrigin Editor Widget. It works fine in a plain text or TinyMCE widget.

    You can see the page at this URL: pebblebell dot com/tests/accordion/

    This is more of a report, since I have a workaround — using TinyMCE. But if Virtue Shortcodes don’t work well with SiteOrigin Editor, I will just stick to TinyMCE in the future.

    Thanks!

    #90787

    Is it possible to break up the Page Subtitle into multiple lines? On my site, I’d like the first line of the Subtitle to read, “Cooperative Wisdom is a spirited conversation about how cooperation breaks down and what we can do about” and the second line to appear directly beneath that and read, “Discover five social virtues that protect and strengthen cooperation in the face of disruptive change and conflict.” My site is testenv.sbcchosting.com/cwsp

    Thanks,

    Jennifer

    #90784

    hello,

    I have built my site on one domain, and i am wanting to move it over to another domain name. can you tell me the proper steps for transferring? i thought i knew, but i keep on getting fatal errors…

    #90782

    I have used Abril Fontface font for my site title set to normal 400, font size 60px, line height 125px. It looks great on a desktop screen, but cuts off some of the letters at the end on a mobile screen. Can you please help?

    The website is:

Viewing 20 results - 27,781 through 27,800 (of 39,333 total)