Forum Replies Created

Viewing 30 posts - 10,411 through 10,440 (of 34,919 total)
  • Author
    Posts
  • in reply to: Content Elements > icon : It doesn't move with sentence.. #1369019

    Hi,
    Thanks for the screenshot and the link to your site, for the first request try this css in the Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .page-id-378 #av_section_2 .av_textblock_section p {
    	width: 470px;
        margin: auto;
    }

    For the second request try this css:

    .page-id-378 #av_section_5 .avia_codeblock iframe {
    	width: 100%;
    }

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

    Best regards,
    Mike

    in reply to: Submenu collapse/expand on click, not hover #1369018

    Hey luismc83,
    Do you mean that you are using a header sidebar layout so the main menu is vertical in the sidebar?
    If so is the menu item with the sub-menu items also have an activate link or does it have no link?
    Typically menu items with a toggle on click interfere with the link of the parent, so you would want to have no link on the parent so your toggle doesn’t trigger the link target.

    Best regards,
    Mike

    in reply to: line break in top navi without background color #1369015

    Hey Tilman,
    First ensure that you have enabled the custom class option for menu items in the Screen Options
    Then wrap the second word in your menu item with a span and the custom class line-break like this:

    Allgemeinmedizin /<span class="line-break">Naturheilkunde</span>

    and add the custom class line-break-item to the menu item:
    add_custom_class_to_menu_item_for_line_break.png
    Then add this CSS to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #avia-menu .line-break-item a {
    	line-height: 40px;
    	transform: translateY(18%);
    }
    .line-break-item .line-break {
        display: block;
    	line-height: 0px;
    }
    

    Now the menu item will be two lines and centered:
    2022-10-16_014.png
    I was testing with the default settings for the 2017 Demo, since your settings may be a little different you can adjust the CSS to place the menu text where you wish, if you have trouble link to your page with an admin login so we can assist.

    Best regards,
    Mike

    in reply to: overlapped images #1369013

    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: fallback image not working on ipad #1369012

    Hey hochenb,
    Thank you for your question, mobile browsers such as Safari and Chrome block background videos from auto-playing, this has been the standard for for many years, this is why there is a notice in the elements:
    2022-10-16_003.png
    Some plugins offer “Hacks” around this, but Safari and Chrome block more of these “Hacks” with each update, Enfold follows the browser rules and doesn’t add these “Hacks”
    The LayerSlider may play a background video on mobile devices, but it is unknown how long this will work.

    As for the fallback image not loading on tablets, I tested this with the color section, I added a Background Video and checked the option Hide Video On Mobile Devices:
    2022-10-16_004.png
    then I added a Custom Background Image for mobile & tablets:
    2022-10-16_005.png
    Now on desktop the background video plays:
    2022-10-16_006.png
    and on tablet the background image shows:
    2022-10-16_007.png
    below I have linked to my test page, are these the steps you tried, if not please explain and link to your test page.
    I will point out that I don’t have an actual tablet device so I tested with the Dev Tools in Chrome and BrowserStack.com which uses real devices, the standard iPad showed the background image:
    2022-10-16_011.png
    and the iPad Pro showed the background video, so that was an added bonus:
    2022-10-16_008.png

    Best regards,
    Mike

    in reply to: "font-awesome" in functions.php? #1369009

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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: subsequent removal of a sidebar on several pages #1369008

    Hi,
    This doesn’t change the Site Layout, it only changes it for the one page that you are working on, all other pages will not be changed.
    For this one page above you wrote that you want a completely empty page, so you don’t want the menu in the right sidebar correct?
    I believe that you are not seeing the above backend page admin sidebar because you have customized the options, perhaps with the plugin Admin Menu Editor or perhaps with a function in your child theme functions.php, I’m not familiar with the customizations that you have made but you admin menu options are quite different that the normal options. Try restoring the default page options.
    2022-10-16_001.png

    Best regards,
    Mike

    in reply to: overlapped images #1369007

    Hi,
    The arrows you are referring to are part of the built-in lightbox, if the plugin doesn’t offer this feature then disable the plugin and enable the built-in lightbox.
    You can not have both activate at the same time.

    Best regards,
    Mike

    in reply to: No blank characters possible #1369005

    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: overlapped images #1368990

    Hey schweg33,
    This seems to be a duplicate of another thread you have opened, I replied here we will close this one and continue in the original thread.
    Thank you for your patience and for using Enfold.

    Best regards,
    Mike

    in reply to: Installing latest version of ENFOLD fails. #1368987

    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: overlapped images #1368985

    Hey schweg33,
    This is occuring because you are using another lightbox plugin with the built-in lightbox feather and they are using the same javascript.
    I see that you have the nextgen gallery plugin installed, I believe this is the conflict, so you will need to disable this plugin or the Lightbox Modal Window option in the theme option.
    You can not have both activate at the same time.

    Best regards,
    Mike

    in reply to: Installing latest version of ENFOLD fails. #1368984

    Hey Stephen,
    This error means that you are using the theme plus documentation zip file, not the installable theme zip file, as you see when you extract the file it includes extra files and folders:
    2022-10-15_004.png
    You want to use the install-only zip file, or extract the “enfold.zip” from your zip and install it, I did this for you.
    2022-10-15_005.png

    Best regards,
    Mike

    in reply to: White border in facebook likebox #1368983

    Hi,
    This site is using 4 footer columns, each column has a width of 20.5% so at 2560px the column width is 248px.
    Your other site is using 3 footer columns with a width of 29.3% or 533.85px.

    Best regards,
    Mike

    in reply to: subsequent removal of a sidebar on several pages #1368982

    Hi,
    To have one page completely blank, you can remove the sidebar, footer, title, & header all from the Layout options in the backend of each page individually:
    Sidebar Settings ▸ No Sidebar
    Footer Settings ▸ Don’t display the socket & footer widgets
    Title Bar Settings ▸ Hide Both
    Header visibility and transparency ▸ Hide Header on this page

    2022-10-15_003.png

    Best regards,
    Mike

    in reply to: Gridrow order #1368953

    Hey Stefan,
    Thanks for the link to your site, I see that you are using v4.8.5, with the current version v5.1.2 the mobile grid can be changed, please update:
    2022-10-15_002.png
    I see that you have updates disabled on your site, so please register your theme and enter your Envato Token.
    Another option to update is to download the latest version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Heading issue #1368951

    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: Contact Form with validation messages #1368948

    Hey Moh Aziz,
    Please login into the support forum and open a new thread, you have asked your question through the contact form which is not for support requests.
    If you have not registered to our support forum yet you can do so here.
    Thank you for your understanding and for using Enfold.

    Best regards,
    Mike

    in reply to: Heading issue #1368946

    Hi,
    Thank for the login, I see in your child theme you have a script to replace H2 tags with H1:

    
    /*H2 to H1*/
    function replace_h2_on_single_events(){
    ?>
    <script>
      (function( $ ) {
    	$(document).ready(function() {       	
    		$('.av-single-event-content h2').replaceWith(function(){
    		   $newTag = $("<h1>", {html: $(this).html()});
    		   $.each(this.attributes, function(i, attribute){
    		        $newTag.attr(attribute.name, attribute.value);
    		  });
    		  return $newTag;
    		})
    	 });
      }(jQuery)); 
    </script>
    <?php
    }
    add_action('wp_footer', 'replace_h2_on_single_events');

    When I disable this script the issue is solved, If you want to use this script please try making it more specific as to which tags to change.

    Best regards,
    Mike

    in reply to: White border in facebook likebox #1368945

    Hi,
    Thank you for the screenshot, I tested on Windows in Chrome, Firefox, & Edge desktop 1920 x 1080 and didn’t see this issue, but when I tested at 2500px I did.
    This is caused by the FB iframe inner elements having a width of 500px, unfortunately, the inner iframe elements can not be controlled from your site, so you will need to make the max-width of the widget 500px with this CSS:

    .av_facebook_widget_wrap {
    	max-width: 500px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Search resultes are showring short code in the text? #1368943

    Hi,
    Thanks for the login, I added this code to your child theme functions.php:

    add_filter( 'the_excerpt', 'do_shortcode');

    and now the buttons show instead of the shortcode:
    2022-10-15_001.png

    Best regards,
    Mike

    in reply to: Send button color on contact form #1368940

    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: Send button color on contact form #1368905

    Hi,
    If you want the background color of the button to be white on hover and the button text to remain the same, try this css:

    #main .alternate_color input[type=submit]:hover {
        background-color: #fff;
        color: #234029;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Favicon #1368850

    Hi,
    When I check your custom favicon shows on your site, if you are still seeing the WordPress favicon in your Google Search Console try adding your favicon.ico via FTP to your root directory, not a image file like .png or .jpg, it must be the favicon.ico this is where Google looks for it.
    If you don’t have a real favicon.ico use a favicon generator to turn your image into one.

    Best regards,
    Mike

    in reply to: Send button color on contact form #1368849

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

    Best regards,
    Mike

    in reply to: Updating old version to new version #1368848

    Hi,
    Yes, upgrading from v3.4.7 to v5.1.2 will work, but we recommend making a full backup using your webhost backup options, please don’t use a backup plugin unless you have specific knowledge on restoring it. Many backup plugins fail on restore. If this is a live business site it may be better to test on a staging site, 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 may look like:
    staging-1.jpg
    staging-2.jpg

    Once you download the “Install” version from your Theme Forest account you can upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    When you buy a new license you will get 6 months support of our forum, but please note that for a little more you could get a full year of support:
    extend_support_to_12_months.png

    Best regards,
    Mike

    in reply to: Font on mobile does not display correctly #1368845

    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: Image Hotspot and Tab Section #1368761

    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

    Hi,
    As you see in the video element it requires using the YouTube link with watch?v=
    2022-10-13_002.png
    I will as the team if there is a way around this and reply back.
    Thank you for your patience.

    Best regards,
    Mike

    Hey Peter13,
    Thank you for your question, the video element must use the YouTube link structure watch?v=
    2022-10-13_002.png
    but youtube-nocookie.com doesn’t support this, it only supports the iframe embed
    So until YouTube begins to support this please use a code block element and the iframe code
    2022-10-13_003.png

    Best regards,
    Mike

Viewing 30 posts - 10,411 through 10,440 (of 34,919 total)