Forum Replies Created
-
AuthorPosts
-
Hey 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 #850235Hi,
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,
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,
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 10, 2017 at 9:51 pm in reply to: How to change username to first name in my account salutation #850223September 10, 2017 at 9:44 pm in reply to: Vertical alignment issue on 1/3 layout elements within color section #850220Hi,
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 10, 2017 at 9:33 pm in reply to: Couldn’t add the font because the server didn’t respond error #850214 -
AuthorPosts