Forum Replies Created

Viewing 30 posts - 23,341 through 23,370 (of 35,204 total)
  • Author
    Posts
  • in reply to: Woocommerce, Enfold and Restaurant-Theme #1060672

    Hi,
    The dev team has corrected this issue, please download this productslider.php file and replace the one at:
    /enfold/config-templatebuilder/avia-shortcodes/productslider/productslider.php
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

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

    Hi,
    Sorry for the late reply, This does look like the css for the header is taking a little extra time to load, I was sure once the page was caching that it would load fast enough that we would not see this.
    I see that in your functions.php you were calling a css file “my_custom.css” to replace the parent css, but the file was empty, so I disabled this because I thought it was causing the extra load time, but it didn’t help.
    I tried the Enfold Theme Options > Page Preloading option and it hides the error with the site logo, Please clear your browser cache and check if this is acceptable.

    Best regards,
    Mike

    in reply to: Custom avia.js in child theme #1060656

    Hi,
    Sorry for the late reply, I have found how to load only the child theme avia.js
    First in sure that your file is at: /enfold-child/js/avia.js
    Then add this code to the end of your child theme functions.php file in Appearance > Editor:

    
    //Load child theme avia.js
    function wp_change_aviajs() {
    	wp_dequeue_script( 'avia-default', $template_url.'/js/avia.js', array('jquery'));
    	wp_deregister_script(  'avia-default', $template_url.'/js/avia.js', array('jquery'));
    	wp_enqueue_script( 'avia-default', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'));
    	
    	}
    	add_action( 'wp_enqueue_scripts', 'wp_change_aviajs', 100 );
    		

    Best regards,
    Mike

    in reply to: The theme does not save anything #1060652

    Hi,
    If you mean change only the menu to black, the go to: Enfold Theme Options > Advanced Styling and then choose menu links
    2019-01-30-165222
    Please see the screenshot [1] in Private Content area.

    Best regards,
    Mike

    in reply to: image hover effect doesn't work #1060646

    Hi,
    @Lars I took a look at your site and assume that you are referring to the three images with the titles “Team” “Projects” & “Funding by…”
    each zoom in on hover, I know that this is working for you now because you rolled back to v4.4, I tried to recreate this on my updated localhost with 1/3 columns and image elements with the on hover effect of “slightly zoom”, and it seems to work correctly.
    I’m using v4.5.3 & WP v5.0.3 Am I looking at the correct images?
    When you updated, did you delete the theme folder, via ftp and upload a new one or did you try to overwrite the theme folder via ftp?
    Overwriting the theme folder will leave old files behind and cause errors.
    If that is not the cause, perhaps there was caching from the merged css or the server?

    Please 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 we can test on it and you 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
    I would like to update the site, via FTP to see the error, and resolve. Or if you create a backup, we could just update your site.

    Best regards,
    Mike

    in reply to: Tab Section – increase space for tab title #1060634

    Hi,
    Glad to help.

    Best regards,
    Mike

    in reply to: Make Icon change color on hover #1060512

    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: Fatal error after updating enfold #1060508

    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: Tab Section – increase space for tab title #1060507

    Hi,
    Updating the page should not change the menu, but changing the order of the menu, or adding children menu items may make changes. Please update the “Team” page, if something changes we can address it.

    Best regards,
    Mike

    in reply to: Make Icon change color on hover #1060334

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

    .av_font_icon.av-icon-style-border a.av-icon-char {
     outline: solid transparent 3px !important; 
     overflow: visible !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Fatal error after updating enfold #1060332

    Hi,
    Glad to hear you have solved it, I assume we can close this now, but I like to ask. Shall we close this then?

    Best regards,
    Mike

    Hi,
    Thanks for the ftp access, I renamed your current theme folder “enfold-old” and uploaded “enfold” again, but that didn’t help, your page is not giving any errors, but the js script is not changing the full width sub-menu to “fixed” when it reaches the top. I also tried disabling all of your plugins. So I’m going to ask the rest of the team to take a look to help solve this.
    Thanks for your patience.

    Best regards,
    Mike

    in reply to: Products list widget #1060319

    Hi,
    Thank you for explaining the issue with screenshots, this makes it very clear.
    The Dev team is reviewing this issue and I’m sure this will help.
    Thank you for your patience.

    Best regards,
    Mike

    in reply to: image hover effect doesn't work #1060316

    Hi,
    I’m glad to help.
    Yes, I changed the menu url from #welcome to #top
    #top is built into the theme so you can use it in the future too.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: HTTP ERROR 500 when trying to open website #1060273

    Hi,
    Thank you, but unfortunately you didn’t include a user name, the one in your first post doesn’t work for your cPanel.
    Please check.

    Best regards,
    Mike

    in reply to: Trying to add Short thick vertical line as shown in demo #1060268

    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: Contact Form Change Captcha Font Color for Equation #1060266

    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: image hover effect doesn't work #1060265

    Hi,
    Sorry for the late reply, I took a look at your page and assumed that the menu item “welcome” is meant to go to the top of the page, so I changed the link to “#top”.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Tab Section – increase space for tab title #1060263

    Hi,
    Sorry for the late reply, I have corrected, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Pushing submission datalayer event with form ajax response #1060011

    Hi,
    I took a look at contact.php and found on lines 36-39 it is calling the theme css & js:

    				//load css
    				wp_enqueue_style( 'avia-module-contact' , AviaBuilder::$path['pluginUrlRoot'].'avia-shortcodes/contact/contact.css' , array('avia-layout'), false );
    				
    					//load js
    				wp_enqueue_script( 'avia-module-contact' , AviaBuilder::$path['pluginUrlRoot'].'avia-shortcodes/contact/contact.js' , array('avia-shortcodes'), false, TRUE );
    

    Try changing the path like this:

    				//load css
    				wp_enqueue_style( 'avia-module-contact' , $path['pluginUrl'].'/wp-content/themes/enfold-child/shortcodes/contact/contact.css' , array('avia-layout'), false );
    				
    					//load js
    				wp_enqueue_script( 'avia-module-contact' , $path['pluginUrl'].'/wp-content/themes/enfold-child/shortcodes/contact/contact.js' , array('avia-shortcodes'), false, TRUE );
    

    that is assuming that your child theme directory is /enfold-child/ like mine is.

    Best regards,
    Mike

    in reply to: Lines around table cells #1059899

    Hi,
    Sorry about that, please try this one instead:

    #top.home .avia-builder-el-first .flex_column_table .flex_column_table_cell:nth-child(n+2) {
        background-color: transparent !important; 
    }

    Best regards,
    Mike

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

    Hi,
    I believe the child theme is in the master Theme Forest file, but you can also get it here
    Thanks for telling us the two sections are on the “Our Story” page, I was able to look at the sections and found the css was off a little, so I corrected it, and it now works correctly.
    Please clear your browser cache and check.
    To remove the “SKU” line on your product pages, please add this css:

    #top.single-product .product_meta {
    display: none !important;
    }

    Best regards,
    Mike

    in reply to: Avia codeblock not working in Spanish home page #1059886

    Hi,
    The other day I remember seeing the code blocks, or “placeholders” above on /HomeEsp/ but I don’t see them today, but the backend editor is still getting the “Forbidden 403” error, on admin-ajax.php
    which is a very important file, “Forbidden 403” means that something is blocking it from working, please try disabling your plugins and checking the file permissions with the steps above. You could also ask your webhost to look at the server error log and tell you what is blocking the file, but you should first try disabling your plugins because it could be one of them.

    Best regards,
    Mike

    in reply to: Make Icon change color on hover #1059885

    Hi,
    Glad to hear, I assume we can close this now, but I like to ask first. Shall we close this then?

    Best regards,
    Mike

    in reply to: Pushing submission datalayer event with form ajax response #1059876

    Hi,
    To overwrite to contact element, add a directory /shortcodes/ to your child theme,
    then copy the /contact/ directory to it with all 3 files in it, contact.js, contact.css, contact.php
    so you will have this path: /enfold-child/shortcodes/contact/
    Then add this code to the end of your functions.php file in Appearance > Editor:

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
      $template_url = get_stylesheet_directory();
          array_unshift($paths, $template_url.'/shortcodes/');
    
      return $paths;
    }

    now your child theme element will overwrite the theme element, you can read more here.

    Best regards,
    Mike

    in reply to: Picture and text zoom on smartphone #1059873

    Hi,
    There is a plugin you can use, but Enfold doesn’t work so good with it. Our developers are currently in preparation for the AMP integration. There’s no ETA yet but it will be implemented on the theme in the future.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: image in masonry #1059871

    Hi,
    I see that some of the images are good, please try adding some more space to the bottom of others.
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: change "from" in the contact form #1059870

    Hi,
    Please include a admin login in the Private Content area, so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Amazon Affiliate Link #1059869

    Hi,

    @teachingwithamy
    your example code above actually seemed to work correctly, and I don’t see a “little rectangle where the graphic should be at the bottom of the post” but this sounds like a tracking pixel.
    I posted in your thread asking for more info, lets continue there.

    Best regards,
    Mike

    in reply to: Amazon affiliate links not working in Code Block #1059868

    Hi,
    Can you please link to a test page on your site with a admin login, in the Private Content area, so we can see?

    Best regards,
    Mike

Viewing 30 posts - 23,341 through 23,370 (of 35,204 total)