Forum Replies Created
-
AuthorPosts
-
April 8, 2015 at 6:13 pm in reply to: Print.css styling – padding around logo + overlapping title/breadcrumb #425492
Hi conversiongreen!
1. Add this to your print.css.
.html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 0px !important; }2. I thought there was an option for this somewhere but I can’t find it now for some reason. Add this to your custom CSS.
.title_container .breadcrumb { position: relative !important; right: 0px !important; }Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey gtj007!
Try adding this to your custom CSS.
.related-format-icon-inner:before { opacity: 0 !important; }Cheers!
ElliottHi!
It’s one of your plugins. Deactivate them all and reactivate them one by one to see which one is inserting the tags.
Cheers!
ElliottHey SaraMichelle!
They look the same to me. Did you get this sorted?
If your still having problems then take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottHi!
You could use the blog posts element to display posts related by category or tag.
Cheers!
ElliottHey fineart!
This looks pretty complex and I don’t think it’s going to be that easy to get working so it would have to be considered custom work.
To answer your question though, if your trying to create a new shortcode then it should probably go at the end of the functions.php file.
Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey!
Is this for the page sub navigation? If so then edit one of your pages and look to the right hand side under “Page Attributes” and there is an option there called “Order” which you can set a numerical order to the pages.
Best regards,
ElliottHey vailjazz!
For group A and C you can do this in Dashboard > Enfold > Advanced Styling.
For the mega menu titles use this CSS.
.mega_menu_title { font-size: 16px !important; }Cheers!
ElliottHi!
@AJDesignCo, You already posted about this in another topic. Please do not double post. I viewed your News page but there is a post displaying fine there. Send us a link to the exact page and take a screenshot highlighting what is going on so we can get a better idea.Regards,
ElliottHi!
If by “margin” you mean the sidebar then you can drag a text widget to your sidebar and add the code in the text widget.
Best regards,
ElliottHi!
Perhaps something like this would work.
.title_container { background: url("URL to your image") !important; }Best regards,
ElliottHey!
If it needs to go in the footer.php file then maybe around line 182 would work.
Or if you want to do it in a child theme then you could try adding this to your functions.php file.
add_action( 'wp_footer', 'enfold_customization_footer_scripts' ); function enfold_customization_footer_scripts() { ?> insert your script here <?php }Regards,
ElliottApril 8, 2015 at 5:24 pm in reply to: Page Speed Insights – Google mobile issuse with Enfold theme #425457Hi digilu!
Try installing the BWP Minify plugin, https://wordpress.org/plugins/bwp-minify/, to minify the CSS and JS.
And if you’d like you can try installing a caching plugin. Also make sure to optimize your images for the web.
Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi Autostopowicz!
Your site has a .htaccess block on it.
The logo is going to be resized to fit inside the header container. You can try adding this to your custom CSS to get rid of that.
.logo img { height: auto !important; width: auto !important; }Regards,
ElliottHey haydaw!
1. If your talking about the post meta comments then you can do it with this.
.slide-meta-comments { display: none !important; }If your talking about the post meta comments in the single post view then try this.
.comment-container { display: none !important; }2. + 3. Hmm, it’s a little hard to understand. Can you send us links to your pages and perhaps some screenshots highlighting your intentions so we can get a better idea?
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey!
I don’t see an easy way of going about that unfortunately. Your trying to move the tooltips down a bit so they display on top of each of the images correct? You could use some CSS like this.
.avia-tooltip { transform: translateY(150%) !important; }But the problem is that if you place your cursor on the tooltip then it fires the mouseout trigger of the image so the tooltip disappears.
As for the Corona license you will need to contact themeforest support about that.
Cheers!
ElliottHi dnka!
Try adding this to your custom CSS.
nav.main_menu .current-menu-ancestor > a > .avia-menu-text { color: red; }Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey richardweisskopf!
When you edit your page there is an option for setting the header style.

Cheers!
ElliottHey!
I viewed your “clemson unveils” post and it seems to be displaying fine. Is there a certain post that is having problems?
Best regards,
ElliottApril 8, 2015 at 4:36 pm in reply to: Add color bar under menu – without showing title and breadcrumbs #425415Hi!
I’m not sure. Can you send us a link to your page? That will help us out quite a bit in understanding what your trying to do.
It sounds like what you would want to do is add the widget area to your header and then use CSS to move it below your menu. Send us a link to your page and take a screenshot highlighting exactly what your trying to do so we can get a better idea.
Best regards,
ElliottApril 8, 2015 at 4:33 pm in reply to: After transfer, my old WP.com blog now sits on the Home Page -how to change? #425413Hi!
Well we don’t really have any tutorials for the demos. You just edit the pages and swap the demo content out with your own.
For some of the more advanced features such as mega menus, etc etc, you can view our video tutorials here, http://kriesi.at/documentation/enfold/videos/.
Cheers!
ElliottHi beedle!
Open up /enfold/js/avia.js and around line 895 you should see this.
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added',You can add a class or an ID of the div you want to exclude like so.
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, .yourClass a, #yourID a',Regards,
ElliottApril 8, 2015 at 4:24 pm in reply to: Enfold: Multisite – setting subsite LOGO link to a different url #425402Hi!
Hmm, I’m still getting a 404 on the screenshot link.
Cheers!
ElliottHi!
For your linkedin social URL try switching the
&to
& a m p ;And remove the spaces between them.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
April 8, 2015 at 4:09 pm in reply to: Search Magnifying Glass Icon Displaying Right Justified #425387Hey!
If you want the search icon to display with the other items instead of on the right hand side then do this.
.html_header_top.html_bottom_nav_header #top .main_menu .menu-item-search-dropdown { float: left !important; }Best regards,
ElliottHey alex5252!
I think it’s from your textblock element with all of the paragraphs inside it but I’m not sure why. Try removing the textblock and check to see if it gets resized properly.
Also, try disabling your plugins to see if they are causing weird behaviour.
Regards,
ElliottHey Richard!
Our partner/logo element would be the best way, http://kriesi.at/themes/enfold/shortcodes/partnerlogo-element/.
You can use the shortcode in a text widget in your footer or place it in your page content.
Cheers!
ElliottHi C0rien!
When you edit your menu links click on the dropdown arrow and there will be an option for changing the button style.

Cheers!
ElliottHey David!
It looks like your using Enfold 3.0.4. Go ahead and update to the latest version, 3.1.4.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHi JBkvns!
Try adding this to your custom CSS.
.read-more-link a { left: -9999px; } .read-more-link { color: red; background: red; position: absolute; bottom: 0px; right: 0px; width: 30px; height: 30px; overflow: hidden; } .read-more-link:after { content: ">"; color: white; position: absolute; bottom: 5px; right: 9px; font-size: 18px; }Best regards,
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
