Forum Replies Created
-
AuthorPosts
-
Hey Michael!
Check this plugins:
https://wordpress.org/plugins/flexible-posts-widget/
https://wordpress.org/plugins/ultimate-posts-widget/Best regards,
JosueJune 6, 2014 at 7:40 pm in reply to: Icons replaced with Chinese characters in IE9 on Windows #275773IE11, Document mode IE9:

Regards,
JosueJune 6, 2014 at 7:39 pm in reply to: Logo not center on IE 9 using fixed layout, Logo is on the left #275770Hey!
The logo looks centered in IE9 too:

Cheers!
JosueI’m referring to this option:

Regards,
JosueHey!
Try adding this at the very end of your theme functions.php file:
add_filter('avf_title_args', 'parent_page_title', 10, 2); function parent_page_title($args,$id) { $post = get_post($id); $title = empty( $post->post_parent ) ? get_the_title( $post->ID ) : get_the_title( $post->post_parent ); $link = empty( $post->post_parent ) ? get_permalink( $post->ID ) : get_permalink( $post->post_parent ); $args['title'] = $title; $args['link'] = $link; return $args; }Cheers!
JosueHey!
Possible yes, but not something we can help with, unfortunately.
Have you checked UberMenu? they have a detailed tutorial on how to implement it on Enfold.
Cheers!
JosueHey Jamie!
Can you point where in your website are you trying this?
Regards,
JosueJune 6, 2014 at 6:50 pm in reply to: Icons replaced with Chinese characters in IE9 on Windows #275746Hi!
The icons are showing as expected on my end (IE):

Cheers!
JosueDe nada Juan, un gusto poder ayudarte :)
p.s. si es que creas nuevo hilo pon mi nombre de usuario (josue) como una etiqueta, de esa forma te puedo atender en Español.
Saludos,
JosueJune 6, 2014 at 6:32 pm in reply to: Upgrade from 2.7.1 to 2.8.1 – now have plugin conflict and styling issues #275734Hi!
Did you update WordPress too (3.9.1)?
Best regards,
JosueHey!
What error are you getting exactly, can you paste it here?
Try increasing the memory allocated to PHP:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPCheers!
JosueHi!
Seems the issue is already fixed, i’m not seeing the height resize on your site:
http://screencast.com/t/RlDzKE25G3ORegards,
JosueHi!
It would be better to use CSS, try adding this to the Quick CSS:
span.blog-tags.minor-meta strong { display: block; }Regards,
JosueHey Thomas!
As far as i know slider videos were disabled in mobiles because there were too many bugs with them, i’d suggest using the image + link to the video as a fallback.
Cheers!
JosueJune 6, 2014 at 6:12 pm in reply to: Change individual team member job title font colors/size #275720Hey!
Try adding this code to the Quick CSS:
/* Title color */ .maa_team_member .team-member-name { color: white; } /* Description font size */ .maa_team_member .team-member-job-title { font-size: 16px; line-height: 22px; }Cheers!
JosueHey!
Try adding this code to the Quick CSS, that will align the icons and increase its size.
#footer .av-icon-char { min-width: 25px; display: inline-block; font-size: 26px !important; }Cheers!
JosueHi!
I think the best solution would be to show a limited number of products and a “View all” link at the end:

Best regards,
JosueHi!
That’s the remaining space, the only way you can “reduce” it is by increasing the container width, you can do this in the Theme Options.
Cheers!
JosueHi!
The login details you posted are not working, i tried here:
http://miseenplace.nl/wp-login.phpRegards,
JosueHey!
Make sure you have the latest version of Enfold (2.8.1) and no caching plugin enabled.
Best regards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
You need to target the link element inside .custom_button, this will do it:
.button_custom a { background: rgba(68, 68, 68, 0.5) !important; }Regards,
JosueAdd the following properties accordingly:
1.
#text-3 .avia-button .avia_iconbox_title { color: white; font-size: 11px !important; font-weight: bold; /* added this */ }2.
#text-3 .avia_button_icon { padding: 5px 10px; color: white; background: #c3512f; margin: 0 3px; border-radius: 2px; font-size: 18px; /* added this */ }Cheers!
JosueTry adding this code to the Quick CSS:
@media only screen and (min-width: 989px) { .logo, .logo img { width: 405px; } }You may need to increase the size of the source image.
Cheers!
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi Neil!
Changing the padding property in this selector will change the size of the icon box:
#text-3 .avia_button_icon{ padding: 5px 10px; /* <-- Tweak this values, the syntax is: top-bottom (5px) | right-left (10px) */ color: white; background: gray; margin: 0 3px; border-radius: 2px; }Cheers!
JosueTry with this:
#text-3 .avia-button-center { text-align: left; } #text-3 { margin-top: -20px !important; } #text-3 .avia-button { background: transparent; border: 0; padding: 0 !important; } #text-3 .avia-button .avia_iconbox_title{ color: white; font-size: 11px !important; } #text-3 .avia_button_icon{ padding: 5px 10px; color: white; background: gray; margin: 0 3px; border-radius: 2px; }Regards,
JosueYou are welcome, always glad to help :)
Regards,
Josue -
AuthorPosts
