Forum Replies Created
-
AuthorPosts
-
September 28, 2014 at 6:58 pm in reply to: Tab in custom page template: how to make them work on mobile? #326204
We looking forward to hearing from you :)
Regards,
JosueSeptember 28, 2014 at 6:34 pm in reply to: Link problem from icons, buttons and pics, but not from text #326201You are welcome Burkhard, glad to help :)
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function custom_func() { echo do_shortcode('[layerslider id="7"]'); } add_action('ava_after_main_menu', 'custom_func');Cheers!
JosueSeptember 28, 2014 at 1:37 am in reply to: Code for a White Rounded Rectangle behind a widget #326060You are welcome, glad to help :)
Regards,
JosueHi!
I was able to login, the problem seems to be with your Enfold installation, i’d suggest re-installing a fresh copy via FTP.
Regards,
JosueQuita el fondo en las opciones del theme y usa este código para aplicarlo solo a esa pagina:
.page-id-215 .main_color { background: #ffffff url(https://diegoestrada.es/diego-test/wp-content/uploads/2014/03/IMAGEN-2.jpg) top center no-repeat fixed; }; }Saludos,
JosueSeptember 28, 2014 at 12:33 am in reply to: Code for a White Rounded Rectangle behind a widget #326055Hi!
Add this to Quick CSS:
.home .entry-content-wrapper .flex_column.av_one_full { background: white; }You can remove the notification element.
Cheers!
JosueHi Nathan!
Try adding this:
@media only screen and (max-width: 767px) { .home .av_one_fifth.avia-builder-el-6, .home .av_one_fifth.avia-builder-el-8, .home .av_one_fifth.avia-builder-el-10{ width: 30% !important; margin-right: 3% !important; } .home .content { padding-top: 0 !important; } }Cheers!
JosueSeptember 28, 2014 at 12:01 am in reply to: Images and Icons disappeared after update to wordpress 4.0 #326050You are welcome Philipp, glad we could help :)
Regards,
JosueSeptember 28, 2014 at 12:01 am in reply to: After updating to fix Avia Layout Builder, menu bar search field went missing. #326049Hi!
You have this custom css being included in your website:
http://virtuusa.com/?custom-css=1&csblog=1&cscache=6&csrev=1Which has this code:
#header #searchform{float:right;padding-top:22px}.main_menu{right:20%}#top #menu-item-search{display:none}The last part is hiding the search icon, you can either find the root of that and delete it or add this to Quick CSS/child style.css:
#top #menu-item-search{display:block}Regards,
JosueSeptember 27, 2014 at 11:53 pm in reply to: Code for a White Rounded Rectangle behind a widget #326047Hey!
Please put that content inside a column element (layout element) so we can target it with CSS and make its background white.
Cheers!
JosueSeptember 27, 2014 at 11:04 pm in reply to: Images and Icons disappeared after update to wordpress 4.0 #326037Hi!
You had this problem, i edited the .htaccess file with the access you provided.
Regarding the other thing, you are not seeing changes because your site is being cached by W3 Total Cache.
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
Try adding a margin bottom to the iconlist_icon selector:
.page-id-49 .avia-icon-list .iconlist_icon { height: 30px; width: 30px; line-height: 24px; font-size: 14px; margin-bottom: 20px; }Regards,
JosueHey Claudia!
Try adding this code to the Quick CSS or child style.css:
#footer .widget.widget_text { margin: 20px 0 30px 0; }Cheers!
JosueSeptember 27, 2014 at 9:38 pm in reply to: Code for a White Rounded Rectangle behind a widget #326023Hey!
Can you upload it to dropbox or imgur?
Cheers!
JosueHi!
The issue persists with the any other theme activated, try activating twenty fourteen and uploading a new image. I’d also suggest emptying the library first because i think it has reached its limit.
Regards,
JosueHi Lionel!
I don’t know what you mean by ‘duplicates’ to be honest, if you are referring to the thumbnails the theme generates each time a image is uploaded you can disable that using this plugin (Settings > Media).
Cheers!
JosueHey!
When it comes to table elements; Firefox treats td containing images differently. The code should help equalize them.
Cheers!
JosueSeptember 27, 2014 at 7:44 pm in reply to: Code for a White Rounded Rectangle behind a widget #326002Hi!
I may misunderstood your request, can you create a screenshot/mockup of what would you want to achieve?
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
Try with this:
.av-inner-masonry-content-pos * { color: white !important; }Best regards,
JosueHi,
Unfortunately we’d need to see the Dashboard live in order to debug this issue. Please let us know when you publish the site somewhere we can access it.
Best regards,
JosueHi Lionel,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi!
That’s possible but you’d need to disable the sticky header first, at least on the homepage:
.home #header { position: static !important; } .home #main { padding-top: 0 !important; }Once you done that add this to child theme functions.php:
function add_custom_script(){ if(is_home()){ ?> <script> (function($){ $(window).load(function() { $('#header_main').after($('#full_slider_1')); }); })(jQuery); </script> <?php } } add_action('wp_footer', 'add_custom_script');Cheers!
JosueSeptember 27, 2014 at 9:21 am in reply to: Masonry Blog page Dummy export different from enfold demo #325908September 27, 2014 at 8:44 am in reply to: Add Social Share Icons to individual product pages? #325900Hey!
It’s fixed now, only on portfolio items.
Cheers!
JosueSeptember 27, 2014 at 8:41 am in reply to: Masonry Blog page Dummy export different from enfold demo #325899Hey Erick!
Check out this video (at 2:00):
Cheers!
JosueYou are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
