Forum Replies Created
-
AuthorPosts
-
Hey!
You had all of the 3D transitions selected as well. I removed them and saved the slider. Make sure to clear your WP Supercache plugin cache and your browser cache to see the changes.
Best regards,
ElliottHi Andrea!
It would take some javascripting. You can create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
In the meantime I would try finding a plugin that offers this functionality or hire a freelancer to help you code that in.
Best regards,
ElliottMarch 4, 2015 at 5:03 pm in reply to: Avia layout builder is loading the website rather than the editor #405865Hey!
Hmm, I’m still getting a server not found error. Try contacting your hosting provider to see if everything is ok.
Regards,
ElliottMarch 4, 2015 at 5:01 pm in reply to: Contact Form: No autoresponder mail in case of comma separated target addresses #405864Hey Jan!
Can you send us a WordPress login so we can take a look? Be sure to set your reply as private.
Also make sure to check your spam folders.
Cheers!
ElliottHey johnmac1967!
Try this instead.
1/3 + 2/3And then inside the 2/3 add a 1/1 and 1/2 + 1/2.
Regards,
ElliottHey Jan!
You can do this to remove it.
.header-scrolled .main_menu, .header_scrolled .main_menu { text-shadow: 0px !important; }Regards,
ElliottHi craig_corfield!
You shouldn’t be having any issues with it. What is the error message it gives you?
Is Enfold updated? Try deactivating all of your other plugins before installing it.
Best regards,
ElliottHi vincent132132!
It looks like you would only need two color sections. The first would have a background image and the second would have some 1/3 + 1/3 + 1/3 columns with textblocks inside.
You can add an ID to the second color section and then use this CSS to get the vertical borders.
#custom .entry-content-wrapper > .av_one_third:last-child { border-right: 0 none !important; } #custom .av_one_third { border-right: 1px solid black; }Assuming “custom” is the ID you set to the color section.
Cheers!
ElliottHey!
Go ahead and update Enfold to the latest version, 3.0.8, as Andy suggested. See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
That should fix your problem but if your still having issues then send us a WordPress login (make sure your reply is set to private) and we’ll take a closer look.
I went ahead and deleted your double post. Let’s keep it in here please.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey DJQuad!
It looks like your using Enfold 3.0.2. Updating to the latest version, 3.0.8, should fix it.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHey mberschens!
We don’t have that feature yet but you can use our “widget area” shortcode with our column shortcodes to create that look.
Regards,
ElliottHey erantdo!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having the problem after doing the above two steps then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHi Bettina!
Your probably thinking of the grid row element which lets you set a background for each cell.
For the columns there is not a way to change the backgrounds but if you nest them inside a color section with an ID then you can target them with CSS that way. Send us a link and let us know which area your wanting to change.
Regards,
ElliottHi iclo!
Do you also have a category or other permalink setup that is using “series”? If so then try renaming this page permalink to something else and it should work.
Cheers!
ElliottHi brentwestwind!
Add this to your custom CSS.
.template-blog article * { max-width: 1200px !important; } .blog-meta { display: none !important; }I noticed with how you have things laid out though it looked a little weird. You may need to reduce the 1200px to something smaller.
Cheers!
ElliottHi ADMan!
You have a widget in your header and the 1 is displaying right beneath the widget so I’m guessing you did a customization to add a widget area to your header and then accidentally typed out a 1 in the file as well.
Best regards,
ElliottHi ladiesinlondon!
The footer widgets will display on all pages so navigate to Dashboard > Appearance > Widgets and drag a text widget over to one of the footer widget areas and it will display everywhere.
Best regards,
ElliottHey ladiesinlondon!
It looks like your site is under a coming soon plugin or maintenance mode. Send us a WordPress login and a link to the exact page and we’ll take a look.
Regards,
ElliottHi GrzegorzDawidko!
Navigate to Dashboard > Appearance > Menus and make sure you have a menu set to the Enfold main menu area.
If that does not help then try deactivating all plugins and send us a WordPress login.
Best regards,
ElliottHey TanteMa!
I checked your link but I do not see any italic texts. I see a lot of strong and bold tags which is turning the text green but it appears you have added those in manually.
Go ahead and take a screenshot and highlight what is going on so we can get a better idea.
Best regards,
ElliottMarch 3, 2015 at 10:26 pm in reply to: could not edit gravity form fields while using Enfold theme #405452Hey yubaba!
We are currently looking into the issue but in the meantime navigate to the gravity forms settings and set it to no conflict mode.
Best regards,
ElliottHi undervised!
The home page seems to be editing fine on my end. Try clearing your browser cache or view in a different browser.
Best regards,
ElliottHi creatiffco!
1. Add this to your custom CSS.
.template-blog .blog-meta { position: relative; left: -10px; } .rounded-container { width: 100px; height: 100px; } .rounded-container img { width: 100px !important; height: 100px !important; max-width: 100px !important; max-height: 100px !important; }2. It sounds like your talking about the author archives here. Add this.
.author .template-blog .blog-meta { margin-right: 20px !important; }Regards,
ElliottMarch 3, 2015 at 10:13 pm in reply to: logo img display none not working on mobile platforms #405444Hi ceciliahermansson!
1. Add this to your custom CSS.
.logo img { display: none !important; }2. You already have it set to 10 it looks like.
span.subtext { line-height: 10px !important; display: block !important; }Best regards,
ElliottHi RMC Developer!
If you have a post category called news then the permalink should look like this.
/category/news/If you have the postname permalink selected. That’s not how it is displaying? Navigate to Dashboard > Settings > Permalinks and make sure the category base is empty and that your permalinks are set to the “postname” structure.
Best regards,
ElliottHey ojasray!
Wordpress has a widget called “RSS feed” which you can use to display feeds on other sites. The URL would look like this.
http://www.yoursite.com/feed/?post_type=portfolioRegards,
ElliottHi ferdipm!
It should be aligned to the left by default with no margin. Are you using the left header layout?
Go ahead and send us a link to your page so we can take a look. You can set your reply as private if you wish.
Best regards,
ElliottHi tummit!
Try adding this to your custom CSS.
.miniheading, .minitext, .logged-in-as, .form-allowed-tags { display: none !important; }Best regards,
ElliottHi ptaljaard!
You can change the sidebar width in Dashboard > Enfold > General Layout > Dimensions.
If you only want to change the left sidebar then add this to your custom CSS.
.sidebar_left .container .av-content-small.units { width: 80% !important; }Cheers!
ElliottHey emilcobussen!
Try adding this to your custom CSS.
.blog-meta, .blog-meta a, .blog-meta img { width: 220px !important; max-width: 220px !important; max-height: 170px; height: 170px; border-radius: 0px !important; }Cheers!
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
