Viewing 30 results - 210,601 through 210,630 (of 244,580 total)
  • Author
    Search Results
  • #333138

    Hi backfolder!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

     .single .big-preview.single-big {
    pointer-events: none;
    }

    If that does not work, please post the link to your website

    Cheers!
    Yigit

    #333137
    tom77113
    Participant

    Hi enfold team,

    I want to update my theme. I am using a child theme. Do I have to update first the parent theme or the child theme or doesn’t it matter at all?

    Thanks

    Greetings Thomas

    #333136

    Topic: Max Dimension Logo

    in forum Enfold
    tom77113
    Participant

    Hi enfold team,

    I am using the following header layout:
    Logo left, Menu below,
    Header size large with 3 social icons at the right side.
    Could you tell me the max. dimension for the logo? Right now I using a 1388-208 logo and it works. But I like to make it even bigger…

    Thanks

    Thomas

    #333129
    PeterPan2
    Participant

    Hi Enfold support,

    if I want to edit a page, the Avia Layout Builder doesen’t open (anymore).
    I only see the “turning circle” but the Builder doesen’t open.

    Can you help me here?

    Thanks,
    PeterPan2

    • This topic was modified 11 years, 6 months ago by PeterPan2.
    #333127
    This reply has been marked as private.
    #333121
    PCCONSULTING
    Participant

    Hi, since I deleted some pages of dummy content I need to import a single page of the online demo, I read that maybe I should enable Avia Layout Builder Debug.

    I want to import only a page “About Us” for example, how can I do that?

    Thanks.

    #333118

    In reply to: Blog Beiträge Element

    hi josue,

    i think you missunderstood :-)

    what i am talking about is that i can not exclude special post id’s within enfold design elements like portfolio grid … when choosing a custom taxonomy. i can define an offset, but it would be better to have a comma separated list of post-id’s to exclude spezial entries.

    greez
    rene

    #333115

    In reply to: image captions

    Hi!
    Could you replace this:

    .template-single-blog .avia-image-container{
        margin-top:5px;
    }

    With

    .template-single-blog .avia-image-container{
        margin-top:5px !important;
    }

    to correct the misalignment.

    The misalignment is because of the following code in shortcode.css

    body .container_wrap .avia-builder-el-first {
        margin-top: 0px;
    }

    As much as we try to cover all angles, it happens that we may need adjustments every now and then to particular parts of the site. Enfold provides enough flexibility to allow you, the user, to adapt the framework to your particular needs.

    Cheers!
    Arvish

    #333102
    abortolotti
    Participant

    Hi super guys ;)

    I just tried to insert a weather widget in the footer and noticed that the code doesn’t work on Enfold 3.0, where it does fine on 2.9.2 (that I have on a twin beta site).

    Is there any way this can be solved, so the widget shows up as it should?

    Here is the widget appearing on the beta testing site’s footer:

    http://www.bednspa.com/calendars/

    and here is the same widget not showing up on footer’s site where it’s supposed to:

    https://casateulada.com/casa-teulada-1/

    The code I used for such widget is:

    <!– Inizio codice ilMeteo.it –>
    <iframe width=”450″ height=”300″ scrolling=”no” frameborder=”no” noresize=”noresize” src=”http://www.ilmeteo.it/box/previsioni.php?citta=5913&type=day2&width=450&ico=swf1&lang=eng&days=4&font=Arial&fontsize=12&bg=FFFFFF&fg=000000&bgtitle=0099FF&fgtitle=FFFFFF&bgtab=F0F0F0&fglink=1773C2″></iframe&gt;
    <!– Fine codice ilMeteo.it –>

    I give you the credentials to check the back end, just in case.

    Thanks, Antonio

    #333101

    Hi!


    @coloradobeerco
    : Version 2.7.1 is not compatible with WordPress 4.0. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    The update might change few element configurations so you have to modify the options again.

    Best regards,
    Ismael

    #333099
    OlivierCharlot
    Participant

    Hello,
    I have noticed that the SEO Platinum pack (properly activated and with main meta tags fille dout) is not taken into account in any Google search. Titles are not used for page tabs´titles either.
    Any clue of what could happen, or any fix for this?

    Best regards,
    Olivier.

    #333097

    Hi aph80!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 1;
    }
    
    .avia_desktop .av-hover-overlay-active .av-masonry-entry:hover .av-masonry-image-container {
    opacity: 0.7;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #333094

    Hey,

    I fixed it in the core code (enfold\config-templatebuilder\avia-shortcodes\table.php). On line 294 there’s this piece of code:

    td:nth-of-type(".($counter + 1).") Remove the “+ 1” and the table headings are correct again.

    Anyway, the problem is that this fix has to be re-done after each theme update. Which is why I’m wondering whether you perhaps know of a permanent fix?

    Also, why is the “+ 1” there since v3.0.1? All it does is misplace the headings.

    Thanks in advance,

    Ralph

    #333090

    Hi Josue,

    I think I solved the issue… I didn’t notice that one of the new great options of Enfold 3.0 is the one to choose not to display the Logo and header with the default template. So I tried that one and displayed the footer as I wanted.

    It works so far.

    Thanks

    #333089

    Topic: meta tags-Enfold

    in forum Enfold
    Valinsy
    Participant

    Hi
    Could you help me finding meta tags in Enfold theme
    I can’t locate them
    RagardsAga

    Hi chriss922009!

    Thank you for using Enfold.

    Please add this on functions.php:

    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    }

    Go to the Language switcher options then disable the flag on What to include in the language switcher option.

    Best regards,
    Ismael

    #333083

    Hi MeryVi!

    Thank you for using Enfold.

    It’s working fine on our installation. Please switch your advance layout builder to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

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

    You will be able to see the actual shortcode below the builder. Look for the submenu shortcode. It looks like this:

    [av_submenu menu='53' position='center' color='main_color' sticky='aviaTBsticky']
    

    Change the menu id 53 to the id of the menu that you want to use. I think the menu_prov id is 65.

    Regards,
    Ismael

    #333078

    Hey mcraig77!

    Thank you for using Enfold.

    Please try this:

    function add_custom_script_translator(){
     echo "<div class='g-trans'>".do_shortcode('[google-translator]')."</div>";
    }
    add_action('avia_meta_header', 'add_custom_script_translator', 10);

    Cheers!
    Ismael

    #333077
    This reply has been marked as private.
    #333075

    Hi developerFD1!

    Thank you for using Enfold.

    Please try this:

    add_action('ava_after_main_menu','my_banner_rotator');
    
    function my_banner_rotator() {
    	$output  = "<div class='banner-rotator'>";
    	$output .= do_shortcode('[adrotate group="6"]');
    	$output .= "</div>";
       
        echo $output;
    }

    Use this on Quick CSS or custom.css to adjust the position of the banner.

    .banner-rotator {
    position: absolute;
    bottom: 50px;
    right: 0;
    }
    

    Cheers!
    Ismael

    #333074

    Hi BlackbyRequest!

    Thank you for using Enfold.

    You can use the Color Section or the Fullscreen Slider to embed video background on the site. Note that you need to use fallback images for mobile devices.

    Cheers!
    Ismael

    MDPC
    Participant

    Hi all!
    I have a problem previously described on this topic: https://kriesi.at/support/topic/incompatibility-with-yoast-wp-seo-blank-page-editor/
    As all seems to work fine again, I tried to switch modded files to live site (modifications were made on a test site who was up for this purpose) according to what Kriesi told me (move and replace config-wpml folder in Enfold) but I got exactly the same issue.. I cannot edit pages with products on it, it results in a blank page with an error message on the sidebar (exactly the same as before).
    I just updated Woo Commerce plug-in and don’t think it has to see with files inside Enfold.. Am I right..?
    Could you please be kind enough to have a look again at this issue? I’d like to know what I did wrong…
    Thanks in advance for your support, I give you credentials to live site in private content.
    Best regards.

    #333068
    chinmaytam
    Participant

    Dear Moderator,
    I recently updated to the latest version of Enfold. Thank you for adding the Shopping Cart icon to the mobile version of the website. Very helpful indeed.

    Please open – http://www.naturahealthcare.com on web and mobile.

    However, there are two errors which have cropped up on the mobile version:

    1. When the shopping cart dropdown is opened, I cannot see the cart completely and part of it remains hidden on the left side of the screen.

    2. When I open the Menu, I am not able to see the entire items on the menu. The Mega Menu also disappears.

    3. When you scroll down the page and wait for about 10-12 seconds, the page jumps up and down automatically – similar problem as mentioned here: https://kriesi.at/support/topic/image-jumping-in-mobile-view-unstable/

    Can you please suggest any fixes for all the problems mentioned above?

    I am using:
    Wordpress – 4.0
    Enfold – 3.0.1
    WooCommerce – 2.2.4

    Please let me know soon as my website is up and running!

    • This topic was modified 11 years, 6 months ago by chinmaytam.
    #333065

    I explain the issue clearly in first thread.

    FIRST i was running the website in:
    – old wordpress (latest version before 4)
    – old enfold.
    The issue is “Layout builder is not working” it’s just loading, loading, loading… and not content shows.

    SECOND
    you asked me to update wordpress and enfold. I updated both:
    – wordpress 4
    – enfold (latest)
    here i faced 2 issues, one is the same issue before (layout builder is not working) and other is the theme in front-end is broken. i have very customized design.

    THIRD
    i rolled back to the old enfold version. so the design issue is fixed. but still the layout builder (main issue) is not fixed.

    SO IN ALL SITUATIONS. THE LAYOUT BUILDER ISSUE IS STILL THERE.. IT’S NOT FIXED IN ALL CASES.

    #333059
    hbjcapital
    Participant

    Hi,

    We have been using your enfold theme for a while and things were working fine. But after some recent updates [both wp and enfold] we are not able to load the visual editor from the backend. We are hosting it on wp-engine. Please help.

    • This topic was modified 11 years, 6 months ago by hbjcapital. Reason: Priority
    #333058

    With upgradee Enfold 3.0 I seem to have lost the letter-spacing in the button font. It s still there in all headings but not in the buttons anymore.

    Can you help me?

    #333042

    But What will I do??

    Please look at my screenshots. I have made the text change yesterday in the morning and when I click preview this is what I got: On my page you have the dummy text and on the preview you have a single page.
    And I have tried to make the same as on your screencast and it stays the same?

    https://www.dropbox.com/s/toes9ioh53tzua2/Athenia-link1.jpg?dl=0
    https://www.dropbox.com/s/ewb947kvkxm02qu/Athenia-link2.jpg?dl=0

    Where could that come from?? It’s only on this site, I have another site on enfold and it works perfectly.

    Any idea? I’m desperate moreover that you can apply the changes and not me.. :-(

    Thanks

    Hi!

    Thank you for using Enfold.

    Unfortunately, we don’t provide support for third party plugins as stated on our support policy. Please contact the plugin author. Anyway, maybe these plugins will work:

    https://wordpress.org/plugins/simple-google-analytics/
    https://premium.wpmudev.org/project/google-analytics-for-wordpress-mu-sitewide-and-single-blog-solution/

    Cheers!
    Ismael

    #333039

    Hi harmrietmeijer!

    Thank you for using Enfold.

    I’m sorry but I don’t think that’s possible without creating a custom script. Unfortunately, this is beyond the scope of support. You need to hire a freelance developer to create the script for you. Please visit Envato Studio or Werkpress for further customization.

    Best regards,
    Ismael

    #333034

    In reply to: contact form redirect

    Hi stevemulisa!

    Thank you for using Enfold.

    Please deactivate the plugins then test it again. Download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

Viewing 30 results - 210,601 through 210,630 (of 244,580 total)