Forum Replies Created
-
AuthorPosts
-
Hi,
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,
MikeHey afektomer,
I was able to create a new page called test, with a few elements and it saved correctly, I then set it to draft.
Please try adding elements to test. If you find at a point that you can’t save the page, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause. There maybe a conflict with a plugin and one or more elements.
Please see link in Private Content area.Best regards,
MikeHey handanhy,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .responsive #scroll-top-link { display: block !important; } }
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top .av_header_transparency .phone-info {color: #fff !important;}
Best regards,
MikeHi,
I would recommend using a plugin such as: Use Any Font
Here is a video on how to use it: Use Any Font : Installation Here’s another: How to Use Any FontBest regards,
MikeHey mckeown2,
Go to your WordPress dashboard > Settings > Sharing > Sharing Settings and un-connect your facebook account.
please see screenshot in Private Content areaBest regards,
MikeHi,
Did you add “my-bold-text” to the “Custom Css Class” in your element where you are going to use the blue bold?
I tried to login to check, but the default login page is not found (/wp-admin/) what is your login url?
please add a url to one post where you are going to use the blue bold so we can check.Best regards,
MikeHi,
I went to your site, though the link above, but didn’t see the link in your socket. Can you make a screenshot of how you want your socket to look, placement of all links, and please include a admin login in the private content area so we can help?Best regards,
MikeHi,
Can you please explain what you are trying to change in the footer? Perhaps a screenshot of what you would like to see?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeSeptember 10, 2017 at 10:01 pm in reply to: Blog Sidebar widgets not stacking correctly when first loaded. ENFOLD Ver 3.8 #850235 -
AuthorPosts