Forum Replies Created
-
AuthorPosts
-
Hey Bendydad,
If you already tried to change the font size from Enfold > Advanced Styling > Select > Main Menu Links
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header .av-main-nav > li > a { font-size: 16px!important; }
Would you mind providing a precise link showing the bar on main page? We need to be able to inspect them in order to help :)
Best regards,
VinayMay 20, 2016 at 2:25 am in reply to: Can't create blank spaces using tags like non-brakeable-space or BR tags #635623Hi,
Thank you for the permission, I tried to install the plugin for you but the site is down for maintenance please let us know when we can access the site again.
Best regards,
VinayMay 20, 2016 at 12:09 am in reply to: Can't create blank spaces using tags like non-brakeable-space or BR tags #635610Hi,
Thank you for the video of the issue. The purpose of posting the code was i think the code will help others who are looking for solution :)
I checked the issue and as mentioned earlier it is wordpress filtering the extra br and p tags automatically. i would go ahead and install this plugin but i need your permission .
You can try and install this plugin https://wordpress.org/plugins/tinymce-advanced/ and in Settings > advance
There should be an option to stop wordpress auto remove the tags.
Best regards,
VinayHey srcnc,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
VinayHi,
Please remove any custom css added to change the background color of the table head and use the below CSS code to change the background color of the table head.
body table.booked-calendar thead, #top .main_color tr, #top .booked-calendar tr { background: #03A9F4!important; }
Best regards,
VinayHi,
To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 1600px) { .responsive .avia_scrollable_table { width: 100%; overflow-x: scroll; overflow-y: hidden; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }}
Best regards,
VinayHey amyreiley,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHi,
It’s not clear but as i understand you like the desktop menu to be visible in mobile devices correct ?
If so try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) { nav.main_menu {display:block !important;} #advanced_menu_toggle, #advanced_menu_hide {display:none !important; } }
If this is not what you want to do would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
VinayHi,
Place your script under the comment //add jQuery your script here
function custom_func(){ ?> <script> jQuery(window).load(function(){ // Add your jQuery script here }); </script> <?php } add_action('wp_footer', 'custom_func');
Best regards,
VinayHey jborkenztain,
I checked the form on the homepage and it is working correctly. Please check screenshot below…
If it’s not the one would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #footer .widget ul { text-align:center!important; }
Best regards,
VinayMay 19, 2016 at 10:10 am in reply to: Can't create blank spaces using tags like non-brakeable-space or BR tags #635091Hey GabrielSenn,
I think you are adding the html tags in visual mode in the text editor? In that case WordPress will filter it out. On the text editor switch to text mode and try adding the html tags.
If you still have any issue please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- the URL to the login screen
- a valid username (with full administration capabilities)
- as well as a password for that username
- precise links where we can see the issue
Best regards,
VinayMay 19, 2016 at 8:15 am in reply to: How do I remove post date and comment counts from grid views and sliders. #635034Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-content-slider .slide-meta { display: none; }
Best regards,
VinayHey edcable,
Please update the theme to the latest version. That should fix any issues you are currently experiencing :)
To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area
Best regards,
VinayHi,
Glad we could help :)
Thank you for using enfold. Please get in touch with us via new ticket if you have any questions in future.
Best regards,
VinayHey debacqua19,
Yes you are almost there please create a new page from Dashboard > Pages > Add new
Use a code block element on this page to paste your static html if necessary.
From Enfold Theme Options > Front page > Select the static page.
Best regards,
VinayMay 19, 2016 at 7:43 am in reply to: Place a small image/icon to fix position like (position like scroll-top-link) #635008Hi!
I have updated the code in functions.php please review the site :)
Cheers!
VinayHi,
Glad we could help :)
Best regards,
VinayMay 19, 2016 at 7:35 am in reply to: fatal error in trying to update function.php with social icon #635005Hey Jason,
Do not worry the site can be brought back to how it was earlier.
All you need to do is access the site FTP and download the functions.php and remove the last block of code that was added and re-upload it to the same location.
If you have any issues please post us your FTP info in private.
Best regards,
VinayHey Welmoed,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page .ck_form.ck_naked { margin-top:0!important; }
If you like to further reduce you can also add -ve margin like
.page .ck_form.ck_naked { margin-top:-20px!important; }
Best regards,
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
Hi,
I checked on my android phone and i was able to reproduce the issue. I can conform this is not Enfold related and it looks like in your hosting options somewhere you have selected to make the site mobile friendly so it is forcing a default template or the site is using a 3rd party plugin. Please check in hosting control panel if there are any such options to disable it or better yet contact the hosting company to disable this option on Cpanel.
Best regards,
VinayHey Welmoed,
A plugin conflict may be one of the reason for this issue.
To find which plugin is causing the conflict please follow these steps:1. Go to your plugins page > Deactivate all active Plugins
2. Update WordPress and Enfold to latest version if you have not.
3. Make sure all the plugins are updated.
4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.We await the results of your plugin compatibility test.
Thanks for your cooperation :)
Best regards,
VinayHey Carine,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Also the example link you mentioned as it’s not showing.
Best regards,
VinayHey Carine,
Please try no scaling option as shown in the below screenshot :)
Best regards,
VinayHi,
Glad we could help!
Thank you for using Enfold.
Best regards,
VinayHi,
We will keep this ticket open in case if you have any questions for us please feel free to get in touch :)
Best regards,
VinayHi,
We are working on this ticket please await for a reply soon.Please check the test page in private content.
Do check the css class added to contact form 7 in Contacts > forms > _enfold test
and the css added in Quick CSS on the top :)
Let us know if you have any questions.
Best regards,
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
Hey envapk2,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_transparency #top .avia-builder-el-0 .container { padding-top: 0!important; }
Best regards,
VinayHey!
Please check private.
Best regards,
Vinay -
AuthorPosts