Forum Replies Created

Viewing 30 posts - 17,791 through 17,820 (of 35,075 total)
  • Author
    Posts
  • in reply to: Center Content – Tab Section #1193441

    Hi,
    At 2560px the icons already look centered Please see the screenshot in Private Content area.
    Can you include a screenshot of what you are seeing?

    Best regards,
    Mike

    in reply to: Popup for Enfold Child Theme #1193356

    Hey Patrik Heini,
    For a popup plugin you could use WP Popups Lite or you can use the built-in popup by following these steps. But I doesn’t have a trigger to automatically open a popup on page load like the plugin does.

    Best regards,
    Mike

    in reply to: problem upload flaticon icons #1193355

    Hi,
    This is correct, you can not use the colored icons, you need to use the black & white icon fonts. This is because they are really fonts and not icons, as in colored images.

    Best regards,
    Mike

    in reply to: Scheduling PlugIn #1193354

    Hey Valerie,
    Sorry for the late reply, I couldn’t find any info about this plugin and Enfold so I’m unsure if it will work well. Perhaps another user will offer some first-hand experience with it.

    Best regards,
    Mike

    in reply to: Trouble with Installing Theme #1193353

    Hi,
    Thank you for the login and link to your version of the theme, I have installed it for you, now you just need to import the demo you wish.

    Best regards,
    Mike

    in reply to: Display coupon question instead of input field #1193352

    Hey El,
    I assume you would like the “Do you have a coupon?” to replace the placeholder
    2020-03-15_173202.png
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
    $('input#coupon_code').attr('placeholder', 'Do you have a coupon?');
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Best regards,
    Mike

    in reply to: enfold dynamic avia folder #1193347

    Hey Dogmut,
    Perhaps because as your compressed css & js was updated and saved the old files are not purged, please try going to Enfold Theme Options > Performance > Delete old CSS and JS files and enable.

    Best regards,
    Mike

    in reply to: upgrade from 4.6.1 to 4.7.3 with old settings #1193344

    Hey Manoj Tiwari,
    Yes you can update and keep your settings, The easiest and safest way to do this is to download the newest version from Theme Forest and rename your current theme folder to “enfold-old” via ftp from “enfold” then upload the new “enfold” folder and check that your site is working correctly. This assumes that your current theme folder is named “enfold” if you have custom named it then adjust the naming to suit.
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” folder to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page)
    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: Fontello Icons not working #1193337

    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: 6 columns are not working #1193335

    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: Center Content – Tab Section #1193334

    Hi,
    Thanks for the login, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (min-width: 2559px) { 
    .html_header_sidebar .av-layout-tab-inner .container {
        width: 100% !important; 
        margin: auto !important; 
    }
    }

    Best regards,
    Mike

    in reply to: How to re-arrange portfolio category #1193324

    Hey maxtan1990,
    The portfolio categories are arranged alphabetically, to change the order please change the names.
    2020-03-15_154818.png

    Best regards,
    Mike

    in reply to: Updating broke the web #1193303

    Hey angelortiz,
    Your error messages seem to be pointing to your PHP version, please try updating to version 7.3, right now you are using PHP 7.0.33

    Best regards,
    Mike

    in reply to: Hide featured image in blog roll #1193299

    Hey Charlotte,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home.blog .single-big a.lightbox-added.alignnone img.alignnone.size-full {
    	display: none !important;
    }

    Best regards,
    Mike

    in reply to: Parse error: syntax error, unexpected '' #1193292

    Hey asunray,
    Please try updating your PHP to 7.3, otherwise please include an admin login.

    Best regards,
    Mike

    in reply to: Center Content – Tab Section #1193285

    Hey Etwark,
    Please link to your page so we can examine closer.

    Best regards,
    Mike

    in reply to: Remove alt title on hover on massonry #1193282

    Hi,
    Glad you were able to sort this out, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Menu quest underline #1193277

    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: 6 columns are not working #1193275

    Hi,
    I commented out the justify-content: center, check now.

    Best regards,
    Mike

    in reply to: Change bacground color of sidebar #1193239

    Hi,
    Thank you, that makes sense.

    Best regards,
    Mike

    in reply to: Fontello Icons not working #1193238

    Hi,
    Noted, thanks.

    Best regards,
    Mike

    in reply to: Alt for transparent header image #1193237

    Hi,
    Thanks @Guenni007, perhaps I do have a different version, I don’t think so but it would explain this.
    I posted to link to my version in your child theme stylesheet, if you don’t mind trying to install that it would be appreciated.

    Best regards,
    Mike

    Hi,
    Problem 2) I used your keyword checker and used your page link, but I don’t know your language so I wouldn’t know which words are yours. But I don’t find “agrave” on your page like the keyword checker says.
    Problem 3) no I don’t.
    Best regards,
    Mike

    in reply to: top image in woocommerce category #1193231

    Hi,
    Yes, you can install a child theme now, Read about it & Get it here After you activate your child theme you can then move your customizations from your parent theme functions.php, to your child theme functions.php. If you changed any theme files then typically you can add those to your child theme folder, it depends on the file.
    To switch from your parent theme to the child theme and retain your same settings please follow these steps, first with your parent theme active go to Enfold Theme Options > Import/Export > Export Theme Settings File and download your theme settings file for fallback.
    then activate your child theme and ensure your Enfold Theme Options > Performance > JS & CSS file merging and compression is turned off along with any caching plugins, then go to Enfold Theme Options > Import/Export > Import Settings From Your Parent Theme and import, then go to your homepage and clear your browser cache a couple of times and check that the settings have taken effect.
    If it doesn’t look quite right then check that your Enfold Theme Options > Performance > JS & CSS file merging and compression is turned off and clear your browser cache a couple of more times.
    If still not quite right, then go to Enfold Theme Options > Import/Export > Import Theme Settings File and upload the theme settings file you saved earlier, and clear your browser cache a couple of more times.
    This should all work fine the first time, I only added the extra steps “just in case”.

    Best regards,
    Mike

    in reply to: Error importing enfold travel demo #1193229

    Hi,
    Glad you were able to sort this out, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: 6 columns are not working #1193224

    Hi,
    Thank you for the login, it seems that you can’t use the columns “equal height” option with this. But in your case they all look the same anyways. Please clear your browser cache and check, they are all in a single row now.

    Best regards,
    Mike

    in reply to: top image in woocommerce category #1193201

    Hi,
    Glad to hear, Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: How to link to tabs #1193200

    Hi,

    @Guenni007
    thank you, that is a good point. @KosmetikAndNails please let us know if updating and using @Guenni007 code above helps.

    Best regards,
    Mike

    in reply to: Menu quest underline #1193198

    Hi,
    Thank you for the link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field to remove the underline for sub-menu items:

    #avia-menu ul.sub-menu .menu-item a:hover span.avia-menu-text {
        border-bottom-color: transparent !important;
    }

    Best regards,
    Mike

    in reply to: top image in woocommerce category #1193195

    Hi,
    Glad to hear this helped, so since the function above is adding the “earring” image I wanted it to only work with category term “term-43”
    When I look at your product categories I see you have three categories with images, so each one will need its own function.
    2020-03-15_053300.png
    will there be more than three?
    This function works with all three categories:

    function add_archive_thumb_for_terms(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $('#top.archive.term-43').each(function() {
      	if($('.entry-content-wrapper .page-thumb').length) { } else { 
      	$('<div class="page-thumb"><img width="845" height="276" src="https://www.alinyerushalmi.co.il/wp-content/uploads/2019/09/earrings-alin-845x276.jpg" class="category_thumb" alt=""></div>').insertAfter('.woocommerce-notices-wrapper');
      	}
    });
    $('#top.archive.term-44').each(function() {
      	if($('.entry-content-wrapper .page-thumb').length) { } else { 
      	$('<div class="page-thumb"><img width="845" height="276" src="https://www.alinyerushalmi.co.il/wp-content/uploads/2019/09/Bracelet-alin-845x276.jpg" class="category_thumb" alt=""></div>').insertAfter('.woocommerce-notices-wrapper');
      	}
    });
    $('#top.archive.term-42').each(function() {
      	if($('.entry-content-wrapper .page-thumb').length) { } else { 
      	$('<div class="page-thumb"><img width="845" height="276" src="https://www.alinyerushalmi.co.il/wp-content/uploads/2019/09/Necklace-alin-845x276.jpg" class="category_thumb" alt=""></div>').insertAfter('.woocommerce-notices-wrapper');
      	}
    });
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_archive_thumb_for_terms');

    notice how I only changed the “#top.archive.term-XX” and the image url for each one, if you follow this you can create as many as you like.

    Best regards,
    Mike

Viewing 30 posts - 17,791 through 17,820 (of 35,075 total)