Viewing 30 results - 235,021 through 235,050 (of 242,376 total)
  • Author
    Search Results
  • #174530
    manfredschmutz
    Participant

    On the product page there is a woocommerce tab control with two tabs. The product description and the reviews. Why is it doing a line break between reviews and (0)? How can I style the tab in order to display the title on a single line? You can see on the print screen how it looks like..

    Thanks in advance for your help

    woocommerce-tab.png" alt="Woocommerce Tab isn't displaying correctly" />

    #174527

    Hey!

    Go to Enfold > General Settings > Blog Style. Choose “Single Author, big preview pic”.

    Cheers!
    Ismael

    #174504

    In reply to: Beginner Help

    Hi!

    For WordPress in general, there is this excellent session by wp.tutsplus.com
    http://wp.tutsplus.com/sessions/wp101-basix-training/

    Regarding Enfold training, these videos will help you getting started:
    http://vimeo.com/channels/aviathemes/

    Best regards,
    Josue

    Hey yutakaemura!

    Thanks for letting us know. I will pull a request to Kriesi. It will be added on the next update.

    Cheers!
    Ismael

    #174468
    charger70
    Participant

    Hi – i saw this solution:

    https://kriesi.at/support/topic/footer-menu-in-socket-not-showing-in-responsive-view-smartphone/

    and added the code to the Quick CSS section, but i am not seeing the footer menu on my iPhone. it does show on iPad.

    interestingly, when adding the code recommended by Yigit, my Enfold theme stopped displaying customized colors for the header and footer areas. Not sure why that is, but i thought i would mention it.

    any ideas? thanks in advance for your help!

    #174465

    Topic: Accordion on left side

    in forum Enfold
    BelIblis
    Participant

    Hi,

    How can I create an accordion on the left (or right) side of a page, like in your Enfold demo here:
    http://kriesi.at/themes/enfold/features/

    I can’t find this in the layout-builder… is this custom code?

    Thank you!

    #174446

    Hi Devin,

    Thanks for the help. But the link only shows how to set up the mega menu, which I already know. My problem is that I can’t get the menu drop down to go full width. It seems to have a limit of 50%. I’ve looked at some discussions regarding this and the only way that it worked was to use

    .avia_mega_div {
    width: 1024px;
    }

    The trouble with that is that it doesn’t shrink when the browser is a little below that (say 1020px), so it gets chopped off. I tried using 100% as someone suggested in another discussion but that still keeps the dropdown menu at 50% with all the menus shrunk to a hilarious size.

    Wish there was an option to have the dropdown go full width of the container.

    Thanks for the help, anyway. Wish I had discovered ENFOLD earlier.

    Cheers
    BB Looi

    #174444

    Any word on this yet guys? Sorry for the rush, We are waiting on this to launch a site.

    #174437

    Hello!

    You can specify a different height for desktop and mobile view here, inside those sections already created:

    Regards,
    Josue

    #174434

    Hello!

    First thing to do is download the updated theme files and then install the newly updated version of Enfold. This will probably not fix the back end issue but may fix it on the front end.

    Next, add this code to your functions.php file:

    
    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }
    

    This will give you a new field after the advanced layout editor that will show all of the content of the editor elements. See if you can spot where the error in the shortcodes is (if possible).

    I also saved the schedule page as a template in the top right corner of the advanced layout editor just in case the whole page blanks out and you lose the data you’ll have an immediate re-fresh.

    Regards,
    Devin

    #174431
    weball
    Participant

    Is possible to integrate in enfold Fullscreen slider or Advanced Layerslider same zoomslider wp plugin as

    http://codecanyon.net/item/responsive-zoom-inout-slider-wordpress-plugin/2950062?WT.ac=search_thumb&WT.seg_1=search_thumb&WT.z_author=LambertGroup
    (Grazie) Thanks

    #174429

    Hi guys,

    So sorry for this hiccup. Don’t worry.. I have now fixed the issue by uploading a recent backup.

    The last problem left is that my related products are still hiding under the footer even when I add this code:
    #av_section_1 { height: auto; }

    http://s13.postimg.org/w948qkx0n/enfold1.png

    #174422

    It would be great to use the Advanced Editor in WooCommerce product pages too

    #174412
    dreedijk
    Participant

    Hi there!

    I have searched the forum, but I can’t find an answer on how to exactly integrate Yoast breadcrumbs (for the google Rich Snippets) in Enfold.
    What I would like is to have the breadcrumbs featured in the Google search result, but not necessarily displayed on the page (I have hidden de Header on almost all of my pages). I hope you can help me.

    Kind regards,

    Dave

    Never-mind…. I just deleted the Enfold theme from the WP server file and then FTP’d the theme folder and now it seems to work okay.
    After reading some of the other post- installing the zip file via the WordPress dashboard isn’t the way to go.

    #174404

    Hey!

    Here’s the trick, put the @font-face code in this file, not in Quick CSS.

    Best regards,
    Josue

    #174402

    p.s i’m on Enfold version 3.2.1

    This reply has been marked as private.
    #174395
    MuzSolutions
    Participant

    Hello, first, absolutely incredible theme. I’m most impressed with the Avia builder.

    To the header I’m wondering how I would add a youtube social icon (that you don’t have one is shocking to me) and how could I make the existing icons about 2-3x their size?

    If I wanted to upload a difference design of buttons, how would I go about doing that? I can’t seem to find the buttons in the enfold fIles. Thank you.

    #174390
    zerozendesign
    Participant

    Hey guys,

    How would I go about making my menu background more transparent? Right now there is a default transparency, but I would like to increase the transparency slightly.

    Thanks in advance.

    #174389
    dgoranov
    Participant

    Hello,

    I have WP SMTP (can help us to send emails via SMTP instead of the PHP mail() function) plugin installed and
    have SMTP configured for Google Apps.

    I’m able to receive test emails from the plugin test. This plugin uses wp_mail() to send emails. All SMTP settings
    are correct and I’m able to send emails from WordPress.

    The contact form keep reporting Your message has been sent!, but no message is recieved.

    I added the follwoing code to functions.php, but still no success.

    add_filter(‘avf_form_use_wpmail’, ‘avia_change_php_mail’, 10, 3);

    function avia_change_php_mail($active, $new_post, $form_params)
    {
    return true;
    }

    Any other suggestions. Enfold version: Version 2.3.2

    #174388

    Yes It’s in The CSS folder of the Enfold Theme folder.

    ediethelm
    Participant

    I just installed Enfold theme and when I go to activate it – slideshow.php is blowing up. Here is the exact fatal message I get and below that the line of code. Copied from line 493 to 500. For a new client who specifically picked out this WP theme so suggestions on how I can get it working would be greatly appreciated.

    Error message —
    Fatal error: Allowed memory size of 41943040 bytes exhausted in /data/8/0/5/59/494059/user/504144/htdocs/wordpress1/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 496

    Code from slideshow.php
    {
    $this->ie8_fallback .= “<!–[if lte IE 8]>”;
    $this->ie8_fallback .= “<style type=’text/css’>”;
    }
    $this->ie8_fallback .= “\n #{$this->config[‘css_id’]} .slide-{$counter}{“;
    $this->ie8_fallback .= “\n -ms-filter: \”progid:DXImageTransform.Microsoft.AlphaImageLoader(src='{$img[0]}’, sizingMethod=’scale’)\”; “;
    $this->ie8_fallback .= “\n filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='{$img[0]}’, sizingMethod=’scale’); “;
    $this->ie8_fallback .= “\n } \n”;

    Movida
    Participant

    The Size & Quantity selection for customers before Add to cart on Product Page is not available. Can Enfold be used for Clothing Site? As it will need such feature of product size and quantity selection for customers before purchasing it.

    #174367
    This reply has been marked as private.
    #174364

    Topic: Short code Cheat Sheet

    in forum Enfold
    GCEAweb
    Participant

    Hello,

    Brand new to the theme and still a novice when it comes to using WordPress. After being introduced to short code I immediately wanted to find/create a cheat sheet that list everything that is already built into the Enfold theme. Does this exist or is there an easy way to find out where all the short code would be built out. Not afraid of looking at code.

    Thanks for the help.

    -Nate

    Devin,

    Thanks for the reply. The quick CSS suggestion to not display dates on posts worked perfectly.

    I am really pleased with the Enfold theme except for how it currently manages video.
    I think improving overall theme support for video content should be a very high priority. Most people want to utilize video on their site these days and will expect Enfold content and media elements to display video thumbnails the same way they do with image files.

    A friend’s site at http://www.pdmtv.com uses a theme called Breakout that seems to have successfully solved many issues with video integration. Maybe this can provide some insight on a path to enhancing video support in Enfold.

    Meanwhile, can you suggest any plugins that would add a ‘Recent Post’ grid, widget, etc. to pages with thumbnail support for video/embedded video?

    Thanks,
    Keith

    • This reply was modified 11 years, 8 months ago by KCMartin91737.
    #174342
    dhuet
    Participant

    Hello,

    I ma running into a little conflict between you Lightbox action and a great Youtube Channel plug-in. The issue that I have is the plugin works great but once you click on the video to target video thumbnail to play on the larger player on top, the Enfold theme default lightbox launches the video lightbox on top which cause the video to play twice. is there any that I can insert in that particular to tell the lightbox not to launch. I might a simple shortcode edit… not sure, I thought I would ask first.

    You tube Cannel plugin: http://poselab.com/en/youtube-channel-gallery-demo-with-playlist/

    Thanks,
    D

    #174337

    Works perfectly, thank you Dude.

    #174336

    Thank you Dude,
    Would you have an idea for the front page issue ?

Viewing 30 results - 235,021 through 235,050 (of 242,376 total)