Forum Replies Created

Viewing 30 posts - 13,891 through 13,920 (of 34,601 total)
  • Author
    Posts
  • 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: Website taken over/theme updates #1315861

    Hi,
    If you are in contact with the previous developer you could ask him to create a Token for you.
    I didn’t find any information about transferring a license on Envato but you could ask them, they issue and control all of our licensing, we do not have access to license holder info nor can we issue licenses.

    Best regards,
    Mike

    Hi,
    Thanks for the feedback you can do that this way:

    #top .avia-bullet {
        border: none;
        padding:0;
        margin: 0 10px 0 0!important;    
    }
    #top .avia-bullet:before {
        content: "\e812";
        font-family: 'entypo-fontello';    
        font-size:11px;
        line-height:1em;
        position:absolute;
        top:10px;
        left:-3px;
    }

    this example replaces the arrow with a check mark, just replace the font-family & font code with yours.
    If you wish to use an image instead just replace the font & content with a content url, for example:
    content: url(https://img.icons8.com/officel/40/000000/plus-math.png);
    and then adjust your size & position to suit.

    Best regards,
    Mike

    in reply to: Preistabellen anpassen – bitte um Hilfe! #1315847

    Hi,
    I wrote the following css to include the font-size & font-family so that you can change if you wish, just remove if you don’t.
    I also wrote the colors of the rows so you might change in the future, even though right now the third row is the only one that is different, the first rule is for the first row, the second rule is for the second and fourth rows, and the third rule is for the third row.

    #after_submenu_1.main_color .avia-table.avia-data-table .avia-heading-row:nth-child(1) > th {
    	 color: #662f1c;
    	 background-color: #efe6d0;
    	 font-size: 14px;
    	 font-family: alice;
    }
    #after_submenu_1.main_color .avia-table.avia-data-table .avia-heading-row:nth-child(2n+2) > th {
    	 color: #662f1c;
    	 background-color: #efe6d0;
    	 font-size: 14px;
    	 font-family: alice;
    }
    #after_submenu_1.main_color .avia-table.avia-data-table .avia-heading-row:nth-child(3) > th {
    	 color: #662f1c;
    	 background-color: #fffbf3;
    	 font-size: 14px;
    	 font-family: alice;
    }

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

    Best regards,
    Mike

    in reply to: Fullscreen slider problems #1315839

    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

    Hi,
    Thanks for the feedback, on your homepage you have the Header visibility and transparency setting Header is invisible and appears once the users scrolls down
    you need to change this to either No transparency or Transparent Header depending on which you prefer
    2021-08-09_001.png

    Best regards,
    Mike

    in reply to: Fullscreen slider problems #1315824

    Hi,
    Glad that helped, please try including this css

    #top #fullscreen_slider_1 .slideshow_align_caption > h2 {
        margin-bottom: 0;
        line-height: 27.6px;
    }
    #top #fullscreen_slider_1 .avia-slideshow-button {
        margin: 0;
    }
    #top #fullscreen_slider_1 .slideshow_align_caption > br {
        display: none !important; 
    }

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

    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

    Hi,
    Thanks for the feedback, please try adding this css:

    @media only screen and (min-width: 641px) and (max-width: 1007px) {
    .av-burger-menu-main.menu-item-avia-special,
    .av-burger-menu-main.menu-item-avia-special:hover {
    	z-index: 110;
    	position: relative;
    }
    .av-main-nav {
        z-index: unset;
    }
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Sorry I’m not sure that I understand, the first url you gave is not working as a site, it seems to be a “parked domain”
    the new url has a header and burger menu sticking to the top, as for the same with the homepage with that url, but neither page has a “topbar”.
    Perhaps you can try explaining a little more in detail, maybe screenshots would also help.

    Best regards,
    Mike

    in reply to: Layout Element not adjusting to smaller screens #1315173

    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

    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: The link you followed has expired. #1315169

    Hey mrwiz,
    Thank you for your patience, this sounds like your webhost doesn’t have the PHP ZipArchive Extension enabled so WordPress can not extract the zip file. Please ask your webhost to enable it.

    Best regards,
    Mike

    Hey joerka27,
    Thank you for your patience and for the link to your site, I found that your caching plugin has this css rule setting the max-height of your blog element to 800px

    @media screen and (min-width: 768px){
    .avia-content-slider-inner {
        min-height: 800px !important;
        max-height: 800px !important;
    }}

    please disable your caching plugin and the theme compressing and minification and find this custom rule in your Quick CSS or WordPress ▸ Customize ▸ Additional CSS and remove this.

    Best regards,
    Mike

    in reply to: Image not displaying in portfolio grid #1315166

    Hey icphillips,
    Thank you for your patience and the link to your site, the dev team released another update v4.8.6 to address this, I see you are using v4.8.5 please try this new update. Please also disable any caching plugins and the theme compressing and minification and resave the theme settings to rebuild the css files.

    Best regards,
    Mike

    Hey koraytastan,
    Thank you for your patience, I’m not sure if I can see your site but to make your topbar sticky disable the “Unstick topbar” option
    2021-08-07_007.png

    Best regards,
    Mike

    in reply to: Logo Area Custom Background on Mobile #1315162

    Hi,
    Glad to hear, well done!
    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 not working after update to 4.8.6 #1315161

    Hey Debra,
    Thank you for your patience and the link to your site, but I was not able to login, please check:
    2021-08-08_004.png
    I see that the blue background color of your accordion is from your caching plugin “wpo-minify” please try disabling your plugin and resaving your theme settings to rebuild the css files, then clear your browser cache.
    What color is the accordion suppose to be?

    Best regards,
    Mike

    Hey onurkurtic,
    Thank you for your patience and the link to your site, I don’t see your error in the console or in the DOM, were are you seeing the error?
    I have not seen this elsewhere.

    Best regards,
    Mike

    in reply to: Layout Element not adjusting to smaller screens #1315157

    Hi,
    Thank you for your patience and the screenshots, I don’t have an iPad but I was able to reproduce it with my Chrome dev tools for the screen widths 1024px ▸ 1440px
    at this size the heading text in the first column is over flowing the form, I recommend increasing the max-width of the container to allow the column a little more space.
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (min-width: 767px) and (max-width: 1440px) { 
    	.responsive #top.page-id-14210 #main > #av_section_2 > .container {
    		max-width: 95%;
    		padding: 0;
    	}
    }

    This seems to help a lot, another adjustment you could make is to reduce the heading font size a little:

    @media only screen and (min-width: 767px) and (max-width: 1440px) { 
    	#top.page-id-14210 #wrap_all .av-inherit-size .av-special-heading-tag {
        font-size: 0.8em;
    }
    }

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

    Best regards,
    Mike

    in reply to: URGENT: Avia Layout Builder won't open any pages #1315154

    Hi,
    I see this was solved in a duplicate thread, 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: Avia Layout Builder Still Won't Open Pages URGENT #1315152

    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

    in reply to: catalogue element #1315150

    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

    in reply to: Website getting errors trying to upgraded to php 8 #1315149

    Hey armyranger882002,
    Thank you for your patience, the errors above are for WordPress core files, in my research this seems to be caused by the mysqli PHP extension is not enabled
    I recommend asking your webhost for assistance, I have seen many issues with PHP v8 and would recommend sticking with v7.4 for now.

    Best regards,
    Mike

    in reply to: Page Scroll Up on Accordion Click #1315142

    Hi,
    Glad we were able to help and thanks for the kind words, 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: Overlapping rows in portfolio grid #1315141

    Hi,
    Thank you for the link to your site and for the test page, I found that the SiteGround Optimizer ▸ Lazy Load Media is the cause of the issue, I left the option enabled but you will find that disabling solves.

    Best regards,
    Mike

    in reply to: Image Caption Overlay Text Color Changed with Update #1315140

    Hi,
    Thank you for the link to your site, this seems to be a caching issue because when I click the Hummingbird ▸ See this page unminified in the admin toolbar the captions return to white. I tried clearing your cache but it didn’t solve so I added this css in the WordPress ▸ Customize ▸ Additional CSS field:

    #top.home .av-image-caption-overlay-center p {
    	color: #fff;
    	font-size: 24px;
    }

    and it did solve, it should not cause any problems in the future unless you want to change the color but I expect that you can remove it after a few more cache flushes, try checking in a week.

    Best regards,
    Mike

    Hi,
    Glad this helped, I also forward the feature request for the dev team to review. Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Enfold: Center Small bar above Main Menu #1315134

    Hi,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_add_to_cart', 10 );

    Best regards,
    Mike

    in reply to: Page Scroll Up on Accordion Click #1315133

    Hey Mohamad,
    Thank you for your patience, can you please check the toggle “WHAT ARE THE 3 VOUCHERS GRANTED WITH THE COURSE?” as the content is not showing, perhaps there is a nested div error causing the issue.
    Also can you include an admin login I would like to disable this script temporarily:

    
    jQuery(window).load(function(){
    	jQuery('.open-popup-link').addClass('no-scroll');
    	jQuery('.open-popup-link').magnificPopup({
    		type:'inline',
    		midClick: true,
    		callbacks: {
    			beforeOpen: function () {
    				jQuery('body').css("overflow-y", "hidden");
    			},
    			close: function() {
    				jQuery('body').css("overflow-y", "auto");
    			},
    		},
    	});
    });
    

    Can you also link to a couple of similar pages where this is not happening, on those pages are the toggles at the top of the page?

    Best regards,
    Mike

Viewing 30 posts - 13,891 through 13,920 (of 34,601 total)