Forum Replies Created

Viewing 30 posts - 25,471 through 25,500 (of 34,913 total)
  • Author
    Posts
  • in reply to: Split the content into pages #1004444

    Hi,
    I understand that at first you were using the WordPress default editor and when you added your page breaks your anchor links didn’t point to the right pages anymore, to correct you will need to adjust the links in your table of contents, because they needed to point to a different page. Here is and example:

    
    <a href="#Anchor2">Fish & Seafood</a>
    
    <a href="?your-page&page=2#Anchor3">Poultry</a>
    
    <a href="?your-page&page=3#Anchor4">Meat</a>
    

    Note how the first link doesn’t have the page added, because it is pointing to the anchor on the same page, where the others need to point to other pages.

    If you want to use the advanced layout builder you will need to break your content into your pages and manually create them.

    Best regards,
    Mike

    in reply to: Change woocommerce price position on single product page #1004427

    Hi,
    I believe I have it this time, I changed the function in your functions.php to this:

    function move_price(){
      ?>
      <script>
     jQuery(window).load(function(){
      jQuery( '.av-woo-purchase-button p.price:nth-child(odd)' ).insertBefore( '.special-heading-border' );
      });
      </script>
      <?php
      }
      add_action('wp_footer', 'move_price');
    

    and I added this code in the General Styling > Quick CSS field:

    .single-product.woocommerce-page .av-special-heading-h3 p.price:nth-child(odd)  {
    display: none !important;
    }

    to remove the second price.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to change Icon Box Font Size? #1004387

    Hi,
    Ok, can I at least see your site without logging in?
    Ok, so let’s talk about your site not updating after you make changes…
    Please explain how you are making your font choice, from within the theme option or with custom code?
    Please disable: Enfold Theme Options > Performance > JS & CSS file merging and compression
    and change this setting to: Enfold Theme Options > Performance > Disable Template Builder Elements > Always load all elements
    Please disable any and all caching plugins, and any CDN (content delivery network) plugins/settings, please note that Jetpack has a CDN setting.
    Please check your webhost and disable any server side caching.

    Best regards,
    Mike

    in reply to: Color links #1004376

    Hi,
    Sorry for the late reply,
    1: to have all of the links blue, please change this css:

    #top .all_colors a strong {
        color: #1a0dab !important;
    }

    to this:

    #top .all_colors a strong,#top .main_color strong a {
        color: #1a0dab !important;
    }

    2 & 3: I believe you are referring to the submit button under the comment form, & the other buttons on the other page, please try this css for all of these buttons:

    /*button color*/
    .main_color input#submit.submit,.main_color .avia-button.avia-color-theme-color {
        background-color: red !important; 
        color: #ffffff !important;
    }
    /*button hover color*/
    .main_color input#submit.submit:hover,.main_color .avia-button.avia-color-theme-color:hover{
        background-color: blue !important; 
        color: #ffffff !important; 
    }

    I have included the color & the hover color so you can adjust to your needs.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: "Responsive Mbile Menu" – is sticky #1004363

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: How to change Icon Box Font Size? #1004362

    Hi,
    Try adding the info in the Private Content area, and also add some text in the main area, such as “Please see below”
    Sorry but without seeing your site I can’t offer the correct solution.

    Best regards,
    Mike

    in reply to: "Responsive Mbile Menu" – is sticky #1004357

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: LayerSlider – Demo Slider Missing #1004354

    Hi,
    The demo doesn’t come with that slider, but you could “right-click > save-as” the two images from the demo site and add them to your easy slider.
    As for the slider on your homepage, I’m not sure what white space you mean, but please check that when editing the page, in the editor sidebar named “Layout” see if the header is set to “transparency ” this would hide the white background of the main menu, if so, then chamge.
    If this doesn’t help, then please include a screenshot of the issue.

    Best regards,
    Mike

    in reply to: "Responsive Mbile Menu" – is sticky #1004344

    Hi,
    Thanks, the issue was your string of dashs in your css, I commented it out like this

    /*--------*/

    and now the code I added works, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: "Responsive Mbile Menu" – is sticky #1004330

    Hi,
    Thank you for removing it. When testing this code:

    @media only screen and (min-width: 768px) { 
    .html_header_sidebar #top #header.av_never_sticky {
        position: fixed!important;
    }
    }

    the mobile menu is not sticky, and at tablet and above the sidebar menu is sticky.
    Perhaps when you tested it you needed to clear your cache, or there is an error in your css.
    If you include a admin login we could take a look.

    Also with this code your logo shows on the mobile menu, did you want that?

    Best regards,
    Mike

    in reply to: "Responsive Mbile Menu" – is sticky #1004310

    Hi,
    Please try removing your code above and use this code instead:

    @media only screen and (min-width: 768px) { 
    .html_header_sidebar #top #header.av_never_sticky {
        position: fixed!important;
    }
    }

    If this doesn’t help, please leave your code removed so I can test without it.

    Best regards,
    Mike

    in reply to: Footer Widget Title Bold #1004264

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Blog Widget Styling Preview Styling #1004263

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Image in header #1004262

    Hi,
    This should be possible with some css like this:

    #media_image-2 {
        top: -100px;
    }

    But I don’t see the image on your site anymore so I can’t adjust the code to the correct calculation, please add the image back and adjust the negative number to suit, or let us know and we can assist.

    Best regards,
    Mike

    in reply to: Reduce space between taxonomy line #1004260

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Burger/Mobile Menu / How can I get it bigger/thicker? #1004259

    Hi,
    Yes the navigation works correctly on my mobile and desktop, because I am logged in to your WordPress site.
    If I log out of your WordPress site then all of the navigation links are redirected to the homepage.
    This is due to your settings at: Enfold Theme Options > Maintenance Mode.
    Please un-check this option, or login to your WordPress admin page.

    Best regards,
    Mike

    in reply to: hover interaction between elements #1004254

    Hi,
    That’s great news, thank you for using Enfold.

    Best regards,
    Mike

    in reply to: "Responsive Mbile Menu" – is sticky #1004253

    Hi,
    Ok, I will try again. But right, from the link above, now I’m only getting a landing page with a overlay menu instead of the flyout menu.

    Best regards,
    Mike

    in reply to: Change woocommerce price position on single product page #1004071

    Hi,
    Thank you for that, I adjusted the code and now it seems to work correctly, Please clear your browser cache and check.

    function move_price(){
      ?>
      <script>
      jQuery(window).load(function(){
    jQuery( '.single-product.woocommerce-page' ).each(function() {
    jQuery( this ).find( '.av-woo-purchase-button p.price' ).insertBefore( jQuery(this).find('.special-heading-border') );
    });
    });
      </script>
      <?php
      }
      add_action('wp_footer', 'move_price');
    

    Best regards,
    Mike

    in reply to: hover interaction between elements #1004062

    Hi,
    Glad to hear, you can add a custom class to the column and css like this:

    .flex_column.customclass:hover

    but it should work as is, I added the page ID out of habit.
    Is there is anything else we can help with on this issue, or shall we close this thread?

    Best regards,
    Mike

    in reply to: Center Pricing #1003925

    Hey janton1,
    Please try this code in the General Styling > Quick CSS field:

    .template-shop.avia-content-slider .inner_product_header_table {
    display: flex!important; 
    justify-content: center!important; 
    }

    Best regards,
    Mike

    in reply to: "Responsive Mbile Menu" – is sticky #1003924

    Hey Zetrh,
    Please try changing your code to this:

    @media only screen and (min-width: 768px) { 
    .html_header_sidebar #top #header.av_always_sticky {
        right: 0;
    }
    .html_header_left #main {
        margin-left: auto;
    }
    
    .html_header_sidebar #header .av-main-nav {
        text-align: left;
    }
    
    .html_header_sidebar #top #header {
        position:fixed!important;
        width: 475px;
        position: absolute;
        min-height: 100%;
        border-bottom: none;
    }
    }

    Best regards,
    Mike

    in reply to: Image in header #1003923

    Hey ejo14,
    Please try this code in the General Styling > Quick CSS field:

    #media_image-2 {
        float: right;
        top: -50px;
    }

    Please see the screenshot in Private Content area for expected results.

    Best regards,
    Mike

    in reply to: hover interaction between elements #1003921

    Hi,
    To make the text below the images on the homepage become underlined on mouse-over, please try this css:

    #top.home .flex_column:hover h6,#top.home article.inner-entry:hover > .grid-content h3 {
    text-decoration: underline !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Contact Form Email Address Validation #1003911

    Hey SyberKnight,
    This option is for language special characters as ë and é, which may be used more in some countries than others, and typically those email systems would support the special characters.

    Best regards,
    Mike

    in reply to: Burger/Mobile Menu / How can I get it bigger/thicker? #1003900

    Hi,
    I have restored the line 2283 to as it was before, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: bug with insert short separator #1003895

    Hey Heathcliffe,
    I tried to duplicate what you explained above, but I made my color sections have a background color so I could see the space in mobile. Here is my results with just the two color sections:
    2018-08-30_221125
    and here is when I added a a short separator between the color sections:
    2018-08-30_221501
    So as you see in the first screenshot the two color sections have no gap, and in the second screenshot the short separator has a top & bottom padding of 50px, giving a gap.
    Is this what you mean?

    Best regards,
    Mike

    in reply to: Make some text smaller in the icon box #1003871

    Hi,
    Canceled as requested

    Best regards,
    Mike

    in reply to: Footer Widget Title Bold #1003870

    Hi,
    I took a look at your footer widget titles and adjusted your css to:

    #footer h3.widgettitle {
      font-weight:bold;
    }

    and it is now showing as font-weight 700, which is bold.
    I notice that your font, Raleway, doesn’t display the bold font-weight very well, so I added this rule:

    text-shadow: 1px 0 0 currentColor;

    To make it a little “bolder”
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Blog Widget Styling Preview Styling #1003864

    Hey accutherm,
    Please try this css:

    .slide-entry h3.slide-entry-title.entry-title a {
        color: #ffffff !important; 
    }
    
    .slide-content span.av-vertical-delimiter {
        border-color: #EF5A3E !important; 
    }
    
    .slide-entry time.slide-meta-time.updated {
        color: #EF5A3E !important; 
    }
    
    .slide-entry div.slide-meta {
        border-top-style: none !important; 
        border-bottom-style: none !important; 
    }

    Best regards,
    Mike

Viewing 30 posts - 25,471 through 25,500 (of 34,913 total)