Viewing 30 results - 4,501 through 4,530 (of 11,211 total)
  • Author
    Search Results
  • Hey studioc4com,

    The code you have used is correct. But you may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #985375

    Hi,

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    Hi,

    Please use this plugin – https://wordpress.org/plugins/loco-translate/ to translate untranslated strings.

    After logging in, you can go to Enfold sub forum and start a new thread using big blue button – https://kriesi.at/support/forum/enfold/ :)

    Regards,
    Yigit

    Bärbel Ingeborg Zimber
    Guest

    i can not find how to submit a question for on a theme subject, even though i am logged in. some going ons in enfold are really strange! one is, paying for support and not knowing how to get to the support!

    When i use the contact form it shows
    I agree to the terms and conditions laid out in the Privacy Policy *
    but as i am in germany and our members are german speaking i would like to change this into german. can you please tell me where i can do this? roamed through the forum for an hour or so, but can not find any answer.
    thanks
    BIZ

    #985236

    Topic: Menu

    in forum Enfold
    theovh
    Participant

    Hi,

    Whe rebuilding website with enfold theme.
    In the menu each button need a different colour.
    I put website link in private content. The website you see here whe are rebuilding in wordpress and also whe make it more extensive.
    So as you see each menu button has a different colour.
    Whe dont use child theme.
    How can whe fix it in the Enfold Theme.

    Kind regards,

    The0

    • This topic was modified 7 years, 8 months ago by theovh.

    Hi Jordan,

    Thank you for the link.

    I removed the code which disabled the caption slide from Quick CSS.

    Then I opened FileZilla and connected to my server.

    I went to wordpress > wp-content > themes > enfold > css > custom.css (in “enfold child”, I couldn’t find an custom.css file).

    I dragged the custom.css file to my desktop and opened it with TextEdit (I also have Adobe Dreamweaver on my MacBook but never used it so far).

    Then I inserted the following code below “Desktop Styles”, “/* Add your Desktop Styles here */”:

    .avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title, .avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content {
    visibility: visible;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
    }

    I dragged the custom.css file back to the server (Action: Overwrite).

    Then I did a hard refresh in Chrome (hold shift and click the reload button).

    Unfortunately, it doesn’t work. The caption still slides in from the left.

    What did I wrong?

    Best regards,
    zizibe1

    #984487

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .embedded-joinwebinar-button .wj-click-event {
        padding: 20px;
        background: #00AECE;
        color: white;
        font-size: 20px;
    }

    Best regards,
    Rikard

    #984486

    Hey Eric,

    Thank you for using Enfold.

    The following thread might help.

    // https://kriesi.at/support/topic/massive-problems-since-wp-update-to-4-9-7/#post-984318

    Do the suggested file modifications then you need to translate all images that you use in Enfold Layout builder elements – you can run a WPML update routine (see link in private content):

    Go to Dashboard -> WPML -> Settings and “Media Translation” at the bottom.

    There you’ll find the “Media Translation Documentation” and a button “Start”. Leave all checkboxes checked.

    Best regards,
    Ismael

    #984369

    Topic: Modal Popup for Bios

    in forum Enfold
    aarynm
    Participant

    Hi there,

    I am building a website where I want to be able to trigger a modal popup containing a person’s photo and bio. Either a text link or button would trigger modal. I know there are plugins for this, but first checking to see if Enfold has a native way I can accomplish this? I know I can create a page with the bio information and hide the header and footer but is there an easy way to trigger it to display in a modal?

    Thank you.

    Hi,

    As far as I coud figure out you need to translate all images that you use in Enfold Layout builder elements – you can run a WPML update routine (see link in private content):

    Goto Dashboard -> WPML -> Settings and “Media Translation” at the bottom.
    There you find “Media Translation Documentation” and a button “Start”. Leave all checkboxes checked.

    Or you translate every image manully on Goto Dashboard -> WPML -> Media Translation.

    As far as I could test on my install this should fix the problem.

    Best regards,
    Günter

    #984318

    Hi,

    Thank you for using Enfold – and sorry for the problems.
    WPML must have changed a lot in the implementation of translating images – this seems to break our logic.

    Can you confirm, that these problem also started with updateing of WPML ?

    I have tried to find a solution.

    As a first step can you please update the following files:

    config-templatebuilder\avia-shortcodes\catalogue\catalogue.php with
    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4_1/catalogue.php

    config-templatebuilder\avia-shortcodes\image\image.php with
    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4_1/image.php

    config-templatebuilder\avia-shortcodes\image_hotspots\image_hotspots.php with
    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4_1/image_hotspots.php

    config-templatebuilder\avia-shortcodes\logoslider\logoslider.php with
    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4_1/logoslider.php

    config-templatebuilder\avia-shortcodes\section.php with
    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4_1/section.php

    config-templatebuilder\avia-shortcodes\timeline\timeline.php with
    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4_1/timeline.php

    Do not forget to make a backup of the original files for a fallback and that you have updated to Enfold 4.4.1.

    Then you need to translate all images that you use in Enfold Layout builder elements – you can run a WPML update routine (see link in private content):

    Goto Dashboard -> WPML -> Settings and “Media Translation” at the bottom.
    There you find “Media Translation Documentation” and a button “Start”. Leave all checkboxes checked.

    If you need a more specific translation of images (or do not want to translate all images) I would recommend to use the WPML Media Translation plugin (https://wpml.org/documentation/getting-started-guide/media-translation/).

    As far as I could test on my install this should fix the problem.

    Best regards,
    Günter

    Hi Ismael,

    Thank you for your reply.

    2.) I opened FileZilla and connected to my server.

    I went to wordpress > wp-content > themes > enfold > config-templatebuilder > avia-shortcodes > gallery and moved the gallery.js file to my desktop. (In wordpress > wp-content > themes > enfold child, I couldn’t find this file.)

    There, I opened it with TextEdit (I also have Adobe Dreamweaver on my macbook but never used it so far), removed the block code you wrote about in your post, saved the file and moved it back to the gallery folder on the server (Action: Overwrite).

    Then I went to the page “Portfolio” of my website, pressed shift and the reload button of Chrome, but unfortunately, the lightbox of the gallery still doesn’t work.

    3.) Referring to your link, I turned on the custom css class field.

    Now when I go to “Pages” > my page “Portfolio” > my first gallery > “Edit element” and scroll down, I see the “Custom CSS Class” field.

    What do I have to add there to except this gallery of the rule which removes the first thumbnail?

    Best regards,
    zizibe1

    #984215

    Hi Rikard,

    Thank you for your reply.

    I went to Enfold Child > Performance > File Compression > “Disable – no CSS file merging and compression” and “Disable – no Javascript file merging and compression” > “Safe all changes”.

    Then I added the following code at the very top of Quick CSS and clicked “Safe all changes”:

    #av-burger-menu-ul .current-menu-item {
      color:red !important;
    }

    Then I went back to Enfold Child > Performance > File Compression > “Enable – merge and compress all theme CSS files” and “Enable – merge and compress all theme javascript files” > “Safe all changes”.

    Then I went to the page “Portfolio” of my website, pressed shift and the reload button of Chrome and opened the mobile menu, but unfortunately, the font color of the menu item of the page I’m right on (“Portfolio”) still isn’t red.

    Best regards,
    zizibe1

    #984114

    Hi Rikard,

    thank you so much for your fast reply.

    If you could check the link I mentioned above and correct it (like I said, it points to https://kriesi.at/documentation/enfold/contact-form/#add-on-click-event-to-the-contact-form-submit-button- instead of anything connected to sorting blog posts), it would be totally ok.

    Best regards
    Tanja

    #983969

    Hi,

    Thank you for the update.

    Add this code in the functions.php file.

    /**
    * Disable button in backend if the user has manually set them to be disabled
    *
    * @since 4.3
    * @added_by Kriesi
    */
    function av_disable_button_in_backend( $shortcode ) 
    {
    	$key = 'av_alb_disable_'.$shortcode['shortcode'];
    	$disabled = avia_get_option($key);
    
    	if($shortcode['shortcode'] == 'av_masonry_entries') {
    		$shortcode['disabling_allowed'] = null;
    	}
    
    	if($key == $disabled && !empty( $shortcode['disabling_allowed'] ))
    	{
    		$shortcode['disabled'] = array(
    			'condition' => true, 
    			'text'   	=> __( 'This element is disabled in your theme options. You can enable it in Enfold » Performance', 'avia_framework' ));
    	}
    
    	return $shortcode;
    }
    
    if( avia_get_option('disable_alb_elements') == "manually" )
    {
    	add_filter( 'avf_shortcode_insert_button_backend', 'av_disable_button_in_backend', 10, 1 );
    }
    

    Best regards,
    Ismael

    #983929

    Hey Ushbot,

    Thank you for using Enfold.

    Where did you put the “myMap” function? Have you tried to use the theme’s map shortcode or widget?

    Example:

    
    [av_google_map height='400px' zoom='16' saturation='' hue='' zoom_control='aviaTBzoom_control' maptype_control='' maptype_id='' streetview_control='aviaTBstreetview_control' google_link='' confirm_button='Click to load Google Maps' page_link_text='Open Google Maps in a new window' google_fallback='' attachment='' attachment_size='' av_uid='av-jjgca5oe' custom_class='']
    [av_gmap_location address='' postcode='' city='' state='' country='Japan' long='138.252924' lat='36.204824' marker='' imagesize='40'][/av_gmap_location]
    [/av_google_map]
    

    Best regards,
    Ismael

    #983897

    Topic: Facebook tracks events

    in forum Enfold
    AuroraArcus
    Participant

    Hi Support,

    I’ve put the facebook pixel into the child theme’s header.php.

    Now I wish to put this one on my portfoliopage ( https://mindventure.dk/mindventures/lakedistrict/ ) , so when a customer enters this page, Facebook ads manager will let me know:
    <script>
    fbq(‘track’, ‘ViewContent’);
    </script>

    And this page on the orange button “book nu” and “vis interesse”, I wish to put this code, because will be a lead from there…:
    <script>
    fbq(‘track’, ‘Lead’);
    </script>

    How is that done in the enfold theme?

    wdwalrus
    Participant

    Hi Support & Enfold Community,
    My google map widget is trying to work, but showing up blank but with a pin:
    https://screencast.com/t/0M1yyPVAm

    The API Key is entered, but clicking the “fetch” button gives an error while in wp-admin.

    The site is supposed to launch today… help?!

    Thanks

    #983652

    Hey Andy,

    Thank you for using Enfold.

    Links from youtube or vimeo will automatically open inside a lightbox. You can add the video url to any elements with links such as button, image etc.

    Best regards,
    Ismael

    #983117
    Mayk Senden
    Guest

    Hi, I don’t have a valid support license (apparently) so I couldn’t post this in the forums. Perhaps you can forward this to the support guys. I don’t have a question but wanted to share an insight with you that may help (a lot of) your customers:

    I use the child theme’s style.css file to change any css (via appearance > editor), not the quick CSS. Often, I would wait for hours or sometimes longer before a change was visible on my web page. I blamed this on caching and tried everything to clear cache, up to contacting my ISP and my hosting provider.

    But it turns out the problem is in how wordpress (or Enfold, not sure) saves the style.css file. When I go to the Enfold Child option immediately after changing the style.css file, change one character (and back) and press the “Save All Changes” button, the earlier changes to the style.css file all show up. In previous cases, it is very possible this happened by accident and I just thought the caches had finally cleared. Obviously, users that use the quick CSS field will not have this issue because they already use the “Save All Changes” button.

    So, when someone doesn’t see any changes after making the css changes you suggest, advise them to go the theme settings, delete and retype a random letter and click “Save All Changes”. I will bet they will be able to see the changes after that.

    Hope this is useful for you,

    Kind regards,
    Mayk Senden

    #983108
    vonJanne
    Participant

    Hi,

    when my client clicks on the “insert image” button to edit an image element or a column background image nothing happens (when she tries to add images e.g. inside a text block with the standard “Add media” button everything’s ok). The “insert image” button works for me, so I do understand that this is not a pure theme issue, but most probably has to do with her computer, but do you have some hint or idea what could be causing the problem? I can put in the images for her now in the development phase, but after launch she needs to be able to manage her content – including images – on her own, so we need a fix. Hope you can help!!

    Thanks!

    envatojlc
    Participant

    My Google webmaster account is reporting, “Mobile Usability > Clickable elements too close together.” But when I look at the Enfold theme’s spacing there is plenty of space between elements. Google references this link as the explanation of the problem,

    https://developers.google.com/web/fundamentals/accessibility/accessible-styles#multi-device_responsive_design

    The only description on the page that seems to address the issue is found in this paragraph.

    Finally, when your design is displayed on a mobile device, you should ensure that interactive elements like buttons or links are large enough, and have enough space around them, to make them easy to press without accidentally overlapping onto other elements. This benefits all users, but is especially helpful for anyone with a motor impairment.

    Google is flagging 29 pages as unacceptable on mobile devices. Here is one of them,

    https://www.neverthirsty.org/about-christ/prophecies-about-christ/ministry-of-jesus/

    It is not obvious to me what Google is complaining about. Has someone seen this before? If so, what is the solution? Should I make the font size larger on mobile devices or is it a spacing problem?

    Thank you,

    — John

    momoko-enfold
    Participant

    Hi Enfold-Team,

    i’d like enfold to scroll down that the whole tab section gets visible, if you click on a tab.

    The issue behind this is for example the page http://www.momoko-frauenkarate.de/update_stage/?page_id=3082

    If you browse with smaller resolutions, the tab-buttons are at the bottom of the visible part of the page. The user clicks on a tab, and nothing seems to happen for him because the tab-comtent changes below the visible area.

    If the page would scroll down, so that the tabs scroll to the top of the visible area, you would notice that there ist content changing.

    I’ve tried already the code for the functions.php from this post: https://kriesi.at/support/topic/anchor-links-not-scrolling-to-tab-section-tabs/#post-874435
    but no success :(

    I hope you can help me with this issue!

    By the way: I have another support ticket… so maybe other supportes are working/testing in this stage-page. (All Plugins are disabled at the moment)

    #982419

    Ok, i understand. Lets try it easier.
    That is the former code. This code was working fine except, it had no focus in the text field but on the search button. Maybe you can give me a hint with this.

    <form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>">
    			<div>
    				<label class="screen-reader-text" for="s">Search for:</label>
    				<input type="text" placeholder="<?php _e('Produktsuche', 'avia_framework')?>" name="s" id="s" autofocus>
    				<input type="submit" id="searchsubmit" value="Suche">
    				<input type="hidden" name="post_type" value="product">
    			</div>
    		</form>

    When i use the standard code from Enfold the results are only in textform. I found some people in the forum had the same problem. For a online text results are not possible and practicable.

    • This reply was modified 7 years, 8 months ago by Max.
    #982384

    Hey mframe,

    Thank you for writing to us about the favicon issue. The same issue happened to me recently, I had to clear the cache to view the new favicon icon. Right now on your site I see your logo as favicon. Please see the attached screenshot.

    You may not see the updated favicon until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #982218

    Jordan,

    I know it isn’t native…and I still can’t believe it is this difficult to do…a developer? Really? Strange how the seemingly smallest thing is such a big deal. It really is. I have tried 9 different plugins – even on the one occasion i found one that worked (ugly, but kind of worked) crashed because of Enfold conflicts. Not your fault – it was a badly coded plugin anyway.

    I mean, really…a simple button or link on all images in a gallery that allows a user to download – how simple that sounds…why is this such a strange thing in the plugins world – or in Enfold?

    I have almost given up on finding a solution – not I have just pure curiosity as to why this is such a hurdle to do!!! :)

    #982198
    jellyfish007
    Participant

    This seems simple, and also seems like it should just exist in Enfold/wordpress. However, after a LOT of looking, it does not. Here is what I am trying to do:

    1. Using any native Enfold gallery, i.e. Masonry, or other, a simple link or button on the image that allows users to download.
    2. I know users can right click + copy. This is not known by everyone, and is not professional.
    3. This should be simple. Why is it so hard for almost everyone to accomplish!?

    just a little download arrow, or button, or let’s even go 90’s and make a link that says “download”

    Why is this not already a thing!?

    Any help would be great. Thank you

    #982169

    In reply to: Cookie Pop-up

    Hey VINCEND,

    1) Go to Enfold > Theme Options > Privacy and Cookies and scroll to the “Button Label” field. Replace “Mehr Informationen finden Sie unter der Datenschutzerklärung” with “Mehr Informationen finden Sie unter der
    Datenschutzerklärung” – this should fix the issue.

    2) Yes, each website sets its own cookies and it’s not possible to set a cookie for all translations of the website.

    Best regards,
    Dude

    #982074

    Hi Rikard,
    The url is correct. If you click the big button on the slide show, you’ll see that the url works?
    That’s why I thought it was on the website end.

    Also, can any font be added to the enfold theme?
    Rockwell Standard

    #981973

    In reply to: RTL Alignment issues

    Hey DROR,

    Thank you for using Enfold.

    1.) Use this code to fix the alignment.

    .rtl .tribe-events-event-meta .column, .rtl .tribe-events-event-meta .tribe-events-meta-group {
        text-align: right;
    }

    2.) This css code should remove the google buttons.

    .tribe-events-cal-links {
        display: none;
    }

    3.) Set the bullet points inside the ul tag.

    #tribe-events-pg-template .tribe-events-content ul, .tribe-events-after-html ul, .tribe-events-before-html ul {
        list-style: disc inside;
    }

    Best regards,
    Ismael

Viewing 30 results - 4,501 through 4,530 (of 11,211 total)