Forum Replies Created
-
AuthorPosts
-
September 6, 2014 at 8:59 pm in reply to: Trying to create a shadow box below a section on the main page using CSS #314573
You are welcome Dave, always glad to help :)
Regards,
JosueHey @yojiabe!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHi @toner728!
Could you please give more details about your problem? have you tried disabling all third-party plugins?
Cheers!
JosueSeptember 6, 2014 at 8:51 pm in reply to: It seems WP 4 is creating issues with 2.9.2, any official comments? #314566Hey!
Enfold 2.9.2 should work fine with WP 4.0, the problems normally has to do with third-party plugins which are not compatible with WP 4.0 yet.
Best regards,
JosueHey!
I’d suggest you to use another (shorter) logo for mobile, you can do that with CSS:
@media only screen and (max-width: 989px) { .logo img { opacity: 0; } .responsive .logo a { background-image: url("mobile_logo_url_here"); background-repeat: no-repeat; background-size: contain; background-position: center center; } }Cheers!
JosueHi Ben!
Currently selected menu items get a special class, try:
.widget_nav_menu .current-menu-item{ padding-top: 0px; }Best regards,
JosueSeptember 6, 2014 at 8:34 pm in reply to: Trying to create a shadow box below a section on the main page using CSS #314562Hi Dave!
You’d need to set the box shadow (inset) to the next element, try:
#after_section_1 { box-shadow: 0 10px 12px rgba(0, 0, 0, 0.4) inset !important; }Regards,
JosueHello Deborah!
Problem is fixed now, it was the form you had in the middle of the page, it was required to put it in a Code Element so it doesn’t conflict with the rest of the elements.
Regards,
JosueSeptember 6, 2014 at 8:06 pm in reply to: Adding borders and background colors to the Post Slider element #314558Hey!
Try adding this code to the Quick CSS:
.slide-entry { padding: 20px; background: rgb(252, 252, 252); border: 1px solid rgb(160, 160, 160); }Cheers!
JosueHi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueHope it does the trick :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.team-social a { border-radius: 0 !important; }Cheers!
JosueHi Rick!
The images are getting stretched, one solution could be to reduce the width of the product image columns, try adding this to Quick CSS:
#top .single-product-main-image .thumbnails a { width: 23%; } #top .single-product-main-image .thumbnails a img{ height: auto !important; width: 100% !important; }Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function change_blog_archive_style() { global $avia_config; if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; } } add_action('get_header', 'change_blog_archive_style');Cheers!
JosueHey!
This is more of a server issue rather than a theme one, you’d need to contact your service provider support.
Cheers!
JosueHey Christin!
That is possible with CSS, but it’s somewhat complicated to do:
http://css-tricks.com/examples/ShapesOfCSS/Unfortunately these kind of request fall outside the support we can give, if you really need i’d suggest contacting a developer from Codeable or Envato Studio to help you implement it on Enfold.
Best regards,
JosueHey!
Try pre-fixing the CSS mods by the page ID of the blog page:
.page-id-xxx .header.entry-content-header { padding-left: 130px; }Best regards,
JosueHey!
There is no hover on mobile, as far as i know tooltips do not appear on mobile.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.entry-content h2 { font-size: 14px !important; margin-top: 0 !important; margin-bottom: 0 !important; }Modify as needed.
Cheers!
JosueHey!
Video backgrounds are disabled on mobile, instead the background image will show up. You can check that in this demo page.
Cheers!
JosueGlad to hear that, you are welcome :)
You are welcome, i’ll leave this thread open in case someone else needs help.
Hi!
That happens when the menu doesn’t get imported correctly, go to Appearance > Menus and re-order the current menu or create a new one.
Cheers!
JosueHey @Kah0ona!
Just to discard, have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi!
The updater tool in the Theme Options may not be accurate or updated, it is always better to upgrade directly via FTP:
Cheers!
JosueYou are welcome, you too :)
Regards,
JosueHey!
Feel free to propose what you think would be the best solution for this problem here.
Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi!
Yes, if your custom code is in Quick CSS only you don’t have to worry about that because that’s stored in the database.
Best regards,
JosueSeptember 6, 2014 at 8:12 am in reply to: Not ALL Child Theme Options are Updating Correctly #314421Hi!
Use avia.josue at gmail.com
Cheers!
Josue -
AuthorPosts
