Forum Replies Created

Viewing 30 posts - 20,791 through 20,820 (of 35,070 total)
  • Author
    Posts
  • in reply to: Help with a template #1116301

    Hi,
    Thanks for the login, your home page is set as your custom 404 page so it will give the 404 code, please change your custom 404 page to a different page:
    2019-07-06-112209

    Best regards,
    Mike

    in reply to: Google Maps Not Functioning Properly #1116300

    Hi,
    Glad Rikard could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    Hey MadRhino,
    Thanks for the links, your merged css styles don’t match between the sites, one has this css:

    h3 {
        font-size: 55px;
        line-height: 1.075em;
        text-align: center;
        text-transform: none !important
    }
    

    the other doesn’t.
    Please try disabling your Enfold Theme Options > Performance > JS & CSS file merging and compression and check the option at the bottom of the page to Delete old CSS and JS files then save the options and reload your site and clear your browser and site cache. Then enable your JS & CSS file merging and compression again to see if your css rule is added.
    Otherwise, try to add this css:

    .html_elegant-blog .avia-content-slider .slide-entry-title {
        text-transform: none !important; 
    }

    Best regards,
    Mike

    in reply to: Demo import not working #1116295

    Hey mattrum,
    Thank you for the login and ftp access, which demo would you like to import?
    Which webhost are you using?

    Best regards,
    Mike

    in reply to: Failed to initialize plugin: avia_builder_button #1116294

    Hey Daniel,
    Please check that the setting at Enfold Theme Options > Performance > Disable Template Builder Elements is set to: Always load all elements
    If this doesn’t help please include the url to the page in question so we can take a closer look at the error.

    Best regards,
    Mike

    Hi,
    Sorry, the site seemed to be working correctly after I restored it. It seems that it is also working now, did you find the issue?

    Best regards,
    Mike

    in reply to: Maintenance mode and Fonts broken after migration #1116289

    Hi,
    Please include an admin login in the Private Content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Avia Editor is not working #1116287

    Hi,
    Thank you for the login, I was able to create and publish a new test post using the Advanced Layout Builder, and then I was able to edit again. I then tested each of your templates and found only one that would crash the Advanced Layout Builder with this error:

    /wp-admin/admin-ajax.php Failed to load resource: the server responded with a status of 403 (Forbidden)

    It is the Informes PE template, the button gives the same error when trying to edit. So this button is corrupt, I tried to debug but couldn’t add the debug code to your functions.php, your site requires it to be added via ftp. Can you add this to line nuber 18, right after the line: if(isset($avia_config[‘use_child_theme_functions_only’])) return; ?

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }
     

    Also please ask your webhost if there is any server rules against the pdf file type. Try editing one of your posts to cause the error just before you contact them so you can tell them a time so they can check the server logs for the error, and hopefully see the cause.

    Best regards,
    Mike

    in reply to: Move logo to left in sticky menu at scrolling #1116282

    Hi,
    Thanks for the feedback, I see that the css is not working for you as it is for me, Please see the screenshot in Private Content area. Please include an admin login in the Private Content area so we can examine closer.

    Best regards,
    Mike

    in reply to: Enable Related Posts #1116135

    Hi,

    @Guenni007
    Thank you, I will need to add more documentation. This is a plugin, my thought was that this would be easier for people. But good point I will add a “child-themes/shortcodes” folder version.

    Best regards,
    Mike

    in reply to: Change Secondary Menu / Info Extra-Phone #1116132

    Hey kikosanchezestudio,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function flip_script(){
      ?>
      <script>
    jQuery(window).load(function(){
      jQuery( '#header_meta' ).each(function() {
      jQuery( this ).find( 'div.phone-info' ).insertBefore( jQuery(this).find('nav.sub_menu') );
      });
      });
    </script>
    <?php
    }
    add_action('wp_footer', 'flip_script');

    Best regards,
    Mike

    in reply to: Maintenance mode and Fonts broken after migration #1116129

    Hey jscarlett,
    Thank you for the links, I see that you are using Enfold v4.5.3, I believe the Maintenance Mode issue you are experiencing is a known bug in that version. Please try updating to v4.5.7

    The easiest and safest way to do this is to download the newest version from Theme Forest and rename your current theme to “enfold-old” via ftp then upload the new “enfold” and check that your site is working correctly.
    Once you are happy you can delete the “enfold-old” via ftp, (not the WP theme page)
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    As for your font, I could only see your maintenance page, but you are getting this error:

    Access to font at 'http://yoursite.co.uk/sitename.com/wp-content/uploads/avia_fonts/type_fonts/abel/abel-regular.ttf' from origin 'http://sitename.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

    Which means your site hosting the font has a No ‘Access-Control-Allow-Origin’ in the header. Since you added the font via the Custom Font Manager, please try deleting the font and then add it again, this should correct the address to the font.

    If you find other issues you may wish to use a search and replace plugin to search your database for the old url and replace it with the new url. I recommend backing up your site before trying this.

    Best regards,
    Mike

    in reply to: Demo-Shop #1116126

    Hey ThomSchu,
    Thanks for the link, I would recommend using a plugin for this, there seems to be a few such as: MSRP for WooCommerce
    Here is a tutorial on adding this without a plugin if you want to try doing this yourself.

    Best regards,
    Mike

    in reply to: Move logo to left in sticky menu at scrolling #1116124

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

    .html_header_top.html_logo_center .header-scrolled .logo {
        left: 0 !important; 
        transform: none !important; 
    }
    .header-scrolled span.logo a,.header-scrolled span.logo a img {
        max-height: 100% !important; 
    }

    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: General Styling not showing on the front-end #1116123

    Hey MTiffen,
    I assume that you mean that you are adding your css to the Enfold Theme Options > General Styling > Quick CSS field.
    This sounds like an error in your Quick CSS, such as a missing bracket.
    Please include an admin login in the Private Content area with a link to an element that you are trying to apply some css to and what the css is.

    Best regards,
    Mike

    Hey robertoKM,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: White line between header and layer slider #1116121

    Hey Empatica,
    Thanks for the link to your site, 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: 320px) { 
    #top.page-id-3653 #layerslider_2 .ls-layers .ls-wrapper.ls-in-out {
        margin-top: -15% !important; 
    }
    }
    @media only screen and (min-width: 321px) and (max-width: 380px) { 
    #top.page-id-3653 #layerslider_2 .ls-layers .ls-wrapper.ls-in-out {
        margin-top: -4% !important; 
    }
    }
    @media only screen and (max-width: 770px) { 
    #top.page-id-3653 #footer {
        border-color: #666666 !important; 
    }
    #top.page-id-3653 #layer_slider_1 {
        opacity: 0.8 !important; 
        background-color: #333333 !important;
    }
    }

    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    Hi,
    Glad Victoria could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Hide price on product page #1116119

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

    #top.single-product .single-product-summary p.price {
    display: none !important;
    }

    Best regards,
    Mike

    in reply to: firefox #1116110

    Hi,
    I took a look at your second slide and your css and found that on a desktop the height of the slide needs to be 412px so that all 3 slides are the same height.
    I made this adjustment in your css and the change worked. Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Thank you for the FTP access, I was able to upload the beta version but it didn’t help even when I activated it over the child theme.
    I then set everything back to the way it was.
    I also checked your .htaccess which seems fine, and I checked an error log but it didn’t log this event.
    Since the error occurs on basically a clean install, this seems to be pointing towards your server, please ask your webhost if your allowed to host pdf downloads, or if it needs to be turned on.

    Best regards,
    Mike

    in reply to: Can't Edit Content in page #1116101

    Hi,
    Please ask your webhost to update your PHP to 7.1
    I was able to login via ftp but this login doesn’t give us access to your site directory. Please review the options and ensure that the “Directory field” is just a backslash “/” Please read more here

    Best regards,
    Mike

    in reply to: Enfold Safari & Internet Explorer Darstellungsproblem #1116098

    Hi,
    To only target the Edge browser:

    @supports (-ms-ime-align:auto) {
    your_css {
        your: rule; 
    }
    }

    For IE11:

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    your_css {
        your: rule; 
    }
    }

    Best regards,
    Mike

    in reply to: Image hover effect on mobile #1116084

    Hi,
    Thank you that worked. To hide the portfolio title hover, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .grid-entry a:hover:before {
        display:none !important; 
    }

    Best regards,
    Mike

    in reply to: single item price not showing in cart #1116082

    Hi,
    Sorry, I got an error that the ftp password was incorrect, please check.

    Best regards,
    Mike

    in reply to: Polylang vs. Enfold – Overwritting problem #1116081

    Hi,
    The reason only 6 showed was because you were looking from within the language AR, when you look from “Show all languages” you will see all of the items
    2019-07-05-152815
    I tested searching for pages in your menu and it seemed to work fine to find a page to add to the menu:
    2019-07-05-153155
    Here I searched for “home” and it was found.
    What happens to you when you search?

    To move your menu, 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) {
    .responsive #top #wrap_all .main_menu {
        right: auto !important; 
        float: left !important; 
    }
    .responsive #top .logo {
        width: auto !important; 
        float: right !important; 
    }
    }
    

    Please see the screenshot in Private Content area. After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Upload Orkney-Light Font #1115945

    Hi,
    Sorry my misunderstanding, so I downloaded your font “orkney-light” and imported it into localhost and then I applied it to the headings which worked fine.
    When I look at your “advanced styling” I see that you have selected “default font family” for your headings and body.
    Which headings did you want to have “orkney-light”?

    Your font will not be available in the “TinyMCE Advanced”, the theme settings doesn’t change the WordPress editor settings. You can try editing TinyMCE Advanced to add custom fonts, but I would recommend not using TinyMCE Advanced as it often causes issues with the Advanced Layout Builder.

    To use css to change your font-family, such as the special heading on your homepage “B I E N V E N U E” Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    h1.av-special-heading-tag {
    font-family: 'orkney-light' !important; 
    }

    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Change background-image for mobile #1115943

    Hi,
    Happy upcoming 4th of July!
    I took a look at adding shortcodes there and tried a few different approaches but unfortunately, I couldn’t execute the shortcode in the Shop Description.
    I was able to accomplish it by doing this, first I used the “shortcode wand” in a default post to get the “Testimonial Slider” shortcode:

    [av_testimonials style='slider' columns='2' grid_style='' interval='3' font_color='' custom_title='' custom_content='' av_uid='av-jxovfxx1' custom_class='' admin_preview_bg='']
    	[av_testimonial_single src='' name='Tom' subtitle='Happy Customer' link='http://' linktext='']
    	Good Times
    	[/av_testimonial_single]
    	[av_testimonial_single src='' name='Bob' subtitle='Happy Customer' link='http://' linktext='']
    	This is the best!
    	[/av_testimonial_single]
    	[/av_testimonials]

    Then I created a “shortcode” in my child theme functions.php:

     function testimonial_sc( ){
    
    	return do_shortcode("[av_testimonials style='slider' columns='2' grid_style='' interval='3' font_color='' custom_title='' custom_content='' av_uid='av-jxovfxx1' custom_class='' admin_preview_bg='']
    	[av_testimonial_single src='' name='Tom' subtitle='Happy Customer' link='http://' linktext='']
    	Good Times
    	[/av_testimonial_single]
    	[av_testimonial_single src='' name='Bob' subtitle='Happy Customer' link='http://' linktext='']
    	This is the best!
    	[/av_testimonial_single]
    	[/av_testimonials]");
    
    }
    add_shortcode( 'short_code', 'testimonial_sc' );

    This will show the Testimonial Slider when the shortcode “[short_code]” is used.
    Then I edited: \enfold\config-woocommerce\config.php
    on about line 1089, look for:

    if($description) $output .= "<h1>".$description."</h1>";

    and change to:

    if($description) $output .= "<h1>".do_shortcode("[short_code]")."</h1>";

    and then you also have to make sure there is something in the Enfold Theme Options > Shop Options > Shop Description for this to work.
    2019-07-04-183716in this screenshot you can see it working, but you mat wish to use some css to adjust the Testimonial Slider colors.
    Please try to follow the steps, and let us know if this helps.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, can I try updating your site with a beta version that includes the latest fixes?

    Best regards,
    Mike

    in reply to: Page Editor won't load #1115621

    Hey Grant,
    Thanks for the link, I see that you are using Enfold v3.6.1 with WordPress v5.2.2. Your version of Enfold is quite old and not WP v5 ready. Please update your site with Enfold v4.5.7
    The easiest and safest way to do this is to download the newest version from Theme Forest and rename your current theme to “enfold-old” via ftp then upload the new “enfold” via ftp and check that your site is working correctly.
    Once you are happy you can delete the “enfold-old” via ftp, (not the WP theme page)
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

Viewing 30 posts - 20,791 through 20,820 (of 35,070 total)