Forum Replies Created

Viewing 30 posts - 9,451 through 9,480 (of 35,209 total)
  • Author
    Posts
  • in reply to: Website has SSL, but my pictures are saved in http #1395837

    Hi,
    We will leave this open to hear back from you if this helped.

    Best regards,
    Mike

    in reply to: Website has SSL, but my pictures are saved in http #1395835

    Hi,
    I found this article that might help, give it a try.

    Best regards,
    Mike

    in reply to: color section error #1395831

    Hi,
    Thanks for the login on your /prrc-dispositivi-medici/ page you had 3 special headings with strong tags in the title field that were not closed breaking the page layout:
    Enfold_Support_248.jpeg
    This is why the theme warns about using HTML tags in the title fields and points to our documentation and a special plugin, please be very careful.
    I tried to correct the error and was able to restore the layout but for some reason the grid cell background image and color didn’t restore, I thought it might be due to caching so I disabled your two caching plugins but that didn’t help, but I was able to create a new page and the grid cell background image and color did restore.
    You may need to delete the original page and use the new page.
    I checked your /mandatario-europeo/ page and it had the same problem, I was able to restore the layout but not the last grid cell background image and color, but I created a new page for it and it works correctly, You may need to delete the original page and use this new page also.

    Best regards,
    Mike

    in reply to: Website has SSL, but my pictures are saved in http #1395826

    Hi,
    Good Idea, I’ve not seen this before.

    Best regards,
    Mike

    in reply to: Website has SSL, but my pictures are saved in http #1395823

    Hi,
    Thanks for the login, your WordPress ▸ Settings ▸ General ▸ WordPress Address is http:// so you need to change it to https:// Please see the screenshot in the Private Content area.
    For some reason this is grayed out so it can’t me changed I have not seen this before, so try disabling all of your plugins and then see if you can change it, if not perhaps your webhost has added some code for “security” so ask them for help to change this.

    Best regards,
    Mike

    Hi,
    Thanks for the login, the issue was your link to the PDF was http:// but your site uses SSL so changing the link to https:// solved.
    Please check your WordPress ▸ Settings ▸ General ▸ Site Address and WordPress ▸ Settings ▸ General ▸ WordPress Address these both are missing the “s” for https://

    Best regards,
    Mike

    in reply to: Image size of Blog archiv and Category #1395820

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Drop down menu in conent section #1395819

    Hi,
    You would need to use javascript to toggle the menu on click and it would be complicated to know if the click was to open a sub-menu item or go to the sub-menu url.
    You should look for a menu plugin that will create this kind of menu and give you a shortcode to add to your pages.
    I’m not sure what you mean by a protected area, you would need to explain in more detail.

    Best regards,
    Mike

    Hey HOOGVELD,
    Thanks for your question but there are no users for any of those email addresses above, perhaps your client didn’t register for support yet?
    Go to: Register a new account and enter your client’s Purchase Code
    Then if he has not created a support account try entering your email address to create a support account.
    We can not change the owner of the license in Envato’s system, so if your client has already created a support account with a different email then ask him for the login details so you can login.

    Best regards,
    Mike

    in reply to: Startseite wird nicht mehr geladen #1395807

    Hey Klaus,
    Please include FTP access in the Private Content area so we can examine further.

    Best regards,
    Mike

    in reply to: Add dotted navigation to testimonial block #1395802

    Hi,
    I found that the file Guenni007 linked to added the navigation dots to my testimonial element, this is the steps that I followed to add it to my child theme. First I ensured that my child theme functions.php had this code:

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

    Then via FTP I added the directories /shortcodes/testimonials/
    Then I downloaded Guenni007 linked file above
    Enfold_Support_242.jpeg
    and uploaded it via FTP to my child theme testimonials directory so the structure from my child theme is like this:
    /enfold-child/shortcodes/testimonials/testimonials.php
    Then the css I used is:

    .responsive #top .avia-slideshow-dots.avia-slideshow-controls a {
      opacity: 1;
    }
    .avia-slideshow-dots a.active {
        background: #b0b0b0;
    }
    .avia-slideshow-arrows.avia-slideshow-controls {
    	opacity: 0;
    }

    This shows the navigation dots always and hides the navigation arrows:
    Enfold_Support_244.jpeg
    Thank you Guenni007 for thaking the time to edit this file and sharing it with us 🙂

    Best regards,
    Mike

    in reply to: Fullscreen picture in the blog post #1395801

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Reversing the order of specific blog posts #1395799

    Hi,
    Please remove the above css so we can try again.

    Best regards,
    Mike

    in reply to: Adjustment of the Portfolio Category page #1395782

    Hi,
    Unfortunately, I don’t have an iPad but when I test on browserstack.com/live on a iPad Pro 12 I don’t see the gap from the missing item:
    Enfold_Support_238.jpeg
    Enfold_Support_240.jpeg
    Perhaps your iPad is still showing you the cache, Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    in reply to: Using multiple sizes favicons #1395780

    Hi,
    Thanks for sharing Guenni007

    Best regards,
    Mike

    in reply to: Fill Image on Post Slider Preview #1395779

    Hi,
    Try this css:

    #top.home #av_section_3 .avia-content-slider .slide-entry img {
    	width: 100%;
    }

    or could change the size-medium image to 400px with Simple Image Sizes and then Regenerate Thumbnails.

    Best regards,
    Mike

    in reply to: Import Demo error 28 #1395777

    Hi,
    Thanks for the link to your site, I see your PHP time limit is 165, please change to 300, and your Max input time is a negative number (-1) please change to 300 also, then try again.
    Enfold_Support_236.jpeg
    If that doesn’t help try manually importing the demo.

    Best regards,
    Mike

    in reply to: Portfolio layout #1395773

    Hi,
    The page uses the Portfolio Grid element with the Link Handling set to Open a preview of the entry (known as AJAX Portfolio)
    Enfold_Support_230.jpeg
    Then in each of the portfolio items in the Additional Portfolio Settings ▸ Ajax Portfolio Preview Settings ▸ Preview Text add your video link:
    Enfold_Support_232.jpeg
    Also ensure that Display Preview Images is set to Don’t show the images at all and display the preview text only
    Then on the frontend when you click a portfolio item and the Portfolio Ajax opens only the video will show:
    Enfold_Support_234.jpeg

    Best regards,
    Mike

    in reply to: wpmu object cache causes my newer blog posts to go blank #1395772

    Hi,
    Thanks for your question, on my demo site I only have one at wp-content/uploads/dynamic_avia/avia_posts_css, I’m not sure why you have two so I asked the rest of the team and will write back when I hear more.

    Best regards,
    Mike

    in reply to: Columns on mobile #1395770

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Using multiple sizes favicons #1395769

    Hey Alwin,
    You will need to use a plugin for this, I’m not sure which would be the best for this as there are many, please test these from the WordPress Plugins

    Best regards,
    Mike

    Hi,
    Thanks for your patience and the link to your site, it looks like you are using the grid cell element with a download button to a PDF, I tried to recreate this on my demo site and the button works and I don’t have any further issues with the ALB Builder:
    Enfold_Support_226.jpeg
    Please see the link to my test page below
    Enfold_Support_228.jpeg
    Please try disabling all of your plugins and If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Fill Image on Post Slider Preview #1395767

    Hey CopperCityCreative,
    Please try this css to make the images the same width as the elements:

    #top.home #av_section_3 .avia-content-slider .slide-entry img {
    	width: 354px;
    }

    For the one image that is in portrait mode, you will need to change this image to the same landscape aspect if you want it to match the others.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: insert a Schema JSON-LD script to specific pages #1395766

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Accordion Slider Image Captions don’t show #1395765

    Hey Tanja,
    Thanks for the link to your site, you need to enable Display Excerpt
    Enfold_Support_224.jpeg
    I did this for you, please clear your browser cache and check.

    Best regards,
    Mike

    Hey css202301,
    Thanks for the link to your site, your PHP time limit & Max input time are 60 try changing to 300
    Enfold_Support_222.jpeg
    If that doesn’t help try manually importing the demo.

    Best regards,
    Mike

    in reply to: Polylang not compatible #1395762

    Hi,
    Sorry, I have not seen this before, updating Enfold doesn’t change the status of pages.

    Best regards,
    Mike

    in reply to: Reversing the order of specific blog posts #1395761

    Hi,
    That is because there is only one item in that row, we can’t change that you would need to change the rows.
    When it was at the bottom it was also alone.

    Best regards,
    Mike

    in reply to: Fullwidth Background images #1395760

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: SVG borders requests #1395756

    Hey JannyPolak,
    Thanks for your question but I don’t understand why your SVG border is not going 100% width, in my test it does:
    Enfold_Support_220.jpeg
    Perhaps you can make a test page so we can see the issue.

    Best regards,
    Mike

Viewing 30 posts - 9,451 through 9,480 (of 35,209 total)