Forum Replies Created
-
AuthorPosts
-
Hey themeforesttony!
It’s on multiple lines for me. Are you wanting the “Did you know?” text to display at the top? If so then add this to a codeblock element in the page.
<style type = "text/css"> .av-rotator-container-inner > strong { display: block !important; margin-bottom: 10px; } </style>Regards,
ElliottHey cthai!
Yes, there is an option for disabling the preloader in Dashboard > Enfold > Theme Options.
Regards,
ElliottHi!
The hover effect looks fine on my end. What browser and operating system are you using?
For the menu try adding this to your custom CSS.
@media screen and (max-width:999px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }Regards,
ElliottHey!
It’s working fine on my end. Some of the images your inserting with the WordPress add media button so the overlay will not display for them.
Best regards,
ElliottHi ACNLatitudes!
Perhaps a plugin like this would work, https://wordpress.org/plugins/thumbnail-upscale/.
Best regards,
ElliottHey alfaweb2!
I’m sorry but I’m not sure I understand. Are you trying to get rid of the question marks in the paragraph?
Cheers!
ElliottHey Munford!
Let’s try the following.
1. Deactivate all plugins.
2. Delete the page and recreate it.
3. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having problems after doing the above three steps then send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHey!
Increase the 42px value to 45 or something similar. They should all be the same height after that.
Cheers!
ElliottHi outofnowhere!
You can change that with the following CSS.
.avia-menu-fx { background: orange !important; }Best regards,
ElliottHi Enmodeaffaires!
Add this to your custom CSS.
#js_sort_items { background: transparent !important; }And for the pagination try this.
.pagination > span, .pagination a { background: white !important; }Best regards,
ElliottHi tnscnate!
You need to create a custom menu to use in Dashboard > Appearance > Menus.
See here for more info, https://codex.wordpress.org/Appearance_Menus_Screen.
Cheers!
ElliottHi gzelasco!
Send us a WordPress login and we’ll take a look. Be sure to set your reply as private.
Regards,
ElliottHey beezdezines!
Try adding this to your custom CSS.
.pricing-table > li { min-height: 42px; }Best regards,
ElliottHi!
All of the category images are the same for me in the dashboard and on the frontend. Did you clear your browser cache as well?
Cheers!
ElliottHi daverogers!
Hmm, I think if you set the color section to use a pixel height then it should be working.
Add this to your custom CSS.
#history, .av-section-color-overlay-wrap { min-height: 500px !important; }Regards,
ElliottHey NikitaGlas!
Try adding this to your custom CSS.
.single_add_to_cart_button, .apply_coupon, .update_cart { background-color: blue !important; border-color: blue !important; }If there are other areas then please send us a link and we’ll take a look.
Regards,
ElliottHi sjoisw!
You can use some CSS to force it like so.
.template-blog .big-preview img { max-height: 200px; min-height: 200px; }But that may make some of them look distorted. It’s most likely because some of your images are not big enough to crop to 1500 x 300. I would try using a smaller thumbnail size.
Cheers!
ElliottJune 13, 2015 at 4:47 pm in reply to: Force icons to stay side by side when viewing from mobile #458780Hey europeanhorizons!
Drag a codeblock element to the page and add this inside.
<style type = "text/css"> #av_section_1 .flex_column { width: 33% !important; } </style>Regards,
ElliottHi hdpcr!
Pages do not have categories. You will need to use posts, a custom post type, or use a plugin.
Cheers!
ElliottJune 12, 2015 at 7:57 pm in reply to: Change menu seperator from large to small at break point #458604Hi alex5252!
Add this to your custom CSS.
@media screen and (max-width: 900px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }And play around with the 900px value to change the breakpoint.
Regards,
ElliottHey!
Add this to your custom CSS.
.av-image-caption-overlay-center > p:nth-child(1) { left: 10px; position: absolute; top: 10px; } .av-image-caption-overlay-center > p:nth-child(2) { left: 10px; position: absolute; top: 30px; }And just keep adding new sections for each new span you add.
Best regards,
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hey Matt!
Your just trying to display when the post was last modified right? Try this plugin out, https://wordpress.org/plugins/site-last-modified/, it says it has a shortcode and template function available.
Regards,
ElliottHi!
So after you reset the settings the error is gone now correct? I would just reconfigure them. If you still get an error then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHi romaronline!
You gave us a link to a page. You cannot add read more tags to pages. Do you mean your adding a text link?
When I try to view your login page it just redirects me back to the homepage so I cannot login.
Cheers!
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hi laptophobo!
You can use this CSS to break it into two lines.
.main-title a { display: block; overflow: hidden; width: 400px; }If you want to stick it to one line and just hide the rest then give it a height as well.
Cheers!
ElliottHey Sealily!
I’m sorry but I’m not sure I understand. Your trying to add a new widget area to the footer? The footer already has it’s own widget areas and you can change their layout in Dashboard > Enfold > Footer.
Go ahead and take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Also send us a link to your page. You can set your reply as private if you wish.
Cheers!
ElliottHey tendersqatar!
You would need to use a plugin for that. If the plugins are causing conflicts with other plugins then it would be best to contact the plugin authors.
Best regards,
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
June 12, 2015 at 7:18 pm in reply to: blog – features image is very small – how to make it bigger? #458572Hi riverjack!
Add this to your custom CSS.
.blog-meta, .blog-meta * { height: auto; width: 180px !important; }There is also a setting in Dashboard > Enfold > Blog Layout > Blog Style to display a larger image.
Best regards,
ElliottHey LadyArtemis!
That would take a lot of time and code so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization or as an alternative you could try using the toggle shortcode, http://kriesi.at/themes/enfold/shortcodes/toggles-accordions/.
Cheers!
ElliottHi hollymedwid1!
Your talking about the red telephone number you have set as the header background correct? Your wanting to hide it on mobiles? If so then add this to your custom CSS.
@media screen and (max-width: 767px) { .responsive #top .header_bg { background: white !important; } }Cheers!
Elliott -
This reply was modified 10 years, 7 months ago by
-
AuthorPosts
