Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the feedback, I believe that I misunderstood your request. Now I believe you have two requests here, the first is to move your language selector to the top of the menu next to the “X”
Which should be able to do, but can you explain which translation plugin you are using, if any, because Enfold has built-in support for some plugins.
I see that your menu language “selector” or menu item works the way you describe, the correct one shows depending on the language, and I shows on both mobile and desktop, so as far as I understand, the only thing you don’t like is that it’s below the menu.
Is this correct?
I did some testing and found that I could move it next to the “X” with some jQuery:
naturally only the correct one will show depending on the language, for both mobile & desktop, will this work?For your second question, can you have a top bar menu with icons, yes, you can manually create a menu with icons and add it to the topbar at: Enfold Theme Options > Header > Extra Elements > Phone Number or small info text
This post gives the basic idea on how to do this.
Let us know if this helps.Best regards,
MikeHi,
Glad we could asset, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
Can you please include a admin login in the private content area so we can assist?Best regards,
MikeHey erkuto,
Thank you for the login, I tested using Chrome on Windows, and found many error in the plugin before saving, these are due to the fields with in the plugin not having unique values.
Yet even after saving Chrome forgives the errors and allows you to move between the tabs, perhaps the Safari browser is not for giving of the errors.
Have you tried to fill out the form before trying to save it? Does it still lock up? Please try using Chrome to see it it works for you.
Please see the screen cast in Private Content area.Best regards,
MikeHey webSpezialisten,
In the advanced styling you had “Menu Links in overlay/slide out” as white, this was for the mobile menu links.
I changed to #5e5a5e, but feel free to adjust to any color you like.
Please clear your browser cache and check.Best regards,
MikeSeptember 9, 2018 at 12:38 pm in reply to: Password-Protect Page Not Working in Google Chrome #1007577Hi,
I did some more testing using Chrome incognito, and found that if I try to login I get redirected back to the login prompt, but if I do a “hard refresh” the page shows.
So I believe that this is related to caching, are you using any caching plugins?
I did find another post on the WordPress forums that talked about your issue and caching, which makes since now:We had to add our password protected pages to the “do not cache” list which seems to have resolved it.
So if you are using a caching plugin try to exclude the page from the cache, if you are not using a plugin but are using WP Engine, try adjusting the cache-control headers
Please let us know if this helps.
Best regards,
MikeSeptember 9, 2018 at 11:52 am in reply to: Password-Protect Page Not Working in Google Chrome #1007570Hi,
I found many people have had this issue using the default WP theme, this was the only solution that I found…I had this
<meta name="referrer" content="no-referrer">
in the
-section of the template.
Once removed, the password protection works again!it seems to be a new WP issue, let us know if this helps.
Password Protected Pages Not Working
Password protected page not accessible / wp-login.php?action=postpass errorBest regards,
MikeHey Arjan,
I recommend turning the phone & email into links so they will work across all platforms, this will also allow them to easily have a “on hover” effect
Your “hover” css would look like this:.phone-info a:hover { color: red !important; }
feel free to adjust the color to suit.
Please read this article about formatting your phone number for cross platform devices
Here is how to create email links
Please give this a try & let us know if you need any assistance with it.Best regards,
MikeSeptember 9, 2018 at 2:20 am in reply to: Password-Protect Page Not Working in Google Chrome #1007521Hi,
Thanks for the link, the page was password protected for me using Chrome, actually the password you posted didn’t work so I was unable to see the protected content, which is fine because you only wanted to make sure it was protected.
Please see the screenshot in Private Content area.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHey transformaglobalweb,
Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_translate(){ ?> <script> jQuery(window).load(function(){ jQuery(".single-post .av-share-link-description").text("Compartir"); jQuery(".single-post .miniheading").text("Comentarios"); jQuery(".single-post .minitext").text("¿Quieres unirte a la discusión? ¡Siéntete libre de contribuir!"); jQuery(".single-post .comment-text").text("RESPUESTAS"); }); </script> <?php } add_action('wp_footer', 'custom_translate');
Best regards,
MikeHey DianaLoola73,
Thank you for the login, If I understand correctly you would like the sidebar header to be transparent, with the slider behind it, which this css will do:.header_bg { background-color: rgba(255,255,255,0.5)!important; } #main { margin-left: 0px !important; }
But it makes your menu hard to see, so this will add a little white opacity to the sidebar header:
.header_bg,#header { background-color: rgba(255,255,255,0.5)!important; } #main { margin-left: 0px !important; }
For your second question about dashes between the menu items, I don’t see any dashes, do you mean the line at the start & end of the menu, or the arrows after each menu item?
Best regards,
MikeHey alteba,
I have taken a look at your site and checked your css for errors, which I found none.
So if I understand correctly, you don’t see your mobile menu on mobile screens?
Yet I do see your mobile menu on Android mobile, you you believe that this only occurs on iPhone?
Or perhaps I miss-understood the issue?
Is your second question that you would like to remove the logo and only have a text link in the logo area on mobile? I see you have no logo for your desktop size header, do you also want a text link there too?Best regards,
MikeHey 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,
Mike -
AuthorPosts