Forum Replies Created
-
AuthorPosts
-
Te recomiendo usar el style.css (en caso de Child theme) o el css/custom.css (en caso del Parent theme), el problema del Quick CSS me parece que se esta dando por un problema del servidor.
Saludos,
JosueHi Masten!
Try this plugin, it will allow you to insert a simple shortcode ([smart_archives]) that will display your archives.
Best regards,
JosueI don’t think so, however if it does, please let us know, so we can look for another solution :)
Regards,
JosueThis reply has been marked as private.Hey José!
In the image Link URL settings simply click the None button, that will remove the link from the image, hence the lightbox effect.
Cheers!
JosueThis reply has been marked as private.Hey!
There is an invisible hr element before the img, adding this CSS will fix it:
.avia-image-container { display: block; clear: both; }
Regards,
JosueOctober 7, 2013 at 7:29 pm in reply to: Display Shortcode in between logo and social media icon #171780Hi MK,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueThis reply has been marked as private.You are welcome, glad we could help Bruno, let us know if you have any more questions or issues :)
Regards,
JosueHello Masten!
Try with this CSS code:
.ajax_form, .ajax_form fieldset{ margin-bottom: 0 !important; } .ajax_form p{ margin: 5px 0 !important; } .ajax_form label{ margin-bottom: 0 !important; } .ajax_form input { padding: 8px !important; }
Result:
Best regards,
JosueHello JochenBake!
It is possible with CSS, please create an administrator account and post it here as a private reply.
Also, please provide the list of categories and their respective header img.
Cheers!
JosueOctober 7, 2013 at 5:46 pm in reply to: Is there any documentation for the layerslider – want to figure out the settings #171727Hey ClaireBrummell!
Yes, please take a look: http://support.kreaturamedia.com/faq/
Best regards,
JosueThis reply has been marked as private.October 7, 2013 at 5:27 pm in reply to: My portfolio items a broken when not viewed with AJAX #171720Hi!
Add this code at the end of your functions.php file:
function searchfilter($query) { if ($query->is_search && !is_admin() ) { $query->set('post_type',array('post','page')); } return $query; } add_filter('pre_get_posts','searchfilter');
Tested locally, does the job (excludes portfolio from search).
Cheers!
JosueHello!
Here’s a workaround:
#header_main .container{ display: table; } #header_main .main_menu{ display: table-cell; vertical-align: middle; position: static; } #header_main .main_menu .avia-menu{ float: right; }
Cheers!
JosueGlad we could help. Let us know if you have any other questions or issues :)
Regards,
JosueGlad we could help Jas, let us know if there is any questions or issues :)
Regards,
JosueHey jjranson!
Add this code to the Quick CSS (Enfold > Styling):
.boxed .container { margin: 0px 25px !important; width: 960px !important; } .content .entry-content { padding-right: 25px !important; } .content, .sidebar{ padding-top: 25px !important; padding-bottom: 25px !important; } .inner_sidebar { margin-left: 25px !important; }
Result:
Best regards,
JosueHi bivvo!
Try adding this code to the Quick CSS:
.blog-author{ display: none !important; }
Regards,
JosueGlad Ismael could help, let us know if you have any more questions or issues :)
Regards,
JosueHey Bruno!
Try with this CSS code:
.main_menu{ top: 85px; } .main_menu .menu > li > a { height: 30px !important; line-height: 30px !important; } .header-scrolled .main_menu{ top: 5px; }
Result:
Regards,
JosueHello!
It is possible, but that customization is beyond the scope of our support form. If you really need it try hiring a freelancer for the job.
Cheers!
JosueHi,
Create an administrator account and post it here as a private reply, so the whole support staff can help with it :)
Regards,
JosueHola,
Ya arregle el asunto del espacio, sobre el logo, cual es el tamaño deseado?
Saludos,
JosueHello Jas!
Use this code:
.grid-content, .grid-content h3, .avia-arrow { background: #EA662A !important; color: #FFF !important; }
Regards,
JosueHi!
Use this code instead, replace the previous one (except for the iframe part which you already modified and it’s already working):
.format-video .avia-iframe-wrap{ padding-bottom: 49.25% !important; } .format-video .big-preview:first-child{ display: none; }
Result:
Regards,
JosueThis reply has been marked as private.We are looking forward to hearing from you :)
Regards,
Josue -
AuthorPosts