Forum Replies Created
-
AuthorPosts
-
Hi Annemarie!
You should be able to place the CSS in the Quick CSS field. Perhaps you need to use the !important override like so.
a { color: red !important; }Or you could add it to a child theme stylesheet, http://kriesi.at/documentation/enfold/downloads/.
Regards,
ElliottHi endoradigital!
Create a new portfolio category called “special” or something similar and assign whatever posts you want to display to that category. You can then select that category in the portfolio grid so only those posts display.
Regards,
ElliottHi Daniel!
Your using Enfold 3.0.2. The latest version is 3.2.3. See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Regards,
ElliottHey envatojlc!
Pages do not have categories in WordPress by default. Perhaps you could use a plugin, https://wordpress.org/plugins/add-category-to-pages/.
Best regards,
ElliottJuly 15, 2015 at 8:14 pm in reply to: Woocommerce product-category Title and Description not showing up #473959Hi Christine!
If you have set a description for the product category then it should be displaying in your archives. Send us a link to one of your product categories where you have set the description and we’ll take a look.
Be sure your using the latest version of Enfold, 3.2.3, and all plugins are deactivated while testing.
Best regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hi tredition!
Try opening up /enfold/includes/loop-index.php and on line 30 you should see this.
$blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "content";Try adding this on the next line.
if (is_archive()) { $blog_content = "excerpt_read_more"; }Cheers!
ElliottHey pedronx!
Most of the images used in Enfold will scale automatically to fit the screen size. Send us a link to your page and let us know what your trying to do and we’ll take a look.
Cheers!
ElliottHey amannr!
It doesn’t sound like a theme issue. Does it happen when the default theme is activated?
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 trouble after doing the above two steps then send us a WordPress login and we’ll take a look.
Cheers!
ElliottHi sjasen!
It’s because it will span the amount of the “maximum container width” you have set in the Enfold settings. You have your header set to span 100% of the screen so it looks a little weird.
You can override it with this CSS.
.avia-slideshow .container { max-width: 100% !important; }Or just change the “maximum container width” value.
Best regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey JPVNVRN!
Perhaps you need to switch to the Visual editor instead of the Text editor?
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 trouble then send us a WordPress login and we’ll take a look.
Best regards,
ElliottHi Athen!
When you create a new page / post the default editor will be displayed instead of the advanced layout editor so there should not be any need to “disable” it.
If you want to hide the button then you can add this in the /enfold/config-templatebuilder/avia-template-builder/assets/css/avia-builder.css.
#avia-builder-button { display: none !important; }Regards,
ElliottHi Hindy!
It looks like your using Enfold version 3.0.8. You’ll want to update to the latest version, 3.2.3.
See here for updating to the latest version, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottHi cindybase!
It looks like you have the header set to be transparent. Edit the page and set it back to “No Transparency”. That will make it so your content is not shoved up behind it and the correct styles are applied.
Best regards,
ElliottHey Hindy!
Hmm, if you have purchased Enfold then you should be seeing it in your downloads section. Themeforest support has not replied to you yet?
Once they get that sorted try updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottHi zOrg!
Try this out.
main { padding-top: 0px !important; }If that’s not working then send us a link to your page and we’ll take a look.
Cheers!
ElliottHey KWiesner!
Posts show the featured image by default but pages do not. You could just use the image shortcode and add one to the page manually.
Cheers!
ElliottHey Matteo!
It looks like your using our image shortcode there. In the shortcode options click on the “Link Settings” tab and you can control whether it opens up in Lightbox or links to another page, etc etc.
If your typing the link out manually then add a class of “noLightbox” to it.
Regards,
ElliottHey cthai!
You’ll need to edit the blog shortcode or create your own. This is kind of bordering on custom work though.
If you would like to try and tackle it on your own then the file your wanting is /enfold/config-templatebuilder/avia-shortcodes/blog.php.
Best regards,
ElliottHey!
Yes, the category archives will use the same layout as the blog layout you set there.
Regards,
ElliottJuly 15, 2015 at 5:07 pm in reply to: Content shift when two images are placed in a 1/3 layout section #473868Hi mxshi!
You have some custom CSS which is changing it’s margins.
.home .avia-builder-el-4 { margin-left: 0; margin-top: 20px; }Best regards,
ElliottHey Fred!
Are you sure it’s in a codeblock element? Send us a link to the page and a WordPress login and we’ll take a look.
Make sure your using the latest version of Enfold, 3.2.3, and that all plugins are deactivated while testing.
Regards,
ElliottHi!
Your menu looks fine on my end. Can you take a screenshot and highlight what your seeing?
Best regards,
ElliottHi kristinmatysik!
I checked your services page but you had the layout set to fullwidth with no sidebar so I’m not sure I understand. Go ahead and take a screenshot highlighting what is going on so we can get a better idea.
Cheers!
ElliottHi Jobstrijker!
Try dragging a codeblock element to your page content and add this inside.
<style type = "text/css"> .av-special-heading-tag { margin-top: 0px !important; } </style>Regards,
ElliottJuly 15, 2015 at 4:23 pm in reply to: Problem with improved user experience (PageSpeed Insights) #473841Hey!
I don’t think that’s going to matter at all but you can give them some more space with this CSS.
@media screen and (max-width: 500px) { .social_bookmarks > li { margin: 0 10px !important; } }Regards,
ElliottHey!
I thought you were talking about a product post. So did you set your shop page in the Woocommerce settings to be the same as your front page?
Try adding this to your child theme functions.php file.
if(!function_exists('avia_title_args_woopage')) { add_filter('avf_title_args','avia_title_args_woopage', 10, 4); function avia_title_args_woopage($args) { if(is_single() && is_product() || is_front_page() || is_home() ) { $args['heading'] = "strong"; } return $args; } }Cheers!
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey!
Try adding this to your custom CSS.
#socket .container { text-align: center; } #socket .container > * { display: block !important; float: none !important; } #socket .social_bookmarks { margin: 0 auto !important; width: 100px !important; }Regards,
ElliottHey!
Send us a link to your page and take a screenshot highlighting the exact changes your trying to do and we’ll take a look.
Regards,
ElliottHi!
Try switching it to this.
#top label.hidden { display: block !important; visibility: visible !important; }Cheers!
ElliottHi!
If you did this, https://kriesi.at/support/topic/proper-way-to-create-blog-subdirectory-and-posts/#post-472522, then it should not be adding it to the portfolio posts.
Make sure to refresh your permalinks after editing the file to see changes.
Best regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
-
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
