Forum Replies Created

Viewing 30 posts - 25,321 through 25,350 (of 34,870 total)
  • Author
    Posts
  • in reply to: Content Slider Titles #1006863

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

    .avia-content-slider-element-container .slide-entry h3.slide-entry-title.entry-title {
    height: 35% !important;
    }

    Please see the screenshot in Private Content area.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Content lost when updating a page #1006861

    Hey Oli,
    Typically this is due to unclosed tags. I found that you have a unclosed “strong” tag in your special heading title:
    2018-09-06_201022
    Please try correcting this. Also check your other titles that you added html to.

    Best regards,
    Mike

    Hi,
    Please try this css:

    #top #wrap_all .header_color #menu-item-3363.av-menu-button-colored > a .avia-menu-text:after {
    content: ' ▾';
    background-color: #08336e !important; 
    }

    2018-09-06_180529

    Best regards,
    Mike

    in reply to: Datepicker Format in contact form #1006839

    Hi,
    Perhaps there is a caching issue, because when I visit your site and click your date field, the datepicker calendar displays.
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Background Picture (Scroll) over whole page #1006837

    Hi,
    Thanks for sharing your solution, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Header transparency color #1006834

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

    Best regards,
    Mike

    in reply to: Responsive table / table on mobile device #1006832

    Hi,
    Glad we could help, we will close this now. This will be available for all users because it will be indexed and searchable via Google and the forum search.
    Have a great day!

    Best regards,
    Mike

    in reply to: Adjust subtitle testimonial #1006830

    Hi,
    Thanks great news!
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Header transparency color #1006828

    Hi,
    I added this css:

    #header_main,.container.av-logo-container{
        border-width: 0px !important; 
        border-style: none !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    To change the third link in the breadcrumbs to one of your choice,on all pages, no matter the category, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_breadcrumb_link(){
      ?>
      <script>
      jQuery(window).load(function(){
      jQuery(".breadcrumb-trail").find("span:nth-child(6) a").attr("href", "http://www.google.com/");
      });
      </script>
      <?php
      }
      add_action('wp_footer', 'custom_breadcrumb_link');

    2018-09-06_170002

    Please adjust the url to suit.

    Best regards,
    Mike

    in reply to: Enfold auto-update not working #1006818

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

    Another option is to rename the “enfold” folder at /wp-content/themes/ 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

    Hi,
    The dev team has identified a possible issue with the Theme Forest updater and has released a fix.

    I would recommend updating via FTP, Please note that if you update via FTP, you will need to remove the old theme folder “enfold” first 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.

    Best regards,
    Mike

    in reply to: Enfold update error #1006581

    Hi,
    Glad that this helped. As I understand it, the wordpress updater error seems to be due to a change with Envato, which will be included in the next update, but going forward, if updating via ftp please don’t try to overwrite the theme folder.

    *Short Answer*
    Yes, I would recommend updating via ftp.

    *Long Answer*
    I recommend updating via ftp, but if your sites are a few versions old, I would rename the “enfold” folder to “enfold-old” and then upload the new “enfold” folder. This way you can see how your sites behave with the new version and if there are any conflicts you can remove the new folder and rename the “enfold-old” back to “enfold”.

    But I also recommend saving a copy of your theme settings, and making a backup of your site via your webhost’s backup tool.
    I would also check your webhost to see if you have the one click staging site option, this is a option in most cPanels to create a staging clone of your site so you can test on it and your site will stay up and running. You can always ask your webhost to help you with setting this up if you want.

    Here are some screenshots of what it would look like:
    staging-1
    staging-2

    Hope this helps :)

    Best regards,
    Mike

    in reply to: Responsive table / table on mobile device #1006568

    Hi,
    Glad that we could help. But by default, for mobile the title row is supposed to be hidden and then the title is added via the “:before” to the cells because the columns are stacked. Please see the last table on the demo
    But I guess that it depends on how big a table will be & how someone would like to see it, I just wanted to show why it was setup that way.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Changing colour of mobile menu fonts #1006552

    Hi,
    Thanks for the feedback, please try this css instead and adjust the colors to suit:

    li.menu-item-top-level > a {
    color: red !important;
    }
    ul.sub-menu li.menu-item-object-page > a {
    color: green !important;
    }

    Best regards,
    Mike

    in reply to: Header transparency color #1006462

    Hi,
    Thanks for the login, I added this css to your Quick CSS to make the header black after scroll

    
    .header_color .header_bg, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a{
      background-color: #000 !important;
      }

    I noticed that your mobile menu then has a black header and a “menu” text, so I added this css to make the text and icon white:

    #mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label,#mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block-1:after {
        color: #fff !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Change size title block on homepage #1006457

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

    Best regards,
    Mike

    in reply to: Responsive table / table on mobile device #1006455

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    .avia-data-table-wrap.avia_responsive_table td:before {
    display: none !important;
    }
    }
    

    Best regards,
    Mike

    in reply to: blacklist emails from contact form #1006449

    Hi,
    Glad Dude was able to help, we will close this now.

    Best regards,
    Mike

    in reply to: Website form being spammed #1006446

    Hi,

    @web4smallbusiness
    I found a topic that may help you if your spammers are using email addresses that end with ru or cn, it’s a customization for the Enfold contact form to block them.

    Best regards,
    Mike

    in reply to: Slider not working on https but fine on http #1006442

    Hey magnovo,
    I took a look at your site and I see 27 errors for images coming from https, while I see that you have a valid certificate
    you have mixed content and “too many redirects” errors.
    Please try these steps, see the two images in the Private Content area and correct to https, one is your logo, so go to your theme settings for your logo and correct. The other is this one:
    2018-09-05_231856
    Once these two are corrected, you site may load correctly, but I suspect you may need to install the plugin Really Simple SSL which should fix any other errors.
    Please let us know if this helps.

    Best regards,
    Mike

    in reply to: Product images clicking through to image file #1006433

    Hi,
    Thank you for the login, I see you are using a child theme with a older version of the header.php, please replace it with a copy of the newer header.php from the current version of Enfold.
    Please be sure to add your custom changes to the newer file from your old version.

    Best regards,
    Mike

    in reply to: Adjust subtitle testimonial #1006428

    Hey Eefke,
    Please try this code in the General Styling > Quick CSS field:

    #top .avia-testimonial-meta-mini span.avia-testimonial-subtitle {
    color: blue !important; 
    font-size: 10px !important;
    }

    Please adjust the color & size to suit

    Best regards,
    Mike

    in reply to: Product Images showing up sideways #1006412

    Hey raisonbrands,
    I have not heard of “counterpoint” before, but I does sound like an error with it. I assume you have tried looking at it’s settings for any clues.
    I couldn’t find any info about this error online, but I did find a plugin that is meant to correct images that have been uploaded from mobile devices, and look “sideways”. Do the images in your WordPress > Media look sideways?
    Perhaps this plugin will help: Fix Image Rotation

    Best regards,
    Mike

    in reply to: Shop page footer different to rest of site… #1006406

    Hey montyburns,
    I see that the container width is set to 90% with a 50px left and right padding, there also seems to be a max-width of 1450px.
    Did you want the stretched layout for all of your pages, or did you try to set a boxed layout for any of them?
    Can you please include a admin login in the private content area so we can take a closer look at your settings and css.

    Best regards,
    Mike

    in reply to: Can't get demo page to work #1006400

    Hey TCRG,
    I have taken a look at your site, and I looks like you have the demo installed, it also looks like you have added some images to the frontpage (welcome).
    To edit the page, after opening the page, please ensure the Advanced Layout Editor is enabled, (the big blue button)
    Please see our Intro to the advanced layout builder
    Please let us know if this answers your question.

    Best regards,
    Mike

    in reply to: Enfold auto-update not working #1006395

    Hey blaircomm,
    The dev team has identified a possible issue with the Theme Forest updater and has released a fix.

    Best regards,
    Mike

    in reply to: Changing colour of mobile menu fonts #1006394

    Hey tankerhq,
    Please try this code in the General Styling > Quick CSS field:

    #top #wrap_all .av-main-nav ul > li > a {
      background-color: #ccc !important; 
    }

    Please adjust to suit.

    Best regards,
    Mike

    in reply to: Enfold update error #1006393

    Hey Niky67,
    The dev team has identified a possible issue with the Theme Forest updater and has released a fix.
    As for updating via FTP, Please note that if you update via FTP, you will need to remove the old theme folder “enfold” first 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.
    Such as the current error.

    Best regards,
    Mike

    in reply to: Site identity tab not working #1006392

    Hi,
    I believe you are referring to your site’s “title”
    Please see your current title the Private Content area.
    What do your want the title to read?
    I assume you have tried to change the title at: WordPress > Settings > General > Site Title
    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

Viewing 30 posts - 25,321 through 25,350 (of 34,870 total)