Forum Replies Created
-
AuthorPosts
-
Hi!
Try with this one:
img.avia_image { border: 1px solid #e1e1e1; padding: 5px; }You can replace “#e1e1e1” by the color of your preference.
Regards,
JosueAugust 14, 2014 at 10:58 pm in reply to: Rename "Portfolio item" in search results (with german translation) #304617Hi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueHi!
Add this too:
#full-width-section #searchform>div { max-width: 100%; } #full-width-section #searchform { max-width: 60%; margin: 0 auto !important; } #full-width-section .avia_textblock { text-align: center; margin-bottom: 20px; }Cheers!
JosueHey Christian!
If a rule is not getting applied, try adding !important, for example for the idle color of the submenu:
.sub-menu .avia-menu-text{ color: red !important; }Regarding coloring the current-menu items, use this codes:
.current-menu-item .avia-menu-text{ color: red; } .av_header_transparency .current-menu-item .avia-menu-text{ color: green; }Regards,
JosueHey!
I’m no longer seeing double borders, refresh a few times.
Cheers!
JosueHi Nik!
You’d need to change when does the header gets the “header-scrolled” class, try the following, open js/avia.js and look for this line:
if(st < el_height/2)Change it to:
if(st > 0)Cheers!
JosueAugust 14, 2014 at 6:13 pm in reply to: Color Background video not showing on Firefox and IE #304525Hi!
Yes, the ones in the WordPress install and if you have any Firefox addons (like adblocker), too.
Best regards,
JosueHi!
Use this code instead:
img.avia_image { border: 1px solid gray; padding: 5px; }Best regards,
JosueAugust 14, 2014 at 4:35 pm in reply to: Strange recursive div adding a simple text content in footer widget #304458Hi!
I edited footer.php, from line 47 to line 53.
Regards,
JosueHey!
You could try decreasing the duration of the transition or use a different timing function:
http://css3.bradshawenterprises.com/transitions/Cheers!
JosueWe looking forward to hearing from you :)
Regards,
JosueHi!
Permalinks appear to be working on the link you posted:
http://robsdesigns.com/maintecx/employment/Regards,
JosueAugust 14, 2014 at 4:20 pm in reply to: Color Background video not showing on Firefox and IE #304441Hi Antonio!
Yeah, i could reproduce it on my Firefox install, try disabling all third-party plugins to discard if that’s the root of the issue.
Regarding IE, i believe that’s not supported, you’d need to set a image background fallback.
Cheers!
JosueAugust 14, 2014 at 4:09 pm in reply to: Preview Images in Portfolio – fullResImage larger than 1030 #304433Hi!
Look for Enfold > General Styling > -scroll down to the bottom- Quick CSS.
Best regards,
JosueHi!
You need to select a transparent header here
http://screencast.com/t/DSbIQmlcCaBest regards,
JosueHi!
Try putting it inside a Color Section (set it a custom ID, ex: full-width-section), then add this to the Quick CSS:
#full-width-section .container{ width: 100% !important; }Best regards,
JosueAugust 14, 2014 at 10:56 am in reply to: Displaying a Scroll Down Button on a Fullscreen Slider with more than one image #304288We looking forward to hearing from you.
Regards,
JosueHey!
That mod should be done in the plugin, i’m not that familiar with it to be honest. Try contacting the plugin author for some insight: http://wordpress.org/support/plugin/post-types-order
Best regards,
JosueHi,
1.
/* idle */ .av_header_transparency .avia-menu-text{ color: green; } .av_header_transparency .sub-menu .avia-menu-text{ color: peru; } /* hover */ .av_header_transparency li.menu-item:hover .avia-menu-text{ color: red; } .av_header_transparency .sub-menu li.menu-item:hover .avia-menu-text{ color: yellow; }2.
/* idle */ .avia-menu-text{ color: red; } .sub-menu .avia-menu-text{ color: blue; } /* hover */ li.menu-item:hover .avia-menu-text{ color: red; } .sub-menu li.menu-item:hover .avia-menu-text{ color: yellow; }3 and 4.
.av_header_transparency #header_main, .av_header_transparency#header{ background: none !important; box-shadow: none !important; }Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi!
If you don’t use it, yes.
Cheers!
JosueAugust 14, 2014 at 10:04 am in reply to: Color Background video not showing on Firefox and IE #304266Hi!
Here’s the full path:
/wp-content/plugins/easy-facebook-likebox/public/assets/css/public.css
I’d suggest doing it via FTP.
Best regards,
JosueHey!
I added the code in Plugins > Edit Functions.
Cheers!
JosueAugust 14, 2014 at 9:57 am in reply to: Displaying a Scroll Down Button on a Fullscreen Slider with more than one image #304259Hi!
I believe the problem is a server limitation, try increasing the allocated memory to PHP (256M or more):
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPRegards,
JosueHey!
Open this file and remove this code:
.responsive , .responsive span, .responsive span iframe[style], .responsive span img { width: 100% !important; }Cheers!
JosueAugust 14, 2014 at 9:48 am in reply to: How to remove horizontal line on top of the portfolio grid? #304252Hey Simon!
Try adding this code to the Quick CSS:
.sort_width_container { border-top: 0 !important; }Cheers!
JosueIt’s done, review your site.
Ok, let us know how it goes.
Cheers!
Josue -
AuthorPosts
