Forum Replies Created
-
AuthorPosts
-
December 17, 2017 at 1:17 am in reply to: How can I adjust the colour and width of a 1/3 Section to narrower than default? #889728
Hi,
Please see screenshot in Private Content area, you will see that the classes: “.flex_cell.avia-builder-el-7” make up the whole column, while “.flex_cell_inner .avia-builder-el-8 ” make the area you would like red.
So for example:.flex_cell_inner .avia-builder-el-8 {background-color: red !important;}
Best regards,
MikeDecember 17, 2017 at 12:47 am in reply to: Google Webmasters – Search Appearance – HENTRY errors #889725Hey niallbyrne,
Perhaps this will help: https://kriesi.at/support/topic/masonry-gallery-hentry/#post-678564Best regards,
MikeHi,
For the social icons to be a uniform color, Circle same color and icon each in white, Try this code in the General Styling > Quick CSS field:#top #wrap_all .social_bookmarks_linkedin a,#top #wrap_all .social_bookmarks_xing a,#top #wrap_all .social_bookmarks_gplus a { color: #fff!important; background-color: #46d4fe!important; }
Best regards,
MikeDecember 17, 2017 at 12:24 am in reply to: How to add custom CSS classes to different categories? #889722Hi,
The code didn’t work for me ether, but I will ask Ismael to take a look.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.hr-custom.hr-icon-yes .hr-inner { margin-left: 0px!important; margin-right: 0px!important; width: 50% !important; }
please see screenshot in Private Content area
Best regards,
MikeHey blezard,
Perhaps this will help: How to choose a Variable from Shop page without going into Product pageBest regards,
MikeDecember 16, 2017 at 10:28 pm in reply to: Header built in Advanced Layout Builder on the blog page suddenly disappeared #889708Hey bkatzdesign,
I couldn’t find the issue, I tried to activate the Avia Layout Builder Debug to test the page on a clean install, but your functions.php wouldn’t save. You could enable the debug mode via ftp, then we could rule out plugins & scripts. You could also copy the page and try to make a new test blog page with the debug code to see if that works. I see you said you made a change with Yoast with this happened, have you thought about using revisions to try to go back before the change?Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#element_avia_8_1 label,#element_avia_8_1 label abbr {color:#fff !important; }
Best regards,
MikeHi,
To make your template adhere to Enfolds rules/settings, you will need to ensure you are using the same IDs and classes. To do so you can use one of the Enfold templates as a guide. Or you can control the margin of your template with your own css, both would be fine.Best regards,
MikeHi,
Please check your background color, it seems to be #ec740560
this is not a valid hex color for Edge or IE11. Please use rgba colors.
Chrome converts your color to: rgba(236, 116, 5, 0.376) so please use this instead.Best regards,
MikeDecember 16, 2017 at 9:01 pm in reply to: How to add custom CSS classes to different categories? #889687Hey paperdog2,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)Best regards,
MikeHi,
You are getting a 500 (Internal Server Error) on wp-admin/admin-ajax.php
I suggest looking at your server logs to see what the possible cause could be.Best regards,
MikeHey Jimmy-K,
Try this code in the General Styling > Quick CSS field:.avia-builder-el-2 .av_textblock_section .avia_textblock a { display: inline-block!important; }
Best regards,
MikeDecember 16, 2017 at 7:09 pm in reply to: Can I add CSS to Just Portfolio Pages? (And not rest of site) #889640Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeDecember 16, 2017 at 7:08 pm in reply to: Letter spacing Special Headings in Avia Layout Biuilder? #889636Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Karin_Tara,
Sorry, that feature is not available yet Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.page-id-646 #header {z-index: 0 !important; } .page-id-646 .mm-wrap {z-index: 1000 !important; }
Best regards,
MikeHi,
I enabled the Avia Layout Builder Debug and copied your page to a clean install, which then worked correctly. Please see screenshot in Private Content area.
Which leds me to believe your are experiencing a plugin conflict, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause. Also try clearing any cache plugin and your browser cache after disabling your plugins.Best regards,
MikeHi,
Glad to hear, we will close this now. Thank you for using Enfold, and Merry Christmas.Best regards,
MikeHey minogig,
I created a draft page “video test” with a video in it, which seems to be working. Please change the video to the one you are having issues with so we can see the issue.Best regards,
MikeHey danielromanin,
To add a custom font to the layout builder please see this post: Installing own fontBest regards,
MikeDecember 16, 2017 at 5:27 pm in reply to: Enable Video Controls Pause/Play w/background video #889580Hi,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey mjadvnt,
Yes this is sound, but you may need to add !important; to force it, should it not apply.p { font-size: 1.3em!important; }
Another approach would be to go to Enfold Theme Options > Advanced Styling > and Select the p element to customize, yet you would need to choose a px value, instead of em
Best regards,
MikeHey timkeeley,
1. Add the below code to Enfold > General Styling > Quick CSS.push-right{ position:absolute; right:20px; top:50%; transform:translateY(-50%); } @media only screen and (max-width:767px) { .push-right{ position:relative; right:auto; transform:none; }}
2. Add the below html in Enfold > Footer > Copyrights
<div class="push-right"> Text you like on the right side </div>
Best regards,
MikeHi,
Thanks for the link, from what I read:It is generally safe to insert JSON-LD code within the
of your website, as such this is what we recommend. JSON-LD can also be inserted in the of a website, or anywhere else for that matter.with this in mind, to place the code in the head, try inserting in: Enfold Theme Options > Google Services > Google Analytics Tracking Code text box. This box can be used for any code to be placed in the head.
If you want to place the code just before the closing body tag, then edit footer.php and look at the bottom, html can be used at that point of the file. We recommend creating a copy of the footer.php in your child theme with your changes so it will be preserved though theme updates.Best regards,
MikeDecember 16, 2017 at 4:27 pm in reply to: Side Menu – Changing Logo Size and submenu settings #889553Hi,
To change the line height of the items under “Startseite” Try this code in the General Styling > Quick CSS field:span.avia-menu-text {line-height: 30px!important; }
Best regards,
Mike -
AuthorPosts