Forum Replies Created

Viewing 30 posts - 13,591 through 13,620 (of 34,594 total)
  • Author
    Posts
  • Hey TSPCart,
    For the Single Product Post Navigation you can enable at Enfold Theme Options ▸ Blog Layout ▸ Single Post Options ▸ Single Post Navigation
    2021-10-02_020.png
    I don’t believe this is available on category archive pages to the next category, I don’t recall it and it’s not showing on our Shop Demo.

    Best regards,
    Mike

    in reply to: How to make images display full width on mobile? #1323307

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

    @media screen and (max-width: 767px) {
    #top > #wrap_all, #footer-bg > div {
        width: 100% !important;
        max-width: 100% !important;
    }
    }

    After applying the css, please clear your browser cache and check.
    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: boxed layout #1323304

    Hi,
    for this page please try this css:

    #top.page-id-19049 #wrap_all #header {
    	margin-left: -6.9%;
    }

    expected results:
    2021-10-02_019.png
    unfortunately, both pages have the “boxed” class so you will have to specify the page IDs for this css to work only on some pages.

    Best regards,
    Mike

    in reply to: Block resize #1323301

    Hey matteomelli,
    Thanks for the link to your site but I don’t see a Typography -> Font dimension option in the right sidebar in either the Block Editor nor the Classic Editor, perhaps this is a plugin addon?
    2021-10-02_017.png
    To change the text size of a textblock element the option is under the styling tab:
    2021-10-02_018.png
    Perhaps there is something else that is overriding your font size so if you could explain the exact block of text you are having an issue with and perhaps a screenshot of how you are trying to change it we could understand better.

    Best regards,
    Mike

    in reply to: widget format #1323300

    Hi,
    Thanks for the feedback, for page 1 I don’t see that you have added the css above, it will make the menu link text white for all 4 items when you are on those pages, please see the screenshot below.
    The blue area is the full width of your 1/5 column, on either side is the margin and padding from the page and from the next column, to make it larger please make your 1/5 column larger and the next column smaller, please see the screenshot below.
    For you page 2 the widget ID is different so you will need to add this css for it to work the same:

    #nav_menu-5 {
        background-color: #0098d2;
        margin-top: 8px;
        padding: 10px;
    }
    #nav_menu-5.widget li a {
        color: #000 !important;
        font-weight: normal;
    }
    #nav_menu-5.widget li a:hover {
        color: #fff !important;
    }
    #nav_menu-5.widget #menu-archiv > li.current_page_item > a {
    	color: #fff !important;
    }

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

    Best regards,
    Mike

    Hi,
    Please try this css:

    #chart_div tr,
    #chart_div table {
    	background: transparent;
    }

    2021-10-02_151102.jpg

    Best regards,
    Mike

    Hi,
    Thank you for your patience, this can easily be fixed by manually changing the url to “https://” and click “Save all settings” button at the top of the page.
    2021-10-02_007.png
    you do not have to use the “upload” button, you can manually enter the url to the image.
    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: Product slider breaks into 2 rows #1323293

    Hi,
    Thank you for your patience and for the login, I removed the script that @Yigit had added so I could test and I made a duplicate of your product, it seems that the manually added Product Purchase Button causes this with the first following product slider, if the Product Purchase Button is removed or if it is placed at the after the product sliders this doesn’t occur.
    On the duplicate product page linked below I removed all other elements one at a time, and placed the Product Purchase Button in between two product sliders to demonstrate this.
    But I’m not able to reproduce this on a new install with Enfold and WooCommerce by copying your page shortcode to it, or by manually trying to recreate, in this screenshot you will the product slider doesn’t break, please note the products are from our Shop demo so they are different from yours but the page elements and layout is yours:
    2021-10-02_006.png
    So I don’t believe this is caused by the theme, perhaps it’s from one of your 28 plugins, you could investigate further by disabling them one at a time to find the one causing the error, or if you could use @Yigit’s solution above.

    Best regards,
    Mike

    in reply to: widget format #1323290

    Hi,
    Thank you for your patience, to make the current page menu item white please add this css:

    #nav_menu-4.widget #menu-galerien > li.current_page_item > a {
    	color: #fff !important;
    }

    I’m not sure what you want to set wide, if it is the widget then try increasing the parent column from 1/5 to a larger column.

    Best regards,
    Mike

    in reply to: Enfold conflict with Tooltips Pro plugin #1323289

    Hi,
    Thank you for the video, I tried to take a look at your test site but Enfold is not activated, can you please activate it.

    Best regards,
    Mike

    in reply to: Footer Navigation is missing after the update of today #1323288

    Hi,
    Please try removing your function and adding [nolink] to the Enfold Theme Options ▸ Footer ▸ Copyright field
    2021-10-02_005.png

    Best regards,
    Mike

    in reply to: entypo-fontello missing in version 4.8.6.2 #1323285

    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: entypo-fontello missing in version 4.8.6.2 #1323272

    Hi,
    Thank you for the link to your sites, while examining your production site I saw an error in the console that pointed to the avia_framework_globals url had an unrecognized character that broke the url, this is a screenshot to show the comparison note the new line in the url:
    avia_framework_globals_error_compare.png
    this space or empty character was also visible in the permalink settings:
    permalink_url_error_compare.png
    and while I found no odd characters in your WordPress ▸ Settings ▸ General ▸ WordPress Address (URL) & Site Address (URL) re-entering the urls and saving solved
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: A few small issues and a shop page question #1323156

    Hey Dzimnikov,
    Thank you for the link to your site, I checked your orange slider button on the second slide in Chrome, Firefox, & Edge on Windows 10 desktop and the text looks centered to me.
    2021-10-01_005.png
    the emails also seem centered on large mobile (425px)
    2021-10-01_006.png
    but on small mobile the text goes off the screen as you said, you could use word-break, but since it an email I believe it would be better to reduce the font size:

    @media only screen and (max-width: 420px) { 
    	#top #main #homeamenities h4 {
    		 font-size: 18px !important;
    	}
    }

    I would also recommend reducing your font size for the slider elements on mobile, but try using the layerslider custom css field for the slider elements.
    For the cart button try this css:

    .html_visible_cart #header_main .cart_dropdown {
        right: 20px;
    }

    The login to your site didn’t work for me, but to sort your products on the shop page try going to Customizer → WooCommerce → Product Catalog and sort by most recent:
    2021-10-01_007.png

    Best regards,
    Mike

    in reply to: PDF creator avia layout architekt #1323124

    Hi,
    Thanks for your screenshot, in my first test on my desktop (1536px) the images seemed ok, but when I simulated a laptop (1024px) the images were incorrect, like your screenshot, so it seems the results will depend on the user’s device.
    Perhaps a different plugin will give a better result, or since your posts are recipes that your readers will want to save for a long time, maybe you can manually create a different print layout in a Word document and save as a PDF and link on your page, for example on allrecipes.com the web layout and the print layout are quite different, I know this would be a little more work but it might turn out to be an advantage in the long run.
    2021-10-01_055759.jpg

    Best regards,
    Mike

    in reply to: Problem on the site #1323083

    Hey Rami Madgar Laor,
    Thank you for the link to your site, I see that you are using Enfold v4.2.5 with WordPress v5.8.1
    you will need to update your Enfold version for it to work correctly with WordPress 5+
    Please also note that you will have to manually update this version via FTP because Envato changed its licensing from the API to the Token system since your version. So please manually download your update from your Theme Forest account.

    Best regards,
    Mike

    in reply to: PDF creator avia layout architekt #1323082

    Hi,
    Sorry, I don’t understand, can you explain further?

    Best regards,
    Mike

    in reply to: PDF creator avia layout architekt #1322814

    Hey melanie_erfrischt,
    Thank you for the link to your site, unfortunately, many PDF plugins have trouble with our Advanced Layout Builder elements because they try to create a print from the page source and don’t render the page first. I tested the PDF & Print by BestWebSoft plugin and found it works well with Classic Editor posts, but for it to work with Advanced Layout Builder posts you can check the option Full Page Capture to PDF
    2021-09-29_001.png
    this option takes a screenshot of the entire page and generates a PDF file from it, so the header and some other elements might show in the PDF but it allows the free version to work for you. Please see the demo links below.
    This was the only plugin I tried, so you could try more plugins and see if they have a similar option, it would be best if a plugin allowed you to exclude classes from the print, then you could remover the header and other elements you don’t want.

    Best regards,
    Mike

    in reply to: Hopefully quick queries #1322807

    Hi,
    For #2, this layout hides the image on mobile, to show try this css:

    @media only screen and (max-width: 767px){
    .responsive #top.single-post .template-blog .blog-meta {
        display: block;
    }
    .responsive #top.single-post .template-blog .entry-content-wrapper.standard-content {
    	float: left;
    }
    }

    For #1 three of the four featured images are using portfolio sized images (495×400) so their rendered aspect ratio is 216×175 the one image that is square “the podcast” is using an imagine that is 400×400 so it’s rendered aspect ratio is 216×216.
    So you could change your featured images to use the same size as you did with your one image “the podcast” or you could try this css if you don’t mind the aspect ratio being a little off:

    #top.page-id-448 #main .slide-entry-wrap .wp-post-image {
    	height: 216px;
        width: 216px;
    }

    Best regards,
    Mike

    in reply to: [av_three_fifth first] appearing on a pages I'm trying to edit #1322804

    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: Tex only in Uppercase #1322802

    Hi,
    Thank you for the link to your site I see this css in your merged stylesheet:

    .template-page .entry-content-wrapper h1,.template-page .entry-content-wrapper h2 {
        text-transform: uppercase;
        letter-spacing: 1px
    }

    Since your stylesheet is merged I can not tell where this is coming from but I believe that it is in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field please check and remove it.
    If you don’t find it then Please include an admin login in the Private Content area so we can take a look.

    Best regards,
    Mike

    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: Advanced layout builder – full screen editing #1322629

    Hi,

    @amyteslin
    you are probably using the “Block Editor” this feature was designed for the “Classic Editor” mode.
    If you have any further questions please create a new thread and we will gladly try to help you since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: [av_three_fifth first] appearing on a pages I'm trying to edit #1322628

    Hi,
    Glad Rikard could help and you were able to complete your update.
    Please ensure that via your cPanel you have deleted the theme directory /enfold/ inside /wp-content/themes/ and then uploaded the new one.
    You will note that the instructions for re-installing via FTP says this and you should do the same for cPanel.
    My concern is that you are going from v4.5.1 to v4.8.6.2 and if you only overrite the files some old ones may be left behind an cause some errors.

    Best regards,
    Mike

    in reply to: Home Page no longer loads #1322623

    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: Centering buttons from a plugin #1322621

    Hi,
    Glad Guenni007 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: Tex only in Uppercase #1322620

    Hi,
    This sounds like you have the css rule text-transform: uppercase; affecting the text, please link to a sample page so we can check.

    Best regards,
    Mike

    in reply to: Adding custom javascrtip to Enfold's Theme header. #1322615

    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: Adding custom javascrtip to Enfold's Theme header. #1322499

    Hi,
    Thank you for the login, the issue was that the donorbox script was looking for a link with the class custom-dbox-popup, but adding this custom class to the menu option adds the class to the menu li tag and not the a (link) tag, so I added this script to find your menu item and add the class to the correct place, your button is working now, please check.

    function my_donorbox_add_class(){
    ?> 
    <script>
    (function($) {
      $('#menu-item-6087.custom-dbox-popup a').addClass('custom-dbox-popup');
    }(jQuery));
    </script>
    <?php
    }
    add_action('wp_footer', 'my_donorbox_add_class');

    Best regards,
    Mike

    in reply to: How to create a caption under a big gallery item? #1322491

    Hi,
    Glad to hear, I had not tested on mobile because I was not sure if you would like this, please try this css instead for all sizes:

    @media only screen and (max-width: 767px) { 
    	#top.postid-3431 .avia-tooltip.avia-tt {
    	top: 370px !important;
        left: 30% !important;
        background-color: transparent !important;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 1023px) { 
    	#top.postid-3431 .avia-tooltip.avia-tt {
    	top: 370px !important;
        left: 26% !important;
        background-color: transparent !important;
    }
    }
    @media only screen and (min-width: 1024px) and (max-width: 1439px) { 
    	#top.postid-3431 .avia-tooltip.avia-tt {
    	top: 475px !important;
        left: 29% !important;
        background-color: transparent !important;
    }
    }
    @media only screen and (min-width: 1440px) { 
    	#top.postid-3431 .avia-tooltip.avia-tt {
    	top: 675px !important;
        left: 31% !important;
        background-color: transparent !important;
    }
    }

    feel free to fine-tune for certain sizes if you wish and after applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 13,591 through 13,620 (of 34,594 total)