Forum Replies Created
-
AuthorPosts
-
Hey androo303,
I took a look at your page and for your “Contact Us” link the hash has a capitalized “U”
#contactUs where the anchor does not “contactus” please use all lowercase letters.
I didn’t find any other matching anchors. Did you try to make a anchor for each menu item?Best regards,
MikeHey KiGePa,
I see that your mobile menu is showing at 766px and below, but at 767px and up this css is hiding it:.av-burger-menu-main { display: none; -webkit-transition: padding 0.3s ease-out; transition: padding 0.3s ease-out }
Please look for this code in your css, and remove it. If you can’t find it, please include a admin login in the private content area so we can assist.
Best regards,
MikeHey ilias1992,
This is using the Enfold portfolio grid element with the “AJAX Portfolio” selected under “link handling”
Here is a link to the demo
This is the documentation for itBest regards,
MikeHey marcohellwig,
Please try this code in the General Styling > Quick CSS field:#top.page-id-3303 .avia-builder-el-6 .avia_textblock ul li:before { display: list-item; content: ""; list-style: disc inside; float: left; position: absolute; left: 0; } #top.page-id-3303 .avia-builder-el-6 .avia_textblock ul li { list-style: none; padding-left: 13px; }
Best regards,
MikeHey marcohellwig,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS:#top.home .avia-pricing-table-container .pricing-table-wrap:nth-child(n+2) li:nth-child(n+3) { padding-top: 50px !important; } #top.home .avia-pricing-table-container .pricing-table-wrap:first-child li:nth-child(3),#top.home .avia-pricing-table-container .pricing-table-wrap:first-child li:last-child,#top.home .avia-pricing-table-container .pricing-table-wrap:first-child li:nth-last-child(2) { padding-top: 50px !important; }
Best regards,
MikeHey Felix-A,
I tried to view your site but it is not loading, I recommend asking your webhost if they can see any errors on their end as to why your site is not loading.Best regards,
MikeHey bridgeway04,
I took a look at your site and css and found a couple of errors (missing } ) which I fixed, then I added this css:@media only screen and (min-width: 1050px) { .responsive .container { display: flex !important; justify-content: center !important; } }
Whick seems to have solved the issue, Please clear your browser cache and check.
Best regards,
MikeHi,
Glad Nikko was able to help, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHey DROR,
Please try this code in the General Styling > Quick CSS field:#top #header .social_bookmarks li:last-child { border-right-style: solid !important; }
Best regards,
MikeHey Christopher,
Please try going to Enfold Theme Options > Footer > Footer Columns and choose 3
Then you will only have 3 columns.Best regards,
MikeHey fxkreative,
Yes you can use a image as a overlay instead of the black color overlay and white text, if you want to use the same image for all of the overlays.
Here is an example, please place this in your Enfold Theme Options > General Styling > Quick CSS field:.avia-image-container:hover .av-image-caption-overlay { content: url(https://mainwesthafen.de/wp-content/uploads/2017/10/Final_Sven-Pawelka-3213-1030x736.jpg) !important; background-size: contain; }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeSeptember 8, 2018 at 8:01 pm in reply to: Adjusting Text alignment when using custom images as bullet points #1007475Hi,
I tested your arrow css on my localhost and it worked fine, Perhaps you added the dot before your custom class in the element? This is a common error, the dot should only be in the css rule.
Yet I would recommend against ending with the hyphen, try ending with a name of the image as it will be easier to remember:
custom-bullets-diamond
custom-bullets-arrowIf this doesn’t help please include the url to your test page and include a login so we can take a closer look.
To make the images bigger, please adjust this part of the code:
background-size: 20px !important;
but you may need to adjust the padding too.I assume you are also clearing your browser cache and adding your css in the Quick CSS field?
Best regards,
MikeHi,
That is great news, unless there is anything else we can assist with, shall we close this then?Best regards,
MikeHi,
I took a look at the page you linked to and believe this css should work on any page:.avia_ajax_form input.button[type=submit] { background-color: #000 !important; color: #FFF !important; font-weight: bold !important; border-radius: 10px !important; } .avia_ajax_form input.button[type=submit]:hover { background-color: #333 !important; color: #FFF !important; font-weight: bold !important; border-radius: 10px !important; }
Best regards,
MikeSeptember 8, 2018 at 7:02 pm in reply to: Bulk Keep all featured images, but don't displaythem on single posts #1007467Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold & have a great weekend also :)For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
@ExecRetire2018
Sorry the user didn’t share their solution, but we we be happy to assist you. Please open a new thread so we can assist, and include your admin login in the Private Content area, but as this is not your thread your login info will not be private.Best regards,
MikeHi,
That is great news, we will close this now. Thank you for using Enfold.Best regards,
MikeHey gobbo_79,
I took a look at your site and see that you already have a menu item for both languages, so I would recommend adding some css to either include the language flags before the menu text, or replace the menu text. You could also move your menu items to the top of your menu if you wish.
Here is some css that you can add to your Enfold Theme Options > General Styling > Quick CSS field that will show a flag before the menu text depending on the language.#top:lang(it) li.menu-item-824 span.avia-menu-text:before { content: url(https://png.icons8.com/color/20/ffffff/usa.png); display: inline-block; padding-right: 10px; } #top:lang(en) li.menu-item-822 span.avia-menu-text:before { content: url(https://png.icons8.com/color/20/ffffff/italy.png); display: inline-block; padding-right: 10px; }
Please give it a try and let us know if it meets your needs.
Best regards,
MikeHey czar,
In your case the solution would be to include the entire url path for your menu links so that when you are on your external blog the menu will point to the anchors on your homepage.
When I check your site though, the menu links are directing back to the homepage anchors from the external blog, for me.
Perhaps you have solved this before I checked it?Best regards,
MikeSeptember 8, 2018 at 5:52 pm in reply to: Bulk Keep all featured images, but don't displaythem on single posts #1007454Hey Stegemueller,
Please try this code in the General Styling > Quick CSS field:#top.single div.single-big { display: none !important; }
If this doesn’t help please include the url to one of your single posts so we can take a closer look.
Best regards,
MikeHey Stefan,
Please try this solution
If this doesn’t help, please include a admin login in the private content area so we can take a closer look.Best regards,
MikeSeptember 8, 2018 at 5:39 pm in reply to: Enfold 4.4.1 – still don't load css background images with CSS file merging #1007450Hi,
Thank you for the login, I checked your site and enabled css merging and saw the issue you described, I then tried setting a absolute file path in your css and re-saved your theme settings to rebuild the merged files and now the issue is resolved.
Please clear your browser cache and check.Best regards,
MikeSeptember 8, 2018 at 5:06 pm in reply to: H3 heading that has a link in it is completely black #1007442Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeSeptember 8, 2018 at 2:13 pm in reply to: Adjusting Text alignment when using custom images as bullet points #1007423Hi,
To use your image as a list bullet easily, please try these steps:
1: First add this css one time to your Enfold Theme Options > General Styling > Quick CSS field:.custom-bullets li { list-style-type: none !important; background: url(https://sarahkaydibble.com/wp-content/uploads/2018/09/Gold-Bullet-Square.png) no-repeat -1px 5px !important; background-size: 20px !important; padding-left: 24px !important; padding-right: 0px !important; padding-top: 0px !important; padding-bottom: 3px !important; }
2: Then ensure you have custom classes enabled at: Enfold Theme Options > Layout Builder > Show element options for developers
3: Then in the text block where you want the custom image bullets to replace the standard bullets, create the bullet list & add the custom class “custom-bullets”
Now your bullets will show everywhere you use the custom class:
Best regards,
MikeSeptember 8, 2018 at 1:26 pm in reply to: Enfold 4.4.1 – still don't load css background images with CSS file merging #1007411Hey Mike61,
For version 4.3 this was the patch from the dev team, but this was merged into the v4.4 release, are you still using v4.3 or have you updated to v4.4.1?If this doesn’t help, please include a admin login and ftp access in the private content area and a link to the element in question so we can take a closer look.
Best regards,
MikeSeptember 8, 2018 at 1:00 pm in reply to: Enfold conflict with Gravity Forms editing panels #1007409Hey DanielKG,
I took a look at your issue and added this css to your child theme styles.css:#wp-form_confirmation_message-editor-container.wp-editor-container .wp-editor-area { color: #000 !important; visibility: visible !important; }
it seems to be working correctly now, Please see the screenshot in Private Content area.
Please clear your browser cache and check.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey dwags52,
Please try editing the loop-search.php file, and replacing line 31:echo "<span class='search-result-counter {$counterclass}'>{$post_loop_count}</span>";
with:
$searchimage = get_the_post_thumbnail( $the_id, 'large' ); echo "<span class='search-result-image'><a title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>{$searchimage}</a></span>"; echo "<span class='search-result-counter {$counterclass}'>{$post_loop_count}</span>";
and use the same Quick CSS:
.search-result-image img { width: 300px; }
Best regards,
Mike -
AuthorPosts