Forum Replies Created

Viewing 30 posts - 23,791 through 23,820 (of 34,631 total)
  • Author
    Posts
  • Hi,

    @giorgio_betagrafic
    sorry for the late reply, thank you for the login, but could you please include ftp access so I can assist in updating, since you were having trouble with updating with the plugin approach

    @bcndisseny thank you for trying to assist :)

    Best regards,
    Mike

    in reply to: Color link footer #1037288

    Hi,
    The reason the theme is not updating correctly with your version is because Theme Forest has changed from using a API to using a Token system and we needed to update some files within the theme, so these changes were made in v4.5
    So once you update to v4.5 the theme will update correctly going forward.
    We are sorry for the inconvenience, please follow the steps in the link above and it should be very easy to manually update, but naturally we can also assist if you wish.

    Best regards,
    Mike

    in reply to: Centered logo – Shopping cart in menu #1037285

    Hi,
    Sorry for the late reply, I took a look at your site and added a item to the cart, but the cart counter was as expected, Please see the screenshot in Private Content area.
    Perhaps I misunderstood what you were asking?

    Best regards,
    Mike

    in reply to: Add widget left and right to the Header #1037284

    Hi,
    Sorry for the late reply, I found that I needed to change this a little from the instructions on the post you found, so the css I added to your WordPress > Customize > Additional CSS is:

    #header_main.container_wrap_logo {
    display: flex !important; 
    }
    .container_wrap_logo .av-logo-container {
    width: 32% !important; 
    display: inline-flex !important; 
    order: 2 !important;
    padding: 0px !important; 
    }
    .container_wrap_logo .widget:first-child {
    width: 32% !important; 
    display: inline-flex !important;
        justify-content: center;
        align-self: center;
        align-items: center;
    order: 1 !important; 
    }
    .container_wrap_logo .widget:nth-child(2) {
    width: 32% !important; 
    display: inline-flex !important;
    order: 3 !important; 
        justify-content: center;
        align-self: center;
        align-items: center; 
    }
    #header_main_alternate {
       border-bottom-width: 1.5px;
       border-bottom-style: solid;
    }
    @media only screen and (max-width: 767px) { 
    nav.main_menu {
        top: 70px !important; 
        right: -70% !important; 
    }
    .logo a img {
    float:right !important;
    }
    }

    and the script I added to your functions.php:

    
    function custom_script(){
      ?>
      <script>
       jQuery(window).load(function(){
        jQuery( '#header_main_alternate' ).insertAfter( '.container_wrap_logo' );
        });
      </script>
      <?php
      }
      add_action('wp_footer', 'custom_script');
    

    Please clear your browser cache and check.
    I left the widgets in place so you could see how to add you info in them, please adjust to suit.

    Best regards,
    Mike

    in reply to: Permission on the product in woocommerce #1037276

    Hi,
    To change the logo home url based on language, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function polylang_logo_url(){
      ?>
      <script>
      jQuery(window).load(function(){
      jQuery("#top:lang(en) span.logo").find("a").attr("href", "https://www.naturamla.com/en/welcome/");
      });
      </script>
      <?php
      }
      add_action('wp_footer', 'polylang_logo_url');

    I tried adding this though the WordPress > Appearance > Editor but I received an error that it would have to be changed via FTP, so please try doing so.

    Best regards,
    Mike

    in reply to: want to make some pages in the review tab in product page. #1037272

    Hi,
    To reverse the order of the paged comments I added this code to the end of your functions.php file in Appearance > Editor:

    function reverse_comments($query) {
        if( !is_admin() ) {
            $query->query_vars['order'] = 'DSC';
        }
        return $query;
    }
    
    add_filter( 'pre_get_comments', 'reverse_comments' );

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How can i add image or text header right side ? #1037267

    Hi,
    Sorry for the late reply, please try adding this css:

    @media only screen and (min-width: 1250px) and (max-width: 1295px) { 
    #custom_html-2 {
        position: element(.av-main-nav-wrap) !important; 
        left: -8% !important;
    } 
    }

    Best regards,
    Mike

    in reply to: Transparent Menu is displayed with outline #1037215

    Hi,
    I have taken a look at your site and it doesn’t seem to match your description above, when I look at your site, before scrolling, I see a transparent header with a white font:
    2018-11-23-224718
    this seems to be what you were asking for, correct?
    Yet after scrolling I see a white menu text on a white header, and black text on hover:
    2018-11-23-230511
    To correct this to a black menu text, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    
    #top #header .av-main-nav > li > a {
        color: #000 !important; 
        background-color: transparent !important; 
        border-color: #ffffff;
    }

    Please add this css and clear your browser cache.
    Please let us know if there is anything else we can assist with.

    Best regards,
    Mike

    in reply to: Update issue #1037213

    Hi,
    Yes you can change the password after, here is How to Change Your Password in WordPress

    Best regards,
    Mike

    in reply to: Masonry presorted link #1037212

    Hey SvHa,
    I believe that this might be a working solution for you: Enable deeplinking to the Portfolio
    Please try this and let us know if it works for you.

    Best regards,
    Mike

    in reply to: text on color section google #1037211

    Hey vnfan,
    Please take another look at your Google cache link, because the text over the image is there, it’s hard to see because it has a dark gray color, but I highlighted it for you and saved a screenshot in the Private Content area.
    You can also test your page as Google by using this tool

    Best regards,
    Mike

    in reply to: Images not visible #1037210

    Hey saraattana,
    Thanks for the login, I notice that quite a few of your images have the 400 error code, which is why they are not showing. I also notice that your PHP version is 5.4.39, where v5.6 is the recommended minimum version, and v7 would be better. Please ask your webhost to update your PHP version.

    Best regards,
    Mike

    in reply to: Syntax Error #1037207

    Hey gracemac,
    Please check that you are using a PHP version of at least 5.6, v7 would be better.
    If this doesn’t help, Please include a admin login & FTP access in the Private Content area, so we can take a look.

    Best regards,
    Mike

    in reply to: Update to Enfold 4 #1037205

    Hi,
    Please note that if you update via FTP, you will need to remove the old theme folder “enfold” first (via FTP) then upload the new “enfold” folder at /wp-content/themes/enfold/
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Alternatively look for the “enfold” folder at /wp-content/themes/enfold/ and rename to “enfold-old” then upload the new version as the folder “enfold”
    Once you have cleared your browser cache and tested that your site is working correctly, you can delete the old folder “enfold-old”.
    If for some reason you want to go back to the old version, simply remove the new folder and change the name of “enfold-old” back to “enfold”

    Best regards,
    Mike

    in reply to: como hacer casillas tema demo "enfold law" #1037204

    Hey Tomatito11,
    I assume you have looked in your email spam folder to see if the messages are there.
    Also if you are testing the contact forum, please don’t use a Gmail address while sending to a Gmail address.
    If this doesn’t help Please include a admin login in the Private Content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Update Version 4.0.2. to 4.5 #1037198

    Hi,
    Thank you for the login, but I notice that your PHP is v5.3.28
    where the minimum recommended PHP version is 5.6, please ask your webhost to update your PHP to at least 5.6, or version 7 would be better.

    Best regards,
    Mike

    in reply to: how can I align the Special Heading to the right #1037186

    Hi,
    Please upload your screenshot to https://postimages.org/
    then paste the url into a post.

    Best regards,
    Mike

    in reply to: Update to 4.5 has caused lots of problems to my website. #1037184

    Hey sparrow777,
    Please include a admin login & FTP access in the Private Content area, and we will try updating your site.

    Best regards,
    Mike

    Hi,
    There are no pictures of the design infrastructure, there is only one set of these for the default theme, where are included in the PSD folder:
    2018-11-23-075217
    All of the other demos were created using the advanced layout builder within the theme and are installed though the Demo Installer.
    Alternatively you can see the demos online here so if you need to direct a designer or client, or you could take screenshots of the design infrastructure from those demos.

    Best regards,
    Mike

    in reply to: CSS for Burger Menu doesn't work with latest Enfold version #1036968

    Hi,
    Glad to hear it works, please don’t feel bad, you were using “max-device-width” but I have always used “max-width”
    Please see this explanation about the difference of the two.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Change h1 caption title font size for mobile #1036964

    Hi,
    To have the title of all 3 slides the same, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width:767px) {
    #full_slider_1 h1.avia-caption-title,#full_slider_1 .slide-2 .slideshow_align_caption h2.avia-caption-title,#full_slider_1 h3.avia-caption-title {
    font-size: 32px !important;
    }
    }

    another option would be to set all 3 to use the same heading and inline font style.
    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Update Enfold Theme #1036962

    Hi,
    The way I understand how the token works, you will need to create a different token for each site, please read this post I would recommend asking envato support about the token, as it’s not a part of the core Enfold theme. Sorry I really can’t test it the same way as the theme.

    Best regards,
    Mike

    in reply to: Enfold 2017 demo install #1036957

    Hi,
    I have reset your site and installed the 2017 Demo, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: CSS for Burger Menu doesn't work with latest Enfold version #1036872

    Hi,
    Thanks for the login, I added Victoria’s code to your Quick CSS and clear my browser cache, and it is working.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Enfold 2017 demo install #1036870

    Hi,
    I took a look at your site and was able to login to the WordPress and the FTP, so if you would like we could try installing the demo for you. But we will need to reset to site, which will cause you to lose all settings and replace them with the demo settings.
    Would you like us to try this?

    Best regards,
    Mike

    in reply to: Essential grid doesn't show in enfold theme #1036868

    Hey majosign,
    I took a look at your site and see that you are getting a jQuery error from the plugin. Please go to Enfold Theme Options > Performance > Load jQuery in your footer and ensure that this box is not checked.
    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: want to make some pages in the review tab in product page. #1036864

    Hi,
    At the same place, after the box for the number there is a box with the choice “First” or “Last” that is the setting you want. I changed it to “Last” for you.
    Please note that the pages show 8 reviews each and the last page will show however many are left over, which right now is 1. Feel free to adjust the number to suit.

    Best regards,
    Mike

    in reply to: dj enfold theme #1036861

    Hey george polirakis,
    That is great news! Right now Enfold is having a Black Friday sale, please go to Enfold at Theme Forest and place your order, I recommend checking the box “Extend support to 12 months” to get a full year of our famous support.
    You can also get web hosting from Theme Forest if you like and have the theme installed for you, or you can get your web hosting from another host. Here is a great video on how to install WordPress: https://youtu.be/QGuu8VMi2oI
    This video shows how to install a theme: https://youtu.be/yfuE31iBkEo
    But if you have any questions we will be happy to help.

    in reply to: want to make some pages in the review tab in product page. #1036859

    Hey ngavy,
    I changed the setting for you at: WordPress > Dashboard > Settings > Permalink > Discussion > Other comment settings Then I checked the box that says “Break comments into pages with [number], then set the [number] to how many reviews will show on the review tab. I set the number to 8, but feel free to adjust to suit.

    Best regards,
    Mike

    in reply to: Colour text in footer changing in some pages #1036854

    Hi,
    I took a look at your site, but the login you provided doesn’t seem to have admin access so I couldn’t see if you have a cache plugin that needs to cleared, but if you have cleared any cache plugin and the css above still doesn’t work, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .main_color #footer h3.widgettitle,.main_color #footer div strong.news-headline,.main_color #footer h4.av-upcoming-event-title,.main_color #footer span.av-upcoming-event-data {
    color: #fff !important;
    }

    Best regards,
    Mike

Viewing 30 posts - 23,791 through 23,820 (of 34,631 total)