Forum Replies Created
-
AuthorPosts
-
The only way to do that would be with some custom JavaScript, try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $('img').removeAttr('alt').removeAttr('title'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');You can use this plugin if you don’t want to edit functions.php directly.
Regards,
JosueJanuary 29, 2015 at 12:20 pm in reply to: Quick CSS for Static Search box instead of Popout Search button #387648Add this:
.ajax_search_response { background: white; padding-top: 10px; box-shadow: 0 0 12px rgba(0,0,0,0.3); }Cheers!
JosueJanuary 29, 2015 at 12:18 pm in reply to: header: glassy small bar combined with no trancparency main bar + height #387645You are welcome, glad to help :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueJanuary 29, 2015 at 11:21 am in reply to: New menu items are shown as custom when saving the menu #387623Refer to:
http://codex.wordpress.org/Function_Reference/_eRegards,
JosueJanuary 29, 2015 at 11:17 am in reply to: Quick CSS for Static Search box instead of Popout Search button #387619Hi!
Try with this:
#header #s { top: 5px; left: 5px; padding: 5px 5px 5px 5px !important; width: 84%; } #header #searchsubmit { width: 25px !important; height: 25px !important; line-height: 25px !important; top: 6px; }Adjust as needed.
Regards,
JosueHey!
It’s possible, you can put an IMG html tag as the menu label – http://screencast.com/t/4qitNTdApI
Cheers!
JosueHi!
I’m not seeing those codes in the dynamic stylesheet, where exactly did you put it? also, do you have any caching plugin activated?
Cheers!
JosueHey!
Do you have access to your PHP error log?
Best regards,
JosueDid 3.0.8 fix it? please let us know so we can mark the topic as resolved.
Regards,
JosueHey!
Yes, i get what you mean, unfortunately is not possible to make the masonry captions act like the portfolio captions, regarding the other issue do the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change the portfolio image size (increase its height).
4. Regenerate the thumbnails by clicking the button at the bottom.Cheers
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueI’m not seeing any issues with the mega menus, do you still have this issue?
P.S. Nice website!
Cheers!
JosueHi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(this).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueJanuary 29, 2015 at 7:32 am in reply to: header: glassy small bar combined with no trancparency main bar + height #387549Hey!
Try adding this code to the Quick CSS:
#top #header_main { background: white; } #top .header_bg, #top #header_meta{ background: rgba(255,255,255,0.2) !important; }Cheers!
JosueJanuary 29, 2015 at 7:26 am in reply to: Messed Up Special Character In Responsive Table Header – BUG? #387548Hey!
Try selecting this option in the table settings – http://screencast.com/t/P2kFAzokx
Best regards,
JosueHey!
I’d suggest setting an unique ID to the Color Section and changing the code accordingly:
@media only screen and (max-width: 767px) { #button_container .avia-button, #button_container .avia-button-wrap { display: inline-block; float: none !important; left: 50%; position: relative; transform: translate(-50%); } }Cheers!
JosueHey!
I’d suggest setting an unique ID to the Color Section and changing the code accordingly:
@media only screen and (max-width: 767px) { #button_container .avia-button, #button_container .avia-button-wrap { display: inline-block; float: none !important; left: 50%; position: relative; transform: translate(-50%); } }Cheers!
JosueHi!
Try putting them in HTML format:
<img src="_image_">Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueJanuary 28, 2015 at 11:36 pm in reply to: New menu items are shown as custom when saving the menu #387469Hey!
In that case you’d need to edit footer.php (you can have this on a child theme) and put the HTML content there, before the <footer> opening.
Cheers!
JosueHey!
Should work now, it was a caching plugin you had activated.
Regards,
JosueHey!
Did you already try this?
function change_cf_from() { return " (Email address hidden if logged out) "; } add_filter('avf_form_from', 'change_cf_from', 10);Best regards,
JosueHi!
Those are placeholder widgets, to remove them just put an empty Text widget.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header {position: absolute;} }Cheers!
JosueThat’s because a Grid Row can not be put inside a Color Section as it is a fullwidth element.
Regards,
JosueHi!
Seems to be fixed, i’m no longer seeing the error on /commons/.
Regards,
Josue -
AuthorPosts
