Forum Replies Created

Viewing 30 posts - 7,231 through 7,260 (of 34,891 total)
  • Author
    Posts
  • in reply to: change line-height in list element #1408934

    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: Ajax Search Shortcode for sidebar is not working #1408933

    Hi,
    [avia_sc_search] is a protected function from the search.php that is not meant to be loaded directly, so don’t use that one.

    Best regards,
    Mike

    in reply to: Text block over the color section is not displayed #1408932

    Hi,
    Thanks for the login, I found that there is a plugin that is setting the container of the color section to opacity:0, this css fixes:

    .js_active #top .av-minimum-height .container {
        opacity: 1;
    }

    but you should not need this css, but I can not view your plugins, I get this error:
    Enfold_Support_2197.jpeg
    so please disable all of your plugins and check again.
    I also see that when I preview you page it shows correctly:
    Enfold_Support_2193.jpeg

    Best regards,
    Mike

    in reply to: How to use COMBO WIDGET only for COMMENTS? #1408927

    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: Can’t find the church demo in theme options #1408909

    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: Text block over the color section is not displayed #1408908

    Hi,
    Thanks but the login doesn’t work it says User does not exist please check.
    I have created a test page on my test site linked below, with a color section with a background image and a special heading element:
    Enfold_Support_2189.jpeg
    and on the frontend the special heading shows over the color section:
    Enfold_Support_2191.jpeg

    Best regards,
    Mike

    in reply to: How to add a script to my header? #1408905

    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: How to add a script to my header? #1408903

    Hi,
    Yes using the WP Code plugin is the best approach, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: How to use COMBO WIDGET only for COMMENTS? #1408901

    Hi,
    I added a combo widget to your blog sidebar and set it to only show the comments as Ismael discribed above, then I created a snippet in your snippet plugin:

    function add_widget_title_to_combo_widget() { ?>
      <script>
    (function($){
    $('.inner_sidebar .avia_combo_widget').each(function() {
    $( this ).find('ul.news-wrap').detach().insertBefore('.tabcontainer');
    $( '<h3 class="widgettitle">Kommentare</h3>' ).insertBefore('.avia_combo_widget ul.news-wrap');
    $( this ).find('.tabcontainer').remove();
    $( this ).find('.seperator.extralight-border').remove();
    });
    })(jQuery);
    </script>
      <?php
    }
    add_action('wp_footer', 'add_widget_title_to_combo_widget');

    and added this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .js_active .avia_combo_widget .tabcontainer {
        display: none;
    }

    for this result:
    Enfold_Support_2187.jpeg
    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: can i get general layerslider support here? #1408898

    Hey Marc,
    We can try to help with basic LayerSlider questions or you can go to the LayerSlider help page and read their documentation, see their FAQ’s or search their public support tickets.

    Best regards,
    Mike

    in reply to: Menu position on hover reaching into main content #1408897

    Hey Stefan,
    Thanks for the link to your site but the page gives a 404 error, perhaps it is not published yet. I found another page with a form, but your menu above the form doesn’t have a dropdown so I can’t see what the issue would be. Please include an admin login in the Private Content area so we can be of more assistance. Perhaps a screenshot would help us understand better.

    Best regards,
    Mike

    in reply to: How to add a script to my header? #1408896

    Hi,
    Thanks for your patience if you are not using a child theme then using the plugin WP Code would be the correct solution. If you are using a child theme then you could add the code to the child theme functions.php file.
    I assume that you don’t want your code shown publicly so I won’t paste it here in Guenni007‘s snippet:

    function your_custom_script(){
    ?>
    <script>
    	// replace that line here by your script code
    </script>
    <?php
    }
    add_action('wp_head', 'your_custom_script');

    Please give this a try or include an admin login in the Private Content area so we can assist further.

    Best regards,
    Mike

    in reply to: slide-show (full width) does not work on mobile #1408895

    Hi,
    Glad Ismael could help clarify the mobile display, 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: Text block over the color section is not displayed #1408894

    Hey piotrdlg67,
    Can you create a test page on your site demonstrating your issue, I see that you included some login details but we don’t know your site url, please try to include more specific details about what you are trying to accomplish.

    Best regards,
    Mike

    in reply to: ALB textblock strips out span-tag #1408893

    Hey BeeCee,
    Thank you for your patience, the issue is because TinyMCE strips empty tags, and while there are different solutions such as: one, two, etc,
    I recommend simply adding a class to the span so it is not empty like this:
    Enfold_Support_2183.jpeg
    In my tests the span is not removed even with multiple edits and you are not opening yourself up to possible future issues with using the functions.
    Enfold_Support_2185.jpeg

    Best regards,
    Mike

    in reply to: Ajax Search Shortcode for sidebar is not working #1408890

    Hi,
    To fix the SEARCH – SHORTCODE IN DIV CLASS icon and input field alignment try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .sidebar .custom-html-widget .avia_search_element #searchsubmit {
    	width: 10%;
        padding: 0;
    }
    #top .sidebar .custom-html-widget .avia_search_element #s {
    	width: 85%;
        display: inline;
        float: left;
    }
    

    this seems to correct:
    Enfold_Support_2176.jpeg
    in my test the search results show correctly:
    Enfold_Support_2179.jpeg

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, I see the text in your screenshot is different than what I see on the site, to me it looks like placeholder text, are you checking a different page?
    I don’t have a iPad, but I check in Safari v16.4.1 on a Mac v12.6.5 in Responsive Design Mode simulating a iPad pro and the background gif looked normal, not like your screenshot. Please see the screenshot in the Private Content area.
    Another user reported a different issue with a old iPad that the updated Safari had solved and he said that some older iPad were “locked” to their versions and couldn’t update, are you able to update your iPad?

    Best regards,
    Mike

    in reply to: Fonts couldn‘t be added #1408888

    Hey Yorck,
    Thanks for your patience, when you upload a font it goes in the directory /wp-content/uploads/dynamic_avia/avia_type_fonts/ but you can not directly upload to this folder you must use the import feature.
    Your error sounds like the PHP ZipArchive Extension is not enabled, to check go to WordPress ▸ Dashboard ▸ LayerSlider ▸ Options and click “System Status” and look under “Server Settings” if it is enabled then try posting a link to your zip file so we can check it.

    Best regards,
    Mike

    in reply to: How to use COMBO WIDGET only for COMMENTS? #1408885

    Hi,
    Thanks for your patience, the gray box that you see is the tab title for the tab container, the combo widget uses tabs to show the content and doesn’t include the standard widget title h3 element like other widgets, but the comment widget does, since you don’t want to use any of the other features of the combo widget try using the comment widget instead.

    Best regards,
    Mike

    in reply to: Some problems with the tab section #1408883

    Hey MyWin,
    Thanks for your patience I was not able to login but I can still help, to have the background color of the tab section white try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .main_color .tabcontainer .tab_content {
    	background-color: #fff;
    }

    It looks like you are using the Tabs element which doesn’t have a arrow option to point to the tabs, try using the Tab Section element
    To center the tab titles try this css:

    #top .tabcontainer .tab_titles {
    	display: flex;
        justify-content: center;
    }

    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area of the expected results for the two css rules above.

    Best regards,
    Mike

    in reply to: Post Link Format not directly linking #1408880

    Hi,
    Thank you for all of your help, we all really appreciate it!

    Best regards,
    Mike

    in reply to: Post Link Format not directly linking #1408877

    Hi,
    Thanks for sharing Guenni007, and I’m sure this will help someone in the future, but this is not the situation that Jason is referring to.

    Best regards,
    Mike

    in reply to: Footer looks not right #1408873

    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: WP Store locator Store: The text contains 0 words #1408872

    Hey Websols,
    Thank you for your patience, as I understand you are using the plugin WP Store Locator that your Yoast plugin is not reading the word count on the “store” post.
    I don’t have any experience with this plugin but when I install it and add a “store” the yoast panel doesn’t show for it like the pages and posts do and I don’t see any options to have it show. I also switched to the 2023 theme and the yoast panel still didn’t show on the “store” post.
    Can you explain how to recreate your issue?

    Best regards,
    Mike

    in reply to: Footer looks not right #1408869

    Hey rixi,
    Thank you for the link to your site, typically if you don’t add anything to the footer the theme demo widgets will load. If you plan to add any footer widgets then when you do so they will show. If you want an empty footer then add a empty widget to the footer to remove the demo widgets.
    You can also go to Enfold Theme Options ▸ Footer ▸ Default Footer & Socket Settings and choose to not show the footer by default.

    Best regards,
    Mike

    in reply to: Code in functions.php ? #1408868

    Hi,
    Glad Rikard 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

    Hey Nomad,
    Thank you for the link to your page, I took a look at your gif at the typical tablet screen sizes such as 768px, 1024px, 1366px, 1440px on Windows in Chrome, Firefox, & Edge but the background gif looks the same to me, please see the screenshot in the Private Content area.
    Please use the screen resolution tool to tell us what size you are seeing this at and if it’s an actual device or in the browser dev tools, and perhaps a screenshot would help.

    Best regards,
    Mike

    in reply to: Video background #1408862

    Hi,
    Glad we were able to help with the video loading icon, please create a new thread for separate issues as it is more efficient for the support team to help and future readers to find solutions, Thank you for your patience and understanding.
    Please try the Enfold Theme Options ▸ Page Preloading option in the theme option panel to show your logo until the page is loaded.
    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Post Link Format not directly linking #1408860

    Hi,
    Thanks Guenni007 but Jason wants the URL to the link post to redirect to the external link, in this case a PDF.
    He is not referring to clicking on a link or post element such as a blog, masonry, or magazine item, he means the loading of the post should automatically redirect.
    For example if you go to our Blog Grid Demo and click on the item This is a post with post type “Link” item
    Enfold_Support_2167.jpeg
    it will redirect to the external link, this is true for almost any element that shows the item, but what Jason wants this direct link to the post to redirect instead of landing on the post and then clicking on the post title:
    Enfold_Support_2169.jpeg
    A direct link like this doesn’t go though the loop-index.php, as I understand.
    A redirect plugin would probably be the best solution, in my opinion.

    Best regards,
    Mike

    in reply to: Megamenu alignment #1408828

    Hey Zdeněk,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 990px) { 
    #menu-item-77 .avia_mega_div.avia_mega6.twelve.units {
    	right: -214.157px !important;
    }
    }

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

    Best regards,
    Mike

Viewing 30 posts - 7,231 through 7,260 (of 34,891 total)