Forum Replies Created
-
AuthorPosts
-
Hey CloudChoice,
This has been reported as the vimeo player.
The solution reported was adding &api=1 to the vimeo url to remove the error.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeOctober 22, 2017 at 9:56 pm in reply to: Mobile icons still not showing – Extra bar on top of header #867347Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Can you please include a admin login and the url to the page in question in the private content area so we can take a closer look.Best regards,
MikeHi,
Glad to hear, I removed your name, let me know if I did so in the right spot so I can close this :)Best regards,
MikeOctober 22, 2017 at 9:49 pm in reply to: Layerslider not working after upgrading enfold theme #867341Hi,
WordPress has been known to cause false positives in mod_security, check this out:Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.textwidget ul li:before { display: list-item; content: ""; list-style: disc inside; float: left; position: absolute; left: 0; } .textwidget ul li { list-style: none; padding-left: 13px; }
please see screenshot in Private Content area
Best regards,
MikeOctober 22, 2017 at 9:28 pm in reply to: If responsive start entry-title beneath featured image #867330Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I tried your code on my localhost and found that it worked after about 30 seconds, each time I reloaded the page it would take about 30 seconds before the sound would play. I thinking that it needs that time to get the info from spotify. I found no errors in the console.
Please see if this is true for you also.Best regards,
MikeHey metrocitygirl,
I see that this filter doesn’t work anymore.
Try editing cart-totals.php directly on line 56, look for:<td data-title="<?php esc_attr_e( 'Shipping', 'woocommerce' ); ?>"><?php woocommerce_shipping_calculator(); ?></td>
Or try the plugin Loco Translate
Best regards,
MikeOctober 22, 2017 at 7:54 pm in reply to: If responsive start entry-title beneath featured image #867290Hey erwin_m,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 450px) { h2.post-title.entry-title {display:inline-block;} .blog-meta img {left: 25%;}}
I also added the code to center the image above the title.
Best regards,
MikeHey troupdim,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey takozzo,
Are you adding the code to a code block element? Can you post the code you are using?Best regards,
MikeHey jaumellagostera,
Are you using the default editor or the advanced editor for your blog posts?Best regards,
MikeHey raslade,
Perhaps this will help: https://kriesi.at/support/topic/scroll-down-to-next-section-offset/#post-802848
Or perhaps a plugin such as Page scroll to idBest regards,
MikeOctober 22, 2017 at 6:36 pm in reply to: Mobile icons still not showing – Extra bar on top of header #867252Hi,
To remove the dark top band and show the social icons in mobile view, try this css:@media only screen and (max-width: 479px) { .responsive #top #wrap_all #header .social_bookmarks {display: block!important; } .html_stretched #wrap_all {margin-top: -20px!important; }}
please see screenshot in Private Content area
Best regards,
MikeHi,
For your logo have you tried Guenni007 solution?
For the flags try adding a custom social icon which would be in the top right hand of your page. Then link it to a new page that you can build to look like the nike page, or use a language plugin.Best regards,
MikeOctober 22, 2017 at 6:08 pm in reply to: "Error fetching content . . ." message when trying to add images or full sliders #867240Hi,
Only from your error messages and the experience that mixing builders often leads to these issues. Have you had a chance to update your theme?Best regards,
MikeHi,
This is using this span class:<span class="special_amp">&</span>
and this css:
.special_amp { color: #c50045; font-family: "Baskerville", "Palatino Linotype", "Palatino", "Times New Roman", serif; font-style: italic; font-size: 1.3em; line-height: 0.5em; font-weight: normal;}
You would need to have that font installed on your site as it is not a built in font.
Please refer to this link http://wpsites.net/web-design/fonts-wordpress/
or if you like to add a single font an alternate solution is to use a plugin like https://wordpress.org/plugins/use-any-font/Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeOctober 22, 2017 at 5:46 pm in reply to: Layerslider not working after upgrading enfold theme #867230Hi,
Your LayerSlider shows this error in the system status:LayerSlider uses the uploads directory for image uploads, exporting/importing sliders, etc. Make sure that your /wp-content/uploads/ directory exists and has write permission.
with a link to more info, please check.
Also your WordPress core shows this error:An automated WordPress update has failed to complete - please attempt the update again now.
it may have to do with the same write permission error.
I also see that your theme editor is hidden, are you using a security plugin?Best regards,
MikeHi,
I used debug mode and found that you had this code in the page several times:<span class="wixGuard"></span>
once I removed it the builder began working correctly again. I also removed that stray <u> as I remembered from before you wanted the first name a different color than the last name. I don’t believe you will have anymore issues unless wixGuard is on more pages, but now you’ll know.
Best regards,
MikeHi,
The element had a negative top margin causing it to be too close in mobile view, now I do see that it is too far, so I believe this will get it just right:@media only screen and (max-width: 767px) { .page-id-186 .avia-builder-el-34 {margin-top:0px!important;}}
Best regards,
MikeHi,
Please use our pre-built child theme and read about using it hereBest regards,
MikeHi,
Thanks for the feedback and for using Enfold. We will close this now.Best regards,
MikeHi,
I didn’t find an example of a ampersand in a special heading in the link you gave us, but typically it is best to use the html code:&
See A-Z HTML Codes
You can change the color, font, and size by wrapping it with:<span class="mystyle"> & </span>
then adding your style to your css:
.mystyle { color: #000; font-family:arial; font-size: 14px; }
Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHey mbrow155,
Create a menu item with the custom link in this format:tel://1-555-555-5555
Best regards,
Mike -
AuthorPosts