Forum Replies Created
-
AuthorPosts
-
Hey!
We just have basic styling of lists. You can use our icon list element and give it some styling so they look smaller like how your wanting there.
Or you could use a plugin. There are quite a few out there. I have not used any myself though. Perhaps the shortcodes ultimate plugin has a list shortcode like the striking theme does, https://wordpress.org/plugins/shortcodes-ultimate/screenshots/.
Cheers!
Elliott- This reply was modified 8 years, 9 months ago by Elliott.
Hey!
Hmm, well I don’t see anything out of the ordinary. I don’t have an actual tablet to view on though. Can you take a screenshot of what your seeing and let us know which device / browser your using?
Cheers!
ElliottHey!
So the two images circled in red. Your wanting their HTML to be inside the menu container right?
Have you tried the “ava_inside_main_menu” or the “ava_after_main_menu” hooks?
Regards,
ElliottHi!
So your wanting the yellow menu to appear on top of the image above it? You can insert a screenshot by clicking on the “img” button in the editor when writing your reply. You can host your image at imgur.com or some other image hosting site.
Best regards,
ElliottFebruary 9, 2016 at 4:11 am in reply to: Responsive and problem in sidebar (other grid system ?) #580053Hi artemis25!
Please do not double post.
1. Add this to your custom CSS.
.avia-layerslider { border: 0px !important; }
2. I’m not sure what’s going on with the plugin. I would try uploading a fresh copy of the theme and contact the plugin authors to see if they have any idea on what it could be.
Best regards,
ElliottFebruary 9, 2016 at 3:58 am in reply to: To tweak the "elegant blog" layout: what file do I need to edit? #580049Hey!
I see. It looks like you can find most of the CSS around line 2000 in the /enfold/css/layout.css file.
Regards,
ElliottHi!
It’s because of the CSS your using on the header widget. Try this out instead.
#header .widget { right: 20px; padding-top: 0; position: absolute; top: 20px; z-index: 999; }
I don’t have an iOS device so I’ll flag this for the rest of our team to check on iOS.
Best regards,
ElliottHey ramius86!
The images are the same size? What happens when you try in a new page?
Send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHey dennisveeken!
Is your WordPress language set to Dutch? If so then you can edit the /enfold/lang/nl_NL.mo file and search for that text and change it to whatever you need. Make sure to create a copy of it so you can paste it into the /lang/ folder after updating the theme.
Cheers!
ElliottHey Sigmund!
Add this to your custom CSS.
.responsive.html_header_sidebar #top #header .social_bookmarks { display: block !important; }
Regards,
ElliottHi Grant!
I’m not sure how to check for the “advert page” but if it’s a custom post type archive then you could try checking for it and then switch the sidebar out for a custom sidebar.
See here, https://kriesi.at/support/topic/custom-sidebars-for-post-types/#post-418248.
Regards,
ElliottFebruary 9, 2016 at 3:38 am in reply to: Separator Whitespace between color sections renders line #580041Hi rolfroyce!
Try adding another color section in between them with a blank codeblock element.
Regards,
ElliottFebruary 9, 2016 at 3:37 am in reply to: Which css file contains 'all' enfold styles to Import Them in another Homepage? #580040Hi L0g333!
You mean your displaying an Enfold homepage in an iframe on another site? You would not need to import anything, the styles will all be there.
Regards,
ElliottHi Isakos-Soft!
I do not know of any. If anyone knows of a plugin that can do this then please share.
Cheers!
ElliottFebruary 9, 2016 at 3:32 am in reply to: Compatibility ENFOLD with WooCommerce Dynamic Pricing & Discounts #580035Hi sdesign-web!
I’m not sure. If anyone has used this extension then please share your experience.
I would try contacting the extension authors first to see if you can get a refund in case problems pop up.
Best regards,
ElliottHey Rustybucket!
Try changing the link HTML from this.
<a href="https://www.youtube.com/watch?v=Nck6BZga7TQ" class="avia_image mfp-iframe lightbox-added">
To this.
<a href="https://www.youtube.com/watch?v=Nck6BZga7TQ" class="avia_image" rel = "lightbox">
Best regards,
ElliottFebruary 9, 2016 at 3:28 am in reply to: How to make image posts appear full width on mobile? #580033Hi mepho!
Add this to your custom CSS.
@media screen and (max-width: 767px) { .responsive #top #wrap_all .container { width: 100% !important; max-width: 100% !important; } }
Cheers!
ElliottHi Draidel!
The pages will stay the same but your settings will be overwritten. What you can do is export your settings in Dashboard > Enfold > Import/Export and then import them again after doing the demo import.
A lot of posts, images, pages, and other content will be imported as well so it might be a chore deleting everything you do not need so please keep that in mind.
Cheers!
ElliottHey keydeelang!
Your talking about the accordion slider? http://kriesi.at/themes/enfold/homepage/home-v10-magazine/
There is no auto rotate on that slider so I’m guessing your talking about one of the other sliders?
Cheers!
ElliottHey Circle of Blue!
That should be working. It’s around line 900 in the file.
Cheers!
ElliottHi Karl!
Not that I know of. Please keep in mind that the search engines can still see your content fine. It’s just that the yoast plugin can not see the content in the layout builder for reporting.
Regards,
ElliottHi Janinifee!
Add this to your custom CSS.
.avia-button:hover { background: red !important; border-color: red !important; }
Regards,
ElliottHi philthebass!
bbPress is what we use for the forums. For a knowledge base you could create your own in Enfold with our elements or maybe try a mediawiki out but it’s a lot of work. Not sure about support ticketing. Zendesk seems to be popular though I have never used it.
Regards,
ElliottHi thatryan!
What’s the exact change your trying to do?
Best regards,
ElliottHey dilge!
No but you can upload a custom image to use when you edit the marker.
Cheers!
ElliottHey myralih!
Your getting a javascript error. Try deactivating all of your plugins to see if that fixes it.
Have you changed the version of jQuery via a jQuery updater plugin or some other way? The javascript error your getting happens when the version of jQuery has been changed in the WordPress installation.
Best regards,
ElliottHey richardweisskopf!
Add this to your custom CSS.
.avia-button { text-decoration: none !important; }
Cheers!
ElliottHey cagsean!
Only two LayerSliders are included in the demo.
Regards,
ElliottHi Julie!
The text is too big. Add this to a codeblock element in the page.
<style type = "text/css"> @media screen and (max-width: 500px) { input#gform_submit_button_6 { font-size: 12px !important; } } </style>
Cheers!
ElliottHi Jakob40004000!
Add this to your custom CSS.
.product_title { font-size: 30px !important; }
Best regards,
Elliott -
AuthorPosts