Forum Replies Created

Viewing 30 posts - 16,171 through 16,200 (of 35,022 total)
  • Author
    Posts
  • in reply to: Vertically center iconbox element title #1241966

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold and Thank you for your patience.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Vertically center iconbox element title #1241928

    Hi,
    Sorry for the late reply, and thanks for the login, I found your test page and added line-height: 30px; to your “.iconbox_icon” adjustment, this corrected the position of the Pseudo element :before and made the title much closer. Then I added this css to your Quick CSS:

    #top .iconbox_left_content > .iconbox_content {
    	height: 30px !important;
        vertical-align: middle !important;
        display: table-cell !important;
    }

    So with this we make the title the same height as the icon, and then use vertical-align in a table-cell.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Add Phone Icon Next Burger Menu Icon on Mobile #1241896

    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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Switch sidebar by language /en/ #1241877

    Hey paralyzer86,
    Sorry for the late reply, while I was setting up my localhost with Polylang to research your issue I found that Polylang adds language logic to the widgets.
    2020-08-29_224249.jpg
    So my thought is, instead of trying to change the sidebar for the language, how about using the Polylang feature to change which widgets show for each language.
    This way you should be able to import with the default sidebars set and then after set the widgets based on your languages.

    Otherwise I believe you can add another line below the one you posted that would check the page language and change the default to true, like this:
    if ($avia_config['currently_viewing'] == 'page' && (pll_current_language() == 'en_US') ) : $default_sidebar = true; endif;
    I believe this is what you were trying to do, but I didn’t test this, I think setting the widgets is a better solution.

    Best regards,
    Mike

    in reply to: Time line in colorsection is not responsive #1241866

    Hi,
    Thank you for trying that, when I check the new page with Chrome dev tools and when I check on an Android device all three timelines are working. Please check again, perhaps you also have server cache?
    Are you checking with an iPhone, can you also check with an Android?

    Best regards,
    Mike

    in reply to: Enfold contact form not working #1241865

    Hey Dandelion222,
    Sorry for the late reply and thanks for the login, I took a look at your contact form which is a javascript for the Paperform form.
    As I understand how this works, your form submission is completed though an iframe for the Paperform site, from there Paperform sends it to were you wish. Your site is not sending the form, by the design of Paperform.
    In my test of your form, it gave the success message very quickly, so it didn’t seem like it loads slowly or processes slowly.
    I do see an error in the browser console for Invalid App Id: Must be a number or numeric string representing the application id. sdk.js this is for the sdk.js file for facebook, while this is not a direct error for your issue, and it didn’t seem to interrupt my use of your form, but javascript errors can cause errors in other scripts.
    Please take a look at your facebook sdk script and see if you can correct this error, or try disabling it and test your form to see if that helped, otherwise please ask Paperform if your account settings are correct and if the submissions are reaching Paperform.

    Best regards,
    Mike

    in reply to: Amendment of Main Title – Entry Title on Posts #1241860

    Hi,
    Sorry for the late reply and thanks for the link and screenshot. As I check your site I see how your “main-title entry-title” in the title bar is showing “Blog – Latest News” for single posts, while your other pages leading to the single post all show the page title. So to change the “main-title entry-title” of your single posts to the post title, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_post_title_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $("#top.single-post").each(function(){
        var posttitle = $(this).find("h1.post-title.entry-title a").text();
        $(this).find(".main-title.entry-title a").html(posttitle);
    
    });
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_post_title_script');

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Main menu full width #1241857

    Hi,
    Glad to hear you have it sorted out now, 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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Theme show error at the time of Updating. #1241856

    Hi,
    Sorry for the late reply, when I check your site I see this in the Debugging Info: Updates: enabled - token has changed and not verified but your theme is up to date.
    From the previous posts it seems like once you disabled your security plugins the update worked, so when there is another update please try disabling your security plugins and try again, as long as your token is verified.
    But please note that Envato limits the number of update checks you can do in a day for your account. Do you have many licenses on the same account? Typically it helps if you wait 24 hours before checking again.

    Best regards,
    Mike

    in reply to: Time line in colorsection is not responsive #1241852

    Hi,
    Thank you for the video, I see that you are using “WP-Super-Cache” please try disabling your cache & minifying plugins and check again.
    I tested the timeline on my localhost and it works correctly on mobile, I believe this is related to your cache plugin or a lazy load feature in a plugin.

    Best regards,
    Mike

    in reply to: Empty link in special headings – problem after update #1241851

    Hi,
    I tried editing your page but no empty links were created, I also tried to recreate this on my localhost but could not.
    But it would make sense if the template was saved with links those links would need to be changed if the element is used for a different purpose in the future. Currently, I don’t see that editing the page is causing empty links in the special headings.

    Best regards,
    Mike

    in reply to: Pb Editeur de formulaire plugin Thrive Leads et Enfold #1241850

    Hi,
    Sorry, I can not say how long it will take. Thank you for your patience.

    Best regards,
    Mike

    in reply to: Enfold (4.7.6.2) Breaks Masonry Gallery Pagination #1241849

    Hi,
    Sorry, we don’t need the .htaccess file. The dev team has released an update for this, please see the link in the Private Content area. To try this, in the zip file you will find a folder “enfold”, assuming that your current theme is installed in the “enfold” directory at “/wp-content/themes/” (as it should be), you will need to rename your current directory to “enfold-old” and upload the new directory via ftp. By renaming the directory to “enfold-old” via ftp and uploading a new “enfold” via ftp you can easily fallback to your current version by reversing the steps.
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    in reply to: Add Phone Icon Next Burger Menu Icon on Mobile #1241847

    Hi,
    Thank you for the login, I added this css in your Quick CSS:

    .html_burger_menu_active #header .avia-menu #menu-item-phone {
    	display: block !important;
    }
    #menu-item-phone a:before {
    	 font-size: 35px;
    }

    Please adjust the font to suit, if needed, and then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Gutenberg Editor – #1241843

    Hi,
    Thank you, we will close this thread now as it is quite old and not relevant to the current version.

    Best regards,
    Mike

    Hi,
    Glad to hear this helped and thank you for sharing your translations, I will submit this to the dev team to be included in a future update.
    I recommend adding your translation to your child theme so the customizations are saved for future updates.

    Best regards,
    Mike

    in reply to: Search Icon menu supérieur #1241573

    Hi,
    Glad to hear this is sorted out, 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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Integrating toolset #1241571

    Hi,
    Sorry for the late reply and thanks for your feedback, I have asked the rest of the team to review, perhaps there is something I missed. Thank you for your patience.

    Best regards,
    Mike

    in reply to: Add Phone Icon Next Burger Menu Icon on Mobile #1241565

    Hi,
    Please try this function instead:

    if(!function_exists('avia_append_phone_icon'))
    {
    	//first append search item to main menu
    	add_filter( 'wp_nav_menu_items', 'avia_append_phone_icon', 9997, 2 );
    	add_filter( 'avf_fallback_menu_items', 'avia_append_phone_icon', 9997, 2 );
    
    	function avia_append_phone_icon( $items, $args )
    	{		
    	    if ((is_object($args) && $args->theme_location == 'avia'))
    	    {
    	        $items .= '<li id="menu-item-phone" class="noMobile menu-item menu-phone menu-item-avia-special">
    							<a href="#" '.av_icon_string('phone').'><span class="avia_hidden_link_text">'.__('Phone','avia_framework').'</span></a>
    	        		   </li>';
    	    }
    	    return $items;
    	}
    }
    
    function avf_default_icons_mod($icons) {
    	$icons['phone']	= array( 'font' =>'entypo-fontello', 'icon' => 'ue854');
    	return $icons;
    }
    add_filter('avf_default_icons','avf_default_icons_mod', 10, 1);

    Best regards,
    Mike

    in reply to: Blog – Latest Posts #1241561

    Hi,
    Sorry for the late reply, glad to hear this helped.
    When I check the breadcrumbs trail on single post items, with multiple categories, only one category is shown in the breadcrumbs.
    For example please see the link in the Private Content area, it belongs to the categories “Article of the Week” & “Videos”, but in the breadcrumbs only “Article of the Week” is shown.
    So my thought to give to more control over the category that is used for the post title is to scrap the above script and add the primary category as a class to the body of the post and then use that to determine the post title category link.
    The drawback to this is that you will need to plan your primarily categories out so only one primary is used for each post and you will have to manually edit the script if you add more primary categories in the future.
    Another possible workaround is if you are using Yoast, you can configure the breadcrumb options in Yoast panel then use this function here to set the primary category in the breadcrumbs, and then the script above would work correctly.
    So if you use Yoast then please try this, if not then I will try the other approach.

    Best regards,
    Mike

    in reply to: Modify tab title on product page on mobiles only #1241208

    Hi,
    Sorry for the late reply, I disabled the other function and added this script, please clear your browser cache and check.

    function custom_woo_tab_title_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      	var width = $(window).width()
      	if ((width <= 479)) {
      $('.single-product #tab-title-additional_information a').each(function() {
        var text = $(this).text();
        $(this).text(text.replace('Informations complémentaires', 'Infos')); 
    });
    } else {}
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_woo_tab_title_script');

    Best regards,
    Mike

    in reply to: Empty link in special headings – problem after update #1241202

    Hi,
    When you say that you edited the page and this occurred, were you editing this one special heading or just the page in general?
    Please explain what change you made so we can reproduce.
    Above you wrote that the “worst thing” is that your templates have the links set in your special headings, so I tried to load some of your templates on a new un-published page and they would not load, but it makes me think that the issue is that your template is corrupt and each time you load it you see empty links?
    Templates can contain errors that are reproduced each time it is used, in this case the template should be deleted and recreated from scratch.
    If the templates are not the issue that is fine, but I wanted to point that out.

    Best regards,
    Mike

    in reply to: Pb Editeur de formulaire plugin Thrive Leads et Enfold #1241192

    Hi,
    @Ge Ga, recently Thrive Leads has given us a testing version and we have given Thrive Leads a testing version of Enfold, but so far neither of us has found a solution.
    Please note that the error is a result of Thrive Leads, Woocommerce, & Enfold
    If Woocommerce is disabled Thrive Leads & Enfold work together, this makes the issue more complex.
    We will leave this thread open and post any updates here.

    Best regards,
    Mike

    in reply to: Options Tables Huge ! #1241174

    Hi,
    Thanks, we will keep this open to hear back from you.

    Best regards,
    Mike

    Hi,
    Thank you for the feedback, the files you downloaded were the same as the ones that are included with the theme, so to change the translation you will need to open the pt_BR.po file (your language) with the Poedit software and search for the terms that you wish to change and then save and upload the pt_BR.po & pt_BR.mo files to your site again.
    Please see this video starting at 0:36 you will see how to search for a term and add your own translation.
    Please try to change a couple of terms and save the file at \wp-content\themes\enfold\lang\pt_BR.po then check your page.
    I would be happy to check your pt_BR.po & pt_BR.mo files after you make a few changes if you find it is not working for you, just upload to somewhere like Google Drive or DropBox or even your site, so I can download and test.
    If this is not clear to you then I will make a video for you showing one term being changed, just let me know which term and the translation.

    Best regards,
    Mike

    in reply to: Different Menu on Mobile doesn't work #1240914

    Hi,
    Sorry, I believe that I understand now. So to have a different mobile menu link than the desktop menu item you will need to create two menu items for each one, like this:
    2020-08-26_065517.jpg
    Then add the classes “only_desktop” or “only_mobile” to each item and ensure each link is pointing to a valid section ID, like this:
    2020-08-26_065620.jpg
    Then you would add this css to your Quick CSS, but you already did this step.

    @media only screen and (min-width: 769px) {
    .only_mobile { display: none !important; }}
    
    @media only screen and (max-width: 768px) {
    .only_desktop { display: none !important; }}

    Now can test the English mobile menu, when the English desktop menu is shown the menu item for the desktop color section will be shown, and the same for the mobile menu items. I only edited the English home page and the English menu, so please review and try to make these same changes for your other menu.
    Please note that when you add custom ID’s to elements do not add the “#” such as “#topup”, only use “topup”, also ID’s can not start with a number, so I changed “3dup” to “threedup” & “threedup2”
    Please clear your browser cache and check the English mobile menu.

    Best regards,
    Mike

    in reply to: Enfold (4.7.6.2) Breaks Masonry Gallery Pagination #1240662

    Hi,
    Thank you for the feedback, I was not able to reproduce this error on my localhost and I didn’t find a cause for your issue, but I did find a similar issue on another site and I tried the compare settings and adjust my localhost to the same, without success.
    I have asked the rest of the team to review.
    Can you post a copy of your .htaccess file, perhaps there is a rule that is causing this.
    I just wanted to let you know we are still working on this.

    Best regards,
    Mike

    in reply to: Menu bar incompatible with Google mobile indexing? #1240648

    Hi,
    OK, well the “Crawl anomaly” is a different issue than the “text too small to read, & clickable elements too close together” error in the “live test” results.
    “Crawl anomaly” typically is due to server speed at the time of the crawl, but it could be other issues like this.

    Best regards,
    Mike

    in reply to: Integrating toolset #1240371

    Hi,
    This is the only snippet I could find, I notice that above the snippet the user posted I think it’s impossible to integrate it in the Toolset Options but later wrote I can choose to open the Avia Layout Architect just as the other post types
    Sorry I do not use the Toolset plugin, so are you able to open the Avia Layout Architect just as the other post types, or are you trying to “integrate the Toolset Options” which may not work?
    Also when you are checking your pages are you publishing or “previewing”? If you are previewing then try publishing first and then view your changes.

    Best regards,
    Mike

    in reply to: Tab Section Problem after Update #1240367

    Hi,
    Sorry, I forgot this is not your thread so you can’t see the Private Content area, here is the link, I will remove it in 12 hours.
    https://www.dropbox.com/sh/s10lrgtd2qm0kdu/AAB2pBFIWW2aFAdoBlqW1hwsa?dl=0
    Please let us know if this works for you, after you clear your browser cache.

    Best regards,
    Mike

Viewing 30 posts - 16,171 through 16,200 (of 35,022 total)