Forum Replies Created

Viewing 30 posts - 8,101 through 8,130 (of 14,834 total)
  • Author
    Posts
  • in reply to: How to open a 2/3 gallery at the touch of a hotspot #427799

    Hi Artemegorov!

    This would take a lot of time and code to implement so it would have to be considered custom work. It sounds like a good idea though so consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see an option get added in a future update.

    Cheers!
    Elliott

    in reply to: Layer slider in footer #427791

    Hey!

    Sorry, it looks like the LayerSlider is not meant to be used in the footer. It’s displaying on your homepage because your using it in the page content as well. You can try changing lines 181 – 185 in the /enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php file from this.

    global $post;
    if(!empty($post->post_content) && strpos($post->post_content, "[layerslider") !== false )
    {
    	return true;
    }
    

    To this.

    //global $post;
    //if(!empty($post->post_content) && strpos($post->post_content, "[layerslider") !== false )
    //{
    	return true;
    //}
    

    Cheers!
    Elliott

    Hey kelvinsze!

    I’m not really sure I understand. You are displaying an icon with our icon element and want it to open in lightbox when clicked on? Our icons are not actual images, they are actually font symbols. I suppose it might be possible by opening it up in an iframe but I’m not sure why anyone would want to do that.

    Can you send us a link to your page so we can get a better idea of what’s going on?

    Regards,
    Elliott

    Hi slui!

    Add this to your custom CSS.

    .header-scrolled .logo img {
      max-height: 22px !important;
    }

    Best regards,
    Elliott

    in reply to: Automatically load latests blog posts into slider? #427781

    Hey arjandasselaar!

    You can with the Accordion slider. Some other elements that do this are the Post Slider, Masonry, Magazine, and LayerSlider elements.

    Cheers!
    Elliott

    in reply to: Blog Post Error / Problems #427771

    Hi Kozi!

    Are you using a custom structure? Try clicking on the “postname” structure and save to see if that works. Also try deactivating all plugins.

    If that does not help then try creating a backup of your .htaccess file which is found in your WordPress root directory and then delete it and save your permalinks once more in Dashboard > Settings > Permalinks.

    Best regards,
    Elliott

    in reply to: Commas between category labels on Latest News Widget #427766

    Hi pozza!

    Try adding this to your custom CSS.

    .news-headline > .widget_latest_category:after { content: ","; }
    .news-headline > .widget_latest_category:last-child:after { content: "" !important; }
    

    Best regards,
    Elliott

    in reply to: Footer disseapearing #427764

    Hey!

    I see. I can reproduce it on my end. I’ll add this to our issue list and our devs will take a look.

    Regards,
    Elliott

    Hi truthbetoldmedia!

    Not sure what it could be off the top of my head. Can you send us a WordPress login so we can take a look?

    Cheers!
    Elliott

    in reply to: Deactivate Hover effect on Woocommerce product not work #427709

    Hey Julian Andres!

    Try this out.

    .image-overlay { display: none !important; }
    

    Best regards,
    Elliott

    in reply to: Increase font size in drop down menu #427704

    Hey svreatt!

    You can do this in Dashboard > Enfold > Advanced Styling. It’s the “main menu sub level links” option.

    Cheers!
    Elliott

    in reply to: Team Member Link Through by Name #427700

    Hi Vincent!

    When you fill out the name use this.

    <a href = "URL">John Doe</a>
    

    And then change URL to the correct link for the author page.

    Regards,
    Elliott

    • This reply was modified 10 years, 9 months ago by Elliott.
    in reply to: page only shows correct after refresh/reload #427693

    Hi Wim!

    The source code looks weird, the classes are different, etc etc. Is that a plugin your using?

    Go ahead and deactivate all plugins to see if they are causing the weird behaviour. If that does not help then try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    Best regards,
    Elliott

    in reply to: Special Heading change #427684

    Hi Sconcepts!

    Remove the subheading and then add a codeblock element beneath the special heading and add this inside.

    <div style="font-size:20px;color:white" class="av-subheading av-subheading_below av_custom_color"><h2 style="color:white;text-transform:none;font-size:18px;line-height:29px;font-family:&quot;Open Sans&quot;">My name is Edward Nfold, my friends call me Enfold.<br>
    I am designer by day and coder by night.</h2>
    </div>
    

    Best regards,
    Elliott

    Hi johann_doe!

    1. Navigate to Dashboard > Enfold > Blog Layout and set the style option to “use the advanced layout builder”. Next edit your blog page and drag the blog posts element to your content and select the “Blog” category in the shortcode options. This will make it so only the posts in the blog category will display on your blog page.

    2. Open up /enfold/framework/php/class-framework-widgets.php and change line 935 from this.

    avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts);
    

    To this.

    avia_get_post_list('cat=-55&orderby=comment_count&posts_per_page='.$posts);
    

    Where “55” is the ID of the category you wish to exclude.

    Best regards,
    Elliott

    • This reply was modified 10 years, 9 months ago by Elliott.
    in reply to: Beauty feedburner form #427665

    Hi!

    Send us a link to the exact page where your displaying the form and we’ll see what we can do.

    Regards,
    Elliott

    in reply to: FSQM display problems #427664

    Hi NMOI!

    Can you send us a link to your page so we can take a look?

    Regards,
    Elliott

    Hey makingskincare!

    I do not know of any that I can recommend. Perhaps the gravity forms plugin has this functionality.

    If anyone knows of any then please share.

    Best regards,
    Elliott

    in reply to: How to show entire blog post #427659

    Hey Kate!

    This is because you have used the advanced layout editor on the post. The full post will be displayed when using the default editor but not for the advanced layout editor. Instead you will need to create a custom excerpt when editing your post. If you do not see the excerpt field then click on “Screen Options” in the top right hand corner of your screen and check it to display.

    Best regards,
    Elliott

    in reply to: Bug color section pattern overlay and small arrow #427656

    Hi!

    Try adding this to your custom CSS.

    #av_section_1 .av-section-color-overlay { height: 90% !important; }
    

    Cheers!
    Elliott

    in reply to: ga.js #427652

    Hey Etix!

    That should only be displayed if you have filled out the option in Dashboard > Enfold > Theme Options. Try deactivating your plugins and clearing your cache.

    Best regards,
    Elliott

    in reply to: Fullscreen slider flashes in IE #427644

    Hi!

    I don’t see the flashing anymore. I’m on Windows 7. She has cleared her cache?

    Regards,
    Elliott

    in reply to: Portfolio grid images out of column #427633

    Hi maggiech!

    Which size did you select? Can you send us a link to your page so we can take a look?

    If your using the no scaling option and want them to be all the same size then you could try some CSS like this.

    .grid-image img { min-height: 300px !important; }
    

    But that might look weird.

    Cheers!
    Elliott

    in reply to: put the social icons above the menu #427631

    Hi compenseo!

    Add this to your custom CSS.

    .html_header_sidebar .main_menu {
      position: relative !important;
      top: 40px !important;
    }
    .html_header_sidebar .av-sidebar-social-container {
      position: absolute !important;
      z-index: 999 !important;
    }

    Best regards,
    Elliott

    in reply to: 2 columns within text box #427629

    Hey!

    The same layout can be done by using a 1/1 column and then 1/2 + 1/2 column beneath it and then a 1/1 column beneath that. If you need to play around with the margins a bit after creating the layout then take a screenshot and highlight the exact changes you would like to do.

    Regards,
    Elliott

    in reply to: Problem on mobile #427625

    Hi simonac!

    You appear to be using some kind of mobile plugin. Our framework is already responsive so it would be best to deactivate that plugin.

    There are lots of websites out there for “mobile testing” but in my opinion they are not very accurate. It would be best to test on an actual mobile device.

    Cheers!
    Elliott

    in reply to: Menu to change section content #427623

    Hey mk-fashion!

    It would take a lot of time and code to implement and would have to be considered custom work. If you cannot find a plugin that offers this functionality then it would be best to hire a freelancer to help you out with this customization.

    Best regards,
    Elliott

    in reply to: Where is the Icon Font Manager in Enfold 3.1.1 #427620

    Hey martinun!

    Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. After doing so you should be using the latest version, 3.1.4. Also try deactivating all plugins.

    If you still do not see it then send us a WordPress login and we’ll take a look.

    Cheers!
    Elliott

    in reply to: Modify Meta widget and add this widget in secondary menu #427613

    Hey!

    Add this to your custom CSS.

    .widget_meta > ul > li:nth-child(2) a::before {
      background: url("URL to your icon");
      color: red;
      content: "A";
      display: inline-block;
      height: 20px;
      left: 0;
      margin-right: 10px;
      position: relative;
      top: 0;
      width: 20px;
    }

    And then change “URL to your icon” with the image URL you want to use.

    Best regards,
    Elliott

    Hey!

    Thanks for posting your solution. For future prevention it would probably be best to ask WooCommerce support since it seems to be related to that plugin.

    Regards,
    Elliott

Viewing 30 posts - 8,101 through 8,130 (of 14,834 total)