Forum Replies Created
-
AuthorPosts
-
Hi,
Froh, dass wir helfen konnten, werden wir das jetzt schließen. Vielen Dank für die Verwendung von Enfold.Best regards,
MikeHi,
@AzharVahora
Please start a new thread, as this is from 2016. Also please don’t post the same question on multiple posts. Thank you for understanding.
I did a quick check for you and your site loads fine for the content, please see your report: https://www.webpagetest.org/result/170916_SQ_8cdd85de47b48548cad124f2fcebe857/
Best regards,
MikeHi,
@AzharVahora
Please start a new thread, as this is from 2015. Also please don’t post the same question on multiple posts. Thank you for understanding.
I did a quick check for you and your site loads fine for the content, please see your report: https://www.webpagetest.org/result/170916_SQ_8cdd85de47b48548cad124f2fcebe857/
Best regards,
MikeHi,
@AzharVahora
Please start a new thread, as this is from 2014. Also please don’t post the same question on multiple posts. Thank you for understanding.
I did a quick check for you and your site loads fine for the content, please see your report: https://www.webpagetest.org/result/170916_SQ_8cdd85de47b48548cad124f2fcebe857/
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field, this will make the text white on-click so you can read it. Keep the other code also as it makes the text blue before click.#av-burger-menu-ul li a:hover .avia-menu-text { color: #fff !important; }
To answer your second question, you can use the Enfold Theme Options > Advanced Styling to set your menu colors, choose “Main Menu Links” from the drop down and pick your styles. But you need to do this twice with one time checking the “Apply only to mouse hover state” to ensure you have covered all of the mouse actions.
I hope you try the css above first, because it’s easier for you.
Please clear your cache after your changes.Best regards,
MikeSeptember 16, 2017 at 10:17 pm in reply to: Development site won't display or scroll correctly #852953Hey eskitaco,
Sorry for the late reply, I have fixed your issue, It was because you used the ID “header” in the first color section. I changed it to “header1” and now the page scrolls. Please check whatever css your had for that ID and change it to “header1”Best regards,
MikeHi,
Sorry, but this would require exstive customization to work, If you really want this try hiring a freelancer.
While the image and content can be lined up side by side, the read more button is a part of the content div so it can’t be centered across all devices with just css. The template should be re-written so the image will fit better with the content.
div.big-preview {display: inline-block !important; float: left; width: 300px !important; padding-right: 10px;} div.entry-content {display: inline-block !important; float: right; width: 300px !important; padding-left: 10px;}
Wish I could have been more help.
Best regards,
MikeHey massimobr,
I think this is related to this WordPress issue: Fixing a WordPress pagination 404 error Please try the included solution.Best regards,
MikeHey weddingmuseum,
Try this code in the General Styling > Quick CSS field:.html_header_sidebar .logo {padding: 10px!important; }
please see screenshot in Private Content area
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px){ .responsive #top .av-logo-container .avia-menu { left: 20px!important;
}}
please see screenshot in Private Content areaBest regards,
MikeHi,
@samvasgr Please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
@samurai_666
Please start a new post with the admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I took another look and found the word “Blog” in your breadcrumbs was blue and not white, This will fix that:.alternate_color strong {color: #e4e6f0 !important;}
Best regards,
MikeHi,
Thanks for the info but I’m unable to get to the login page, perhaps you have a security plugin that has changed the login url, please post your full login URLBest regards,
MikeHi,
Thank you for sharing your solution, 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,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeSeptember 16, 2017 at 8:06 pm in reply to: Updated to 4.1.2. Now all page links will not work! #852925Hi,
It looks like you are using a temporary URL, which may not have the DNS setup correctly, your root url, the dot com before the ~ is giving a 404. Ask your host to check the DNS.
Another option is this: Temporary URLBest regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
You can make the changes by adding custom css to your General Styling > Quick CSS field
For example to make it red add this:#scroll-top-link { background-color: red!important; }
Best regards,
MikeHey mckeown2,
You have a photo in your media with the same name, try changing the name of the file and then you should be able to fix the url.Best regards,
MikeHey Marcel,
Have you tried to upload the zip file in the “Iconfont Manager”? We have reports that the FlatIcon packs work there, perhaps Glyphicons will too. Another option is the Glyphicons include vectors which can be chosen as a custom image from some of the elements.Best regards,
MikeHi,
I tested adding this code to the end of your functions.php file in Appearance > Editor:add_action('init','avia_remove_debug'); function avia_remove_debug(){ remove_action('wp_head','avia_debugging_info',1000); remove_action('admin_print_scripts','avia_debugging_info',1000); }
and it removed the debug info, do you have a caching plugin that you can clear? Is your host caching your site?
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeSeptember 16, 2017 at 6:37 pm in reply to: table content display codes instead of the correct text contents. #852910Hey handanhy,
The < character is the the start of an html tag and the > character is the ending character, so these in your table are causing the error. Use this code in your table to replace the symbol and numbers, changing the “100” to your number:<span class="html_greater_than">100</span> <span class="html_less_than">100</span>
Then add this code in the General Styling > Quick CSS field:
.html_greater_than:before { content: '>'; } .html_less_than:before { content: '<'; }
Best regards,
MikeHi,
Try replacing your code with this:.title {font-family: 'Open Sans'!important; font-weight: lighter!important; }
For your test Special Header try:
h1.av-special-heading-tag {font-family: 'Open Sans'!important; font-weight: lighter!important; }
Best regards,
MikeHi,
On that page your Grid Row is the main content, so edit it, making the min height 700px.
please see screenshots in Private Content area.Best regards,
Mike -
AuthorPosts