Forum Replies Created

Viewing 30 posts - 24,841 through 24,870 (of 34,594 total)
  • Author
    Posts
  • in reply to: Caption hover effect #1011474

    Hi,
    Thank you for sharing, so is each box a grid row with a image element inside and text block on top of that?

    Best regards,
    Mike

    in reply to: Insert Author name in the previews of the articles #1011469

    Hi,
    Glad Victoria could 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: Enfold doesn't generate H1, missing author error #1011443

    Hey LeoHollander,
    When I check your first link I see it has a H1 in the layerslider, and this audit tool also found it Which tool are you using?
    The next two links don’t have H1’s but they also have videos at the top of the page. How did you add H1’s to those two pages? Try changing the first H2 under the videos to H1.
    As for your missing author, it looks like you are using the advanced layout builder to create your pages, Enfold doesn’t add these tags when using the advanced layout builder. But it looks like you are using Yoast SEO plugin, which will add these tags for you, please see this guide on how to set it up

    I took a look at your site but I didn’t see any errors, do you mean in your webmaster tools? If so please try disallowing it in your robots.txt

    Best regards,
    Mike

    in reply to: Special heading not appearing in color sections #1011407

    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: woocommerce and update #1011406

    Hi,
    All of your content will stay the same, the license key doesn’t change that. But before updating the theme it is always a good practice to make a backup using your webhost’s tools.

    Best regards,
    Mike

    in reply to: Insert Author name in the previews of the articles #1011402

    Hi,
    I took a look at this and it appears to be a glyph,

    which is a one character symbol from your font “Lato” but I’m not sure how it got there, I tried removing the code I posted above but that didn’t help.
    Is there a chance that you edited the post with the default editor and left a space there? Did you paste the content into the post from MS Word or another website?
    I took a look at your post but couldn’t find the glyph and it isn’t in the source code of your post, only on your homepage.
    If you create a new post does this happen again?
    If you create this same post again from scratch does it happen again?

    Best regards,
    Mike

    in reply to: Media files wont upload, get HTTP error. #1011376

    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: Enfold Theme Update #1011375

    Hi,
    You will not need to activate the plugin before updating Enfold, but after updating you will need to re-add the code, as the update will overwrite it.
    Please save a link to this post or save a copy of this code to your computer.
    If you install a child theme you will not have to worry about this as the code will always be safe. Read about using a Child Theme here.

    Best regards,
    Mike

    in reply to: Special heading not appearing in color sections #1011373

    Hi,
    This error is due to your plugin “Async JavaScript” it is causing a jQuery error.
    2018-09-18_101644
    I disabled it at WordPress > Settings > Async JavaScript
    2018-09-18_101511
    and now your special heading works correctly.

    Best regards,
    Mike

    in reply to: woocommerce and update #1011361

    Hey Pim Zwager,
    You can install woocommerce on your site easily by searching for it in the “Add New” option under Plugins.
    There are many options when setting up woocommerce, so please review this video created by a fan on Enfold, it shows how to set it up, step-by-step: https://youtu.be/V00AZ90fC7w

    Please ask your developer for your license key, all or our sales and license keys are managed by Theme Forest and we don’t have access to them, nor can we issue new ones.
    If you can not reach your developer, you could try contacting Theme Forest and explain your situation, but I’m certain you will need to buy a new license.
    The good news is if you do buy a license you will also get 6 months of support on our forum, I recommend upgrading to 12 months of support, it’s only a little more and I’m certain you will find our support a great value.

    Best regards,
    Mike

    in reply to: Layer slider height #1011347

    Hey smoothbob,
    Please try “postid-1451” instead of “page-id-1451”

    Best regards,
    Mike

    in reply to: Transparent & Glassy Header Colors #1011304

    Hi,
    Thank you for the screenshot, the css above only changes the colors and not height, perhaps it’s a color illusion?
    I tried testing with and without the css but I don’t see a change in height, unless I’m looking at the wrong area.
    I made a video of my test to show what I mean. Please see video link in the Private Content area.

    To make the header background a darker white please try changing the “0.7” to a higher number.

    .header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
        background-color: rgba(255, 255, 255, 0.7) !important;
    }

    But I found the header to see when scrolling over a white area of your site, perhaps try testing a lighter black will help?

    
    .header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
        background-color: rgba(0, 0, 0, 0.3) !important;
    }

    To make the phone text white, please try this css:

    .phone-info {color: #fff !important;}

    To hide the top bar borders, please try:

    #top .social_bookmarks li,#top .av_header_transparency #header_meta {
        border-right-style: none !important; 
        border-bottom: none !important;
    }

    Best regards,
    Mike

    in reply to: MIssing Menu on Mobile #1010492

    Hey Mark,
    Please try changing this css:

    @media screen and (max-width: 1250px) {
    nav.main_menu { display: none !important; }
    #advanced_menu_toggle { display: block !important; }
    }

    to:

    @media screen and (max-width: 1250px) {
    nav.main_menu { display: block !important; }
    #advanced_menu_toggle { display: block !important; }
    }

    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Mobile: Custom Background Image from Grid Row missing #1010490

    Hi,
    Please try changing the height of the white space separator 300px or 250px
    This will force the image full width for mobile screens.

    Best regards,
    Mike

    Hi,
    I took a look at your site to try to assist, and see that your posts with the default editor have a max-width of 600px for the content. I also see that you don’t use any sidebars.
    I didn’t find any posts created with advanced layout builder, but understand that you would like to use it to create posts and keep your current 600px centered layout.
    You can do this by adding this css to the Enfold Theme Options > General Styling > Quick CSS field:

    @media only screen and (min-width: 1023px) { 
    #top.single-post .template-page.content.av-content-full.units {
        max-width: 600px !important; 
        width: 600px !important;
    }
    #top.single-post .av_default_container_wrap.fullsize .container:first-child {
        max-width: 600px !important; 
    }
    }

    it will only effect single posts content when viewed on screens larger than 1023px (laptops) just like your current blog posts.
    2018-09-16_125007
    you can also have full width sliders at the top if you wish, just make your post in a text element.
    2018-09-16_125108
    Please note that if you create a post with the advanced layout builder, please don’t try to then edit it with the default editor.
    Please try creating a test post using this method and let us know if this works for you.

    Best regards,
    Mike

    in reply to: Mobile: Custom Background Image from Grid Row missing #1010473

    Hey tbraendle,
    Please try adding a white space / separator element in the empty grid row with the background image.
    This will keep the empty cell from disappearing.
    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Make a category page have a blog post at the top #1010471

    Hi,
    Please try one of these plugins:
    WPCustom Category Image
    Categories Images
    Category and Taxonomy Image

    I have not tried these, but I recall another user used one successfully, I just don’t remember which one.

    Best regards,
    Mike

    in reply to: Categories Pages To Show Like I have On Blog Page #1010468

    Hey wpcupid,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'blog-grid';
    return $layout;
    }

    Best regards,
    Mike

    Hey wpcupid,
    Your homepage footer widget titles are showing white for me, Please clear your browser cache and check again.

    Best regards,
    Mike

    in reply to: Remove featured image link without pointer-event:none #1010463

    Hey Tom,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function remove_featured_image_link(){
      ?>
      <script>
      (function($){
      $(document).ready(function(){
      $('.big-preview.single-big a').contents().unwrap();
      });
      })(jQuery);
      </script>
      <?php
      }
    add_action('wp_footer', 'remove_featured_image_link');

    and add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .big-preview.single-big img {
    z-index: 0 !important;
    }

    Best regards,
    Mike

    in reply to: Masonry – 'Only Title' needed in each box #1010454

    Hi,
    Thank you for the login, I did find a missing bracket in the rule above this one. Correcting this error seems to have corrected your font and heading issue.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Buttons Not Appearing Properly on Mobile #1010449

    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: Layer Slide issue #1010448

    Hey Konstantin,
    I took a look at your site and exported your slider to my localhost, were the slider worked fine.
    I have also tried matching all of your performance settings, yet I was not able to recreate the error.
    The error “Cannot tween a null target” seems to refer to “animating something that does not exists or is invalid” with greensock.js, yet I don’t see that you are using this animation. Do you recall using greenstock on a element?
    I found another reference to this and layerslider here.
    Please try disabling your plugins to see if this helps.

    Best regards,
    Mike

    in reply to: Masonry – 'Only Title' needed in each box #1010434

    Hi,
    Perhaps there is a missing bracket or some other error in your Quick CSS, please include a admin login in the Private Content area so we can take a look.

    Best regards,
    Mike

    in reply to: Anchor links in mega menu partially working #1010431

    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 make Enfold theme (shop demo) one-click-page-"like" #1010430

    Hi,
    Glad to hear, if you have any issues with this, please include a admin login in the Private Content area, and we can demonstrate with one menu link and anchor on your page for you to review.
    Otherwise let us know if you are successful and we can close this.

    Best regards,
    Mike

    in reply to: Part of form is different colour #1010428

    Hi,
    The css above is not showing in your merged css, did you add it to your Quick CSS or your Child Theme style.css?
    If you added it to your child theme style.css please try re-saving your theme setting to re-build your merged css, a easy way to do this is to add a blank space in your Quick CSS and then save.
    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Anchor links in mega menu partially working #1010418

    Hi,
    I looked at your page again and it seems to be fixed now, shall we close this then or do you need further assistance?
    What was the error in your child theme?

    Best regards,
    Mike

    in reply to: How to make Enfold theme (shop demo) one-click-page-"like" #1010399

    Hey Jak73,
    If I understand correctly, you wish to turn your homepage of your “Shop Demo” into a single page site with links in the menu pointing to anchors on the page.
    Yes you can do this, in your menu use the custom link option and add your links like #youranchor
    then add the anchors to your sections in the ID field.
    Let us know if you would like further help with this.

    Best regards,
    Mike

    in reply to: google finding 'old' references to site #1010390

    Hey jnrdavo,
    I took a look at your source code and found that your layerslider has 6 images with the /V4/ path that lead to 404’s
    Once you correct those I would recommend adding redirects to your .htaccess for the links that google is reporting to you.
    You can also go to your Google search console and request the links be removed from the googlebot
    These two steps should clear this up for you.

    Best regards,
    Mike

Viewing 30 posts - 24,841 through 24,870 (of 34,594 total)