Forum Replies Created

Viewing 30 posts - 5,851 through 5,880 (of 34,721 total)
  • Author
    Posts
  • in reply to: Issue with Enfold Theme After PHP Upgrade #1416892

    Hey tuncaycicek,
    I believe this is the same as this issue which was corrected in an update, please ensure that you are using v5.6.5
    Also please note Guenni007’s comment in the thread that a plugin may also cause this, so after updating try disabling your plugins and check.
    Also note that if you are using a child theme footer.php & header.php and these do not match the current footer.php & header.php, this will cause errors in your theme. We do not recommend adding these files to your child theme, it is the most common reason for errors when updating. Please remove these files and any customizations you wish to make should be done in your child theme functions.php

    Best regards,
    Mike

    in reply to: Social Icons hover circle color #1416890

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

    #top #wrap_all .social_bookmarks .social_bookmarks_facebook:hover a{color:#708e40; background-color:#fff; }
    #top #wrap_all .social_bookmarks .social_bookmarks_mail:hover a{color:#708e40; background-color:#fff; }
    #top #wrap_all .social_bookmarks .social_bookmarks_linkedin:hover a{color:#708e40; background-color:#fff; }
    #top #wrap_all .social_bookmarks .social_bookmarks_instagram:hover a{color:#708e40; background-color:#fff; }

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

    Best regards,
    Mike

    in reply to: enfold header with elementor footer #1416889

    Hi,
    Thanks for the feedback, it sounds like the closing tags for #main & #wrap_all will need to be added to:
    single.php
    page.php
    archive.php
    so the footer.php can be replaced by Elementor.
    Give this a try and only leave the closing /body & /html in the footer file as a test.
    If this works for you you can add those files to your child theme.

    Best regards,
    Mike

    in reply to: Privacy policy buttons #1416886

    Hi,
    Very good, we will close this thread as complete for the cookie bar customization into a cookie popup as you asked for, your welcome.
    As for your new cookie management question, please see our cookie documentation, were you will see that you can change or add buttons to say whatever you want them to say, the “functionality” cookie would be like Google fonts & Google Maps the “marketing” cookie, would be like Google Analytics or any third party tracking that you have installed.
    I recommend using the provided cookie options in the theme settings, and rename or add buttons as the options allow, as it may be very difficult to completely redesign the cookie management panel. If you feel the cookie management panel is inadequate or needs further features, please submit a Github Feature Request as it is for users to place requests and follow them as they are reviewed.
    If you need further help after reviewing the documentation, please open a new thread and try to explain what you want to achieve in detail. Thank you for your understanding and patience.

    Best regards,
    Mike

    in reply to: Increase the size of social icons in header #1416880

    Hey stephaniebLOS,
    Thank you for the link to your site, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all .social_bookmarks li a {
    width: 40px!important; 
    line-height: 40px!important; 
    min-height: 40px!important; 
    font-size: 20px!important; 
    }
    
    #top #wrap_all .social_bookmarks li {
    height: 40px!important; 
    width: 40px!important; 
    }
    
    #top #wrap_all .social_bookmarks {
      height: 60px!important;
    }

    feel free to adjust to suit and clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Horizontal Icons List #1416878

    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: Image Link Masonry Galery #1416877

    Hi,
    Thank you for the link to your site, the column that the masonry gallery element was in had a column link to your about page, I removed this link for you and now the masonry links work correctly.
    Enfold_Support_3029.jpeg

    Best regards,
    Mike

    in reply to: Footer: Social media icon #1416872

    Hi,
    The footer is four columns but the section above is three columns, can you make the footer three columns so they will be the same width and line up?

    Best regards,
    Mike

    in reply to: Privacy policy buttons #1416871

    Hi,
    Inside the Settings ▸ Cookie and Privacy Settings ▸ Privacy Policy tab the height of the container is the same for each tab, this can not be changed, it is just that the Privacy Policy doesn’t have as much content as the other tabs.
    Please note that we ask that each thread sticks to one topic, your requests are now beginning a new topic, so please start a new thread. This thread is very long and we should stay focused on the cookie bar customization into a cookie popup. Currently we have achieved what your request was so unless there is anything else we can assist with on this specific customization, shall we close this then?

    Best regards,
    Mike

    in reply to: Add Links / URLs into Text Block #1416850

    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: enfold header with elementor footer #1416849

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

    Best regards,
    Mike

    in reply to: Privacy policy buttons #1416848

    Hi,
    To add some space between the red buttons in Settings ▸ Cookie and Privacy Settings add this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 384px) { 
    	.avia-cookie-consent-modal-buttons-wrap .avia-cookie-consent-button.avia-cookie-consent-button-4 {
    		margin-bottom: 20px;
    	}
    }

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

    Best regards,
    Mike

    in reply to: Privacy policy buttons #1416819

    Hi,
    The banner is visible, the red buttons work fine.
    Enfold_Support_3025.jpeg

    Best regards,
    Mike

    in reply to: Footer: Social media icon #1416818

    Hi,
    As I understand you want the footer columns to line up on the left with the line above Ring til os
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #footer .flex_column.av_one_fourth:first-child {
    	padding-left: 40px;
    }

    Please see the screenshot in the Private Content area.
    I posted the css to underline your lines in two other threads, but here it is again:

    #top a:hover {
    text-decoration: underline;
    }

    Best regards,
    Mike

    in reply to: Socket: Font #1416816

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

    #socket span {
    	font-size: 16px;
    }
    #top a:hover {
    	text-decoration: underline;
    }

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

    Best regards,
    Mike

    in reply to: Switch Between Languages #1416815

    Hey ballindigital,
    Are you using a plugin like WPML for your translations? If so this includes a language selector.
    If you are manually translating your pages then try using the secondary menu in the topbar, Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Header Secondary Menu to your sites.
    I assume that you will have two sites on sub-domains for your two languages and your menu will point to the two sites.

    Best regards,
    Mike

    in reply to: Team Member Designation #1416814

    Hey sarthakchoudhary,
    Please install our Avia Special Character Converter Plugin this will allow you to add a line break in the field using this code ###lt###br###gt###
    Enfold_Support_3021.jpeg
    You can read more about the Avia Special Character Converter Plugin here ▸ Using special characters

    Best regards,
    Mike

    in reply to: Does updating Enfold theme (3.3.2) affects SEO ranking? #1416813

    Hey Jovan Mabilin,
    Thanks for your question, your theme version is very old and the theme no longer uses page/2, page/3, and so on, now it uses ?avia-element-paging=2 see this page for example, so yes this issue has been solved. But if you have SEO traffic to page/2 then you will get 404 errors unless you use a redirect plugin, you may take a hit in SEO until your new pages are listed correctly, but your old pages were an error anyways so they are not helping you.
    Since v3.3.2 Enfold has improved a lot and is much better for SEO now.

    Best regards,
    Mike

    in reply to: Support for Enfold #1416812

    Hey Sean Moody,
    Thanks for your question, you can renew your support in your Theme Forest account.

    Best regards,
    Mike

    in reply to: cURL error 28 when trying to install a demo #1416811

    Hey Debauge,
    Thanks for your question, this is an on going issue with the host OVH, if you are using a localhost version to work with offline then you should be able to import the demo in your localhost and then clone to your OVH host. This is a solution many OVH users have used.

    Best regards,
    Mike

    in reply to: Privacy policy buttons #1416810

    Hi,
    I fixed the buttons for you, Please note that 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.
    If you don’t see it on desktop then logout and use a incognito browser:
    Enfold_Support_3011.jpeg
    Enfold_Support_3009.jpeg

    Best regards,
    Mike

    Hi,
    Thanks for the login I tried the snippet above but it doesn’t seem to work, so I asked the rest of the team for advice. Thank you for your patience.

    Best regards,
    Mike

    in reply to: Hide Post on Single Post #1416808

    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: Horizontal Icons List #1416807

    Hi,
    To make them larger and add a color on hover try this css:

    .horizontalicons .iconlist_icon {
    width: 48px!important; 
    height: 48px!important; 
    line-height: 48px!important; 
    min-height: 48px!important; 
    font-size: 15px;
    }
    
    #top .avia-icon-list-container.horizontalicons li:first-child .iconlist_icon:hover {
    	color:#fff; background-color:#37589b; 
    }
    #top .avia-icon-list-container.horizontalicons li:nth-child(2) .iconlist_icon:hover {
    	color:#fff; background-color:#a67658; 
    }
    #top .avia-icon-list-container.horizontalicons li:nth-child(3) .iconlist_icon:hover {
    	color:#fff; background-color:#419cca; 
    }
    #top .avia-icon-list-container.horizontalicons li:nth-child(4) .iconlist_icon:hover {
    	color:#fff; background-color:#9fae37; 
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    Enfold_Support_3013.jpeg

    Best regards,
    Mike

    in reply to: Text block: Underlined link #1416786

    Hey Lene,
    I assume that you mean on hover, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top a:hover {
    	text-decoration: underline;
    }

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

    Best regards,
    Mike

    in reply to: Demo import not possible #1416782

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .hr-custom .hr-inner.inner-border-av-border-fat {
        border-top-width: 6px;
    }

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

    Best regards,
    Mike

    in reply to: Privacy policy buttons #1416780

    Hi,
    To adjust for these changes, please remove all of the precious code and use this instead:

    #top .avia-cookie-consent.avia-cookiemessage-bottom {
    	bottom: unset;
    	left: unset;
    	margin: 0;
    	position: fixed !important;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    }
    #top .avia-cookie-consent.avia-cookiemessage-bottom .container {
    	transform: translate(0,30%);
    }
    #top .avia-cookie-consent .avia-cookie-consent-button {
    	display: block;
        width: 40%;
        margin: 10px auto;
    }
    #top .avia-cookie-consent p {
    	 display: block;
    	 padding-bottom: 20px;
    	 font-size: 18px;
    }
    #top .avia-button.avia-cookie-consent-button {
    	 border-radius: 50px;
    }
    @media only screen and (max-width: 767px) { 
    	#top .avia-cookie-consent.avia-cookiemessage-bottom {
    	width: 90%;
    	height: 80%;
    	}
    	#top .avia-cookie-consent .avia-cookie-consent-button {
        width: 90%;
    	}
    }
    @media only screen and (min-width: 768px) { 
    	#top .avia-cookie-consent.avia-cookiemessage-bottom {
    	width: 50%;
    	height: 50%;
    	}
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    Enfold_Support_3009.jpeg
    Enfold_Support_3011.jpeg

    Best regards,
    Mike

    Hi,
    Generally you would add it to a function in your child theme functions.php like this:

    function custom_script() { ?>
      <script>
    //add script here
      </script>
      <?php
    }
    add_action('wp_footer', 'custom_script');

    Best regards,
    Mike

    in reply to: Image size not full width in blog post #1416754

    Hi,
    It looks like it is working when I check, the words stay in the column and do not overflow.

    Best regards,
    Mike

    Hi,
    Glad to hear that you have this sorted out, if a gif was not playing on page load then I would try this or this.
    Shall we close this thread then?

    Best regards,
    Mike

Viewing 30 posts - 5,851 through 5,880 (of 34,721 total)