Forum Replies Created
-
AuthorPosts
-
Hi,
I couldn’t remove that element either!? Can you try deactivating your plugins one at a time, I think you have a conflict. That code I gave you earlier is on the hide the white section. SorryBest regards,
MikeHi,
OK, I did it for you, it was this code:add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { var blog = $('body').hasClass('blog'); if(!blog) return; $('html').css({ 'background' : 'url(/wp-content/uploads/2016/10/backgroundsmallerfile.jpg) #F5F5F5' }); } a(); })(jQuery); </script> <?php }
Best regards,
MikeHey Stadsherberg,
If you could tell us your url we could help with some css, would you like to have the image match the vertical height of the screen so you don’t need to scroll?Best regards,
MikeMarch 27, 2017 at 1:29 am in reply to: Special Heading font changing "thickness" shortly after load #767109Hey tmskarpholt,
Try this code in the General Styling > Quick CSS field:.modern-quote .av-special-heading-tag { font-weight: 100 !important; }
Best regards,
MikeHey rusrace,
I’m not sure I understand, are you contributing a Russian translation? If so thank you :)Best regards,
MikeMarch 27, 2017 at 12:48 am in reply to: 'Slide Linking' no longer working correctly after recent update. #767105Hi,
OK, 2ed issue: your link was broken due to<center>
tag so I made a
<div>
with this css:.logocen { width: auto; text-align: center; margin-top: -20px;} .av-share-box {margin-top: 20px !important; }
as you see I also fixed the share box so everything is more in line.
Best regards,
MikeHey ellamac,
After checking your plugins, I created a new admin account and using it works fine. I don’t know why, but I will ask. See private area for new login, or delete and create your own. Don’t remove your old Admin’sBest regards,
MikeHi,
I just took another look on my localhost and in the grid it will show<span class="blog-categories minor-meta">
but yours don’t, the research I did earlier pointed to the link above. But now I thinking you could try deactivating your plugins one by one. Sorry
Best regards,
MikeMarch 26, 2017 at 11:09 pm in reply to: How to place two icons side by side in one column in a centered position #767091Hi,
OK, I moved your icons inside of one full width element, and then centered :)
This is the code I added in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .avia-icon-pos-left { display: inline-block; margin-left: 20vw !important; } .avia-icon-pos-right { display: inline-block; margin-right: 20vw !important; }} @media only screen and (min-width: 768px){ .avia-icon-pos-left { display: inline-block; margin-left: 30vw !important; } .avia-icon-pos-right { display: inline-block; margin-right: 30vw !important; } }
Best regards,
MikeHi,
I forgot to add this code in the General Styling > Quick CSS field:#top #wrap_all .av-social-link-snap_chat:hover a{ color:#fff; background-color: #FFFF00; }
Done now :)
Best regards,
MikeHi,
It looks like you will need to edit /enfold/config-templatebuilder/avia-shortcodes/postslider.php via ftp.
https://kriesi.at/support/topic/display-date-category-blog-posts-grid-layout/#post-389032As you are using a child theme you will find this useful: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
MikeMarch 26, 2017 at 9:29 pm in reply to: How to place two icons side by side in one column in a centered position #767065Hi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
I added the code to your child theme functions.php, so if you update it wont be lost. You can see it there, it’s the only code in the file.
WP > Appearance > Themes > Editor > (your child theme in the drop down) > Theme Functions (functions.php) from the right side.
the rest of the steps were outlined in the url :)Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#text-564845672 iframe { min-height:300px !important; }
Best regards,
MikeHey Charlotte,
Try this code in the General Styling > Quick CSS field:#b_searchboxInc { font-size: 1.3rem !important; }
Also try adjusting the size until you see the size you want, remember to clear your cache :)
Best regards,
MikeHey Poirot,
It will not show at all? Which page? Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey JennyGr,
The section should be removable, Can you please include a admin login in the private content area so we can take a closer look.
For now try this code in the General Styling > Quick CSS field:.avia-builder-el-6 { display:none !important; } .container .content { padding-top: 20px !important; padding-bottom: 20px !important; }
Best regards,
MikeHey mikkijack,
OK, all set :)
Just make sure the url is right.
I followed: http://kriesi.at/documentation/enfold/custom-social-icons/
Best regards,
MikeHey Zee-as,
Try this free plugin: https://wordpress.org/plugins/woocommerce-direct-checkout/
Or this tweak: http://www.remicorson.com/woocommerce-skip-product-cart-pages/Best regards,
MikeMarch 26, 2017 at 8:08 pm in reply to: Grid Row – Images and text in modern design – Switch left right: How can i solve #767027Hey A.,
I’m not sure I understand, on mobile I see:
picture
text
picture
textBest regards,
MikeHey hloft,
As I don’t know your URL, I built this on my localhost, if you need more assistance please add your url :)
Try this code in the General Styling > Quick CSS field:#top #header .main_menu ul:nth-child(2) >li > ul > li .avia-menu-text, .avia-bullet { visibility: hidden !important; } #top #header .main_menu ul:first-child >li > ul li:hover .avia-menu-text { visibility: visible !important; }
Best regards,
MikeHi,
OK, Let me look at it differently, you say:”when I try it with padding it looks good on a laptop or other screen, but not on mobile devices” is that because they look like this for phone:
and this for tablet:
If you try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 426px) { div .flex_column{ padding: 0px !important; }} @media only screen and (max-width: 768px) { div .flex_column{ padding: 0 10px 0 10px !important; }} .avia-builder-el-8, .avia-builder-el-15, .avia-builder-el-12 { padding-top: 20px !important; }
You will have this on phone:
and this on tablet:
Is that what you are looking for?
BTW: Yigit was talking about this color section:
Best regards,
MikeMarch 26, 2017 at 5:53 pm in reply to: How to place two icons side by side in one column in a centered position #766997Hey 4farben,
Try this code in the General Styling > Quick CSS field:div .av_one_third.avia-builder-el-6 { margin-left: 8vw !important; width: 20% !important; } @media only screen and (max-width: 989px) and (min-width: 768px){ div .av_one_third.avia-builder-el-6 { margin-left: 5vw !important; width: 30% !important; } } @media only screen and (max-width: 767px) { div .av_one_third.avia-builder-el-6 { margin-left: 16vw !important; width: 60% !important; } }
Best regards,
MikeHi,
Well admin is admin, but I did see one other time that a admin account had issues like this, I never found out if it was a plugin issue or a glitch elsewhere, but we couldn’t reproduce the error. But using the new admin account should be fine, just don’t remove the old one. Thank you for using Enfold.Best regards,
MikeHi,
Glad Victoria was able to help, we will close this now. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts