Viewing 30 results - 14,011 through 14,040 (of 244,605 total)
  • Author
    Search Results
  • #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

    #1416810

    In reply to: Privacy policy buttons

    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

    #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

    #1416807

    In reply to: Horizontal Icons List

    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

    Bryan Holley
    Guest

    You are providers of a Theme Version, Kriesi, for my website, started in 2013. A WordPress autoupdate and a conflict with one of your Themes has destroyed my website, every page, every bit of content. I have been in contact with SiteGround and they suggest my conflict can be resolved by a Kriesi Enfold Theme Update. I am asking Kriesi support human beings to contact me directly, so I can try to bring my website back. I asked SiteGround to provide me with an email address to a human being because of this clusterfuck, and this contact form is the best they could do. We have such great companies now, they hide from their own customers. SiteGround support staff suggest this:
    “As for restoring your website in a working condition, it will not be possible with the current application setting.

    The core files of your application require PHP above 7.0, and your theme version requires PHP 5.6 or below, and both conditions cannot be covered simultaneously.

    That being said, this should be resolved with a theme version update.”

    Imagine you are a musician who teaches and plays and performs music and only wants to help people learn to play and sing, so decided to have a website. Imagine 10 years of work into teaching hundreds of people only to see your website destroyed by someone else, a tech company, software on autoupdates, somewhere, run by someone, for some kind of goals, I guess . . .

    #1416795
    Debauge
    Guest

    Hi,

    That’s not a pre sale question but i hope that you will help me. I bought Enfold for my website more than 6 month ago, but i didn’t had the time to make the migration between the actuel site which use a free theme of wordpress. Now i have time … and i would like to do the migration. When i try to install a demo, i have the cURL error 28. I ask OVH but they told me that it’s possible that your servers and OVH can’t communicate or are blocked. Is it possible for you to help me ? I would like to install the demo “gym”, but actually i work on a “clone” with WP Staging to make tests off line.

    Many thanks for your help.

    #1416792
    Sean Moody
    Guest

    Hello thee, I use Enfold theme for many of our websites and am curious if I can purchase a support package so that I can ask questions related to the theme. We buy several copies a year but they do run out and I would like continued support.

    Thanks,
    Sean Moody

    #1416790
    JeSchami
    Participant

    Dear Enfold Team,
    I need a filter option on a listing is this possible or do I need an additional extension here? On this page you can see what I want to build: https://aufschwungalt.de/ueber-uns/unsere-referenzen/

    I want to create forms with an automatic confirmation email. How can I create this?

    #1416788

    Hi, I am using enfold. There is an element called ‘Special Heading’. It has a light gray horizonal line after the text. What is the CSS to change the color of the horizonal line only?

    Example:
    My Title —————————

    #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

    #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

    #1416781
    Monica
    Guest

    Hi,
    I have a virus (spam link injection) on my website. Could the virus have appeared due to an un-updated Enfold theme?
    Which is currently the version of the Enfold theme?

    Regards
    Monica

    #1416780

    In reply to: Privacy policy buttons

    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

    #1416777

    Hi,

    Thanks for the update. If you are seeing different results depending on if you are logged in or not, then it’s most likely a problem with caching. Please try clearing all caches, or deactivate caching altogether. Also please try to toggle the File Compression and Delete old CSS/JS files settings under Enfold->Performance.

    Best regards,
    Rikard

    #1416759
    sitesme
    Participant

    Hello,

    I am not finding the URL/link option on Text Block editor to simply add a link to a particular text. Before this was showing as soon as I select a piece of text. There was also a URL button to click and add the URL which is no longer visible to me: https://dns.d.pr/i/So0iDG/2mPEb568hK

    Is this a WordPress editor issue or caused by Enfold builder? I can see the “new editor” is powered by Tiny editor.

    Thank you in advance.

    #1416755

    In reply to: Animated numbers

    Hi,

    Thanks for that. The numbers are red on my end when logged in, but not when logged out. That would indicate a problem with caching. Please try to clear all caches, and try to toggle file compression and delete old css/js files settings on and off under Enfold->Performance as well. If you should still get the same results after that, then please try to turn off caching completely on the site.

    Best regards,
    Rikard

    #1416752

    In reply to: Framed pictures?

    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

    #1416751

    Hi Rikard,

    Thank you for your response. I was on vacation, hence the late response.

    I added the quick CSS area in Enfold. For as far as I know I don’t have anything on the site with tis modifying the loading of CSS. WPRocket maybe? I don’t know. But now you say it. I do have a problem with animated numbers on the homepage that suddenly seem grey. And disappearing arrows on the homepage. Do the have anything to do with this?

    Thanks in advance.

    #1416740
    pmphilipps
    Participant

    Hi,
    Most of my text bloc are in default setting in styling, I see here that you propose CSS code to change the align, but why and how is posible to change the default align setting ? if there is a default is to changed ! No ?

    But I don’t find any default setting in the Enfold option.

    #1416726

    Hey Steve,
    Thank you for the link to your site, to fix your header after scrolling try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #header.header_color .header_bg {
        background-color: transparent;
    }

    for a border around a linked image, try this:

    a.avia_image:hover {
    border: 2px solid #ff0000;
    transition: none;
    }

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

    Best regards,
    Mike

    Jovan Mabilin
    Guest

    I am currently using Enfold Theme v3.3.2..

    I have this problem using av_blog where page/2, page/3, and so on, will always show the same results as Page 1. I have looked everywhere but I can’t seem to resolve it.

    I’m also afraid that updating the theme will lose all of our SEO rankings.

    Does updating Enfold theme (3.3.2) affect SEO ranking? Also, does updating our Enfold theme will fix the issue on our Blog Page?

    #1416711

    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

    #1416706

    Hi,
    The font weight at Enfold Theme Options ▸ Advanced Styling ▸ All Headings (H1-H6) was set to standard which uses the theme default of 600.
    I changed it to normal so it will be 400
    Enfold_Support_3005.jpeg
    Our choice of words may have been confusing, “standard” is the theme default, “normal” is probably what you may call normal/standard.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1416697

    In reply to: Privacy policy buttons

    Hi,

    #top .avia-cookie-consent.avia-cookiemessage-bottom {
        position: fixed !important;
    }
    #top .avia-button.avia-cookie-consent-button {
    	 border-radius: 50px;
    	 word-break: break-word;
         overflow-wrap: break-word;
         white-space: break-spaces;
    }

    Enfold_Support_3003.jpeg

    Best regards,
    Mike

    #1416695

    Hi,
    The slideshow button is set to bold by default, to change try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #main .avia-slideshow-button {
    	font-weight: normal;
    }

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

    Best regards,
    Mike

    #1416694

    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

    #1416692

    Hi,
    Glad Nikko was 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

    #1416689

    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

    #1416675
    waterwalk
    Participant

    I saw a ticket for this already but it had been closed down. It looks like a lot of people have had this problem where the foot displays default content instead of the content i have created. It never used to do this so I am unsure what has caused it. I have gone through all the options for fixing this issue and none of the suggestions worked for fixing the issue.

    Problem: Footer no longer displays correct content with a section on ‘here are some interesting links’ that I cannot get rid of. It will not display widgets and it also will not display an alternate page that I assign it for the footer. It does still display the socket but not the footer.

    I tried all the suggestions:
    – Deleting the child theme footer.php file (then footer did not display at all)
    – Replacing the child theme footer.php file with the default Enfold footer.php file – this resulted in no change with the footer still display default content.
    – WordPress and Enfold are updated and current

    I am unable to get rid of all that junk content in the footer so for now I have had to completely shut the footer off so it doesn’t display. We need the footer working again so I have created temporary credentials for you (as you did for the people in the other post). I will put those in the private content section. Your help would be appreciated and if you get it working please let me know what had to be done so i know if the problem arises in the future. Thx.

    #1416658

    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

Viewing 30 results - 14,011 through 14,040 (of 244,605 total)