Forum Replies Created
-
AuthorPosts
-
Hi,
I took a look at your site but didn’t see any widgets, then I noticed above that said you didn’t create it yet.
The widgets are given different IDs when they are created, so it is a little hard to write the correct css for a widget before it is created, and not effect other widgets. But as an example here is how the change the font weight, color, & size with css:.widget_categories a { color: red !important; font-weight: bolder !important; font-size: 12px !important; }
Please let us know when you have a activate widget you would like to change, so we can assist.
Best regards,
MikeHi,
I was able to login to your WordPress site, but not FTP. I get a connection and the user is ok, but it fails with the password. Please check.
I see that your current theme is v3.7.1 and that it is a active commerce site, might I suggest creating a staging site (clone) to test how your site will work with the update? Please at least ensure to have a full backup.
Once we have a ftp login, and your ok, we can assist with the update.Best regards,
MikeHey Aldrich Torres,
Please include a admin login & FTP access in the Private Content area.Best regards,
MikeHey Mark,
Open functions-enfold.php then find this code on line 476
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
Change that with
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '>', 'richsnippet' => true));
Best regards,
MikeAugust 20, 2018 at 1:59 am in reply to: Layerslider Not Updating (again). You have 6.7.1. The latest is 6.7.6 #999135Hey simulthink,
The bundled LayerSlider only updates when the theme updates.
Please see our documentation for more information.Best regards,
MikeHi,
It looks as though your site is in maintenance, please include a login in the Private Content area.Best regards,
MikeHi,
Thanks for the login, I see there is a conflict with the plugin WP Edit, it tried to replace your default editors, which was crashing the pages when I tried to edit them. The plugin also said that it included FancyBox, which is what the popups are when you try to open a link. I disabled the plugin and tried clearing your cache a few times, but the FancyBox continues to open the pages as popups.
Please try disabling all of your plugins and clearing your cache a few times, then see if the links start opening correctly.
I didn’t see and scripts in your functions.php, do you recall adding any to any of your theme files?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,
Thank you for the url and login info, I was able to login and saw your language and font issue.
I found that disabling the css merging at: Enfold Theme Options > Performance > JS & CSS file merging and compression
solved the issue. Please clear your browser cache and check.Best regards,
MikeHi,
Please include the url to the page in question so we can take a closer look, and ensure that the code we give you only effects the one button.Best regards,
MikeHey eskitaco,
I was able to login and address your issue, I added the following css to your Enfold Theme Options > General Styling > Quick CSS field
which adjusts the form to stacked and centered for mobile & tablets, and then into one row for laptops and smaller desktop screens up to 1440px, at this size the form didn’t fit right so it moved the button to a second line. At full desktop it was fine so I didn’t change anything.@media only screen and (max-width: 1023px) { .avia-builder-el-63 .avia_ajax_form .first_form,.avia-builder-el-63 .avia_ajax_form .first_form.av-last-visible-form-element { width: 100% !important; margin-left: 0px !important; } } @media only screen and (min-width: 1024px) and (max-width: 1440px) { .avia-builder-el-63 .avia_ajax_form .first_form { width: 33% !important; margin-left: 5px !important; } .avia-builder-el-63 .avia_ajax_form .first_form.av-last-visible-form-element { width: 31% !important; } }
Please clear your browser cache and check.
Best regards,
MikeHey markmr,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Please try the Shortcode Cleaner Lite plugin, it will remove all of the Enfold shortcodes from the frontend so you can migrate to a different theme.
I tested this on my localhost by activating one of the WordPress themes (Twentyfifteen), using the free lite version of the plugin.
If you activate the pro version, it will also remove the shortcodes from the backend, but I didn’t test this as you must pay for the pro version.
Please read this article about the plugin.Best regards,
MikeHi,
For the blog element in grid view, please manually add a excerpt by clicking the “Screen Options” option at the top of your post screen, and checking the Excerpts box, which will give you a text area below your post area.
Then the grid will show your custom excerpt, giving you greater control.Best regards,
MikeHi,
Thank you for the login details, but can you also include the url to your site.Best regards,
MikeHi,
This should work on mobile too, I took a look to see, but it doesn’t seem like you have the code installed yet because the desktop version is the same.Best regards,
MikeAugust 19, 2018 at 6:04 pm in reply to: Addition of new section at page bottom fails. Disappears when page is saved #999003Hi,
I didn’t repair the code because I don’t have a login, I looked at your source code in my browser to find the error, but you will still need to fix it.Best regards,
MikeHi,
Ok, I made a few more changes, Please clear your browser cache and check.
New final functions.php:function custom_timeline(){ ?> <script> jQuery(window).load(function(){ jQuery('.av-milestone h2.av-milestone-date').replaceWith(function () { return jQuery('<span/>', { html: jQuery(this).html() }); }); }); </script> <?php } add_action('wp_footer', 'custom_timeline');
New final CSS:
.avia-timeline span strong { color: #858585 !important; font-size: 25px !important; } .av-milestone-odd span strong { float:right !important; } .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even > span:first-child { display: none; }
Best regards,
MikeHi,
Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeAugust 19, 2018 at 4:20 pm in reply to: Addition of new section at page bottom fails. Disappears when page is saved #998936Hey clbdcnpafe,
Typically this is due to unclosed tags, a quick check of your page source code revels a missing span tag in one of your toggles:<h3><span style="color: #000000; line-height: 1.5;">How can a corporate sponsor truly leverage a performing artist corporate sponsorship originated by NPAFE? What about Image Compatibility, Audience Composition, Media, Exclusivity, Measurability, and all the other things that have to work well for a brand? How easy is this to do?</h3>
There maybe others.
A easy way to check for unclosed tags is to Enable Avia Layout Builder Debug and copy all of the page shortcode and paste it into the Closing Tag Checker
Then correct the code and paste back into the debugger and save.Best regards,
MikeHi,
Thank you for the login, I have changed the function and the css, now it is working correctly without any H tags.
Please clear your browser cache and check.
Here is the final code:
functions.php:function custom_timeline(){ ?> <script> jQuery(window).load(function(){ jQuery('.av-milestone-even h2.av-milestone-date:nth-child(even)').replaceWith(function () { return jQuery('<span/>', { html: jQuery(this).html() }); }); jQuery('.av-milestone-odd h2.av-milestone-date:nth-child(odd)').replaceWith(function () { return jQuery('<span/>', { html: jQuery(this).html() }); }); }); </script> <?php } add_action('wp_footer', 'custom_timeline');
CSS:
.avia-timeline span strong { color: #858585 !important; font-size: 25px !important; } .av-milestone-odd span strong { float:right !important; }
Best regards,
MikeHi,
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,
MikeAugust 19, 2018 at 2:52 pm in reply to: color changing background and text on mouse over for columns? #998927Hi,
Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
Yes, the button can be manually adjusted with css, if you include a link to the page and give us an idea of what size you would like it, we can assist.
If your site is in maintenance, or hidden, please include a login in the Private Content area.Best regards,
MikeHi,
Thanks for sharing your solution, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
Glad to hear, I liked the first one best too.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
I see you are getting this error: Uncaught ReferenceError: jQuery is not defined
Can you please include a admin login in the private content area so we can take a closer look.
I will change the H3 to a span, I assume you still want the text to be the same color and font size though?Best regards,
MikeHi,
Please try this code instead, it’s light green, turning to a darker green on hover:.avia_cart_buttons.single_button:hover { background-color: rgba(127, 191, 63, 0.8) !important; opacity: 1 !important; } .avia_cart_buttons.single_button { background-color: rgba(127, 191, 63, 0.5) !important; opacity: 1 !important; } #top .avia_cart_buttons .button:hover > span,#top .main_color .avia_cart_buttons .button:hover,#top .avia_cart_buttons .button > span,#top .main_color .avia_cart_buttons .button { color: #fff !important; }
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,
Mike -
AuthorPosts