Forum Replies Created
-
AuthorPosts
-
Hi,
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,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Well it’s kind of an onion,
enfold-test v3.6.1 with
enfold v4.1.2 inside, with
enfold v3.6.1 inside it.
So knowing you have a clone, should anything go wrong, and you are using enfold-test that you want to update, delete the enfold folder inside of enfold-test, then update enfold-test by replacing the files inside the folder with the new version.
not the new enfold folder, just the files inside it.
Hope that makes sense.Best regards,
MikeHi,
@Guenni007 well done, I like your use of debug code and the hook :)Best regards,
MikeOctober 22, 2017 at 2:30 am in reply to: When I import a demo, it imports another demo than the one I want #867144Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
On line 517 of your custom code, you have this causing the issue:.page-id-186 .avia-builder-el-34 {margin-top:-40px!important;}
Try removing it.
Best regards,
MikeOctober 22, 2017 at 12:18 am in reply to: When I import a demo, it imports another demo than the one I want #867136Hey fredg2310,
To completely remove a demo installation after importing it, you can use a plugin like WordPress ResetBest regards,
MikeHey reniai,
Which slider are you using? Please include the url to the page in question so we can take a closer look.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 12:12 am in reply to: Button on my home page not showing on mobile device #867132Hi,
Ensure that the WordPress folder and files have the right permissions – https://codex.wordpress.org/Changing_File_Permissions
then export your theme settings, activate your child theme and re-import the parent theme settings.
Also try to increase the memory allocated to PHP – https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
If this doesn’t help try Try disabling your plugins, export your theme settings, activate your child theme and re-import the parent theme settings.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
@mawcreations I have answered you other post about the same issue, please see it.Best regards,
MikeHey Alphine A Bayoh,
I have not been able to load your website to test it, it is timed out. This is very unusual and not typical for Enfold.
If your able to login Try disabling all of your plugins.
Do you have FTP and cPanel access?Best regards,
MikeHey Theeventchauffeur,
I have not been able to load your website to test it, it is timed out. This is very unusual and not typical for Enfold.
If your able to login Try disabling all of your plugins.
Do you have FTP and cPanel access?Best regards,
MikeOctober 21, 2017 at 11:09 pm in reply to: "Error fetching content . . ." message when trying to add images or full sliders #867121Hey mawcreations,
There are a couple of issues, one is that you have the Thrive Architect plugin activated, which is a page builder and will conflict with Enfold’s builder. Second is that you are using Enfold v3.4.3, which is very old.
Try disabling all of your plugins and Try to update manually via FTP: https://vimeo.com/67209750
Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
I recommend backing up with: https://wordpress.org/plugins/duplicator/Best regards,
MikeHey mbrow155,
Are you getting any error codes? Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey rawpaul,
Is your woocommerce plugin activated? I see your are using Enfold v3.8.4, try to update manually via FTP: https://vimeo.com/67209750
Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
to rule out any woocommerce conflicts.Best regards,
MikeHi,
Glad to hear you got it sorted out, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Jörg,
I couldn’t find that text on your page, please add a screenshot.Best regards,
MikeHey erwin_m,
I don’t see a difference, but perhaps I’m looking at the wrong element, please see screenshot in Private Content area.
If this is the right element then try this code:@media only screen and (min-width: 767px) and (min-width: 1023px) { .avia-builder-el-34 {margin-top: 50px!important; }}
adjust to suit.
Best regards,
MikeHey geneticsed,
Google should not be able to access those files directly, that is why you see that error.
But to keep those errors from showing add this to your robots.txt:User-agent: * Disallow: /wp-content/themes/enfold/index.php
Best regards,
MikeOctober 21, 2017 at 9:54 pm in reply to: Product gallery contains other unrelated media items #867106Hey Jason,
Your YouTube gallery plugin happens to use the same lightbox script and same classes as the Enfold lightbox, so there is a conflict.
The best solution I have come up with so you can still use both is to hide the lightbox controls so your customers won’t keep clicking the arrows and see the videos:.mfp-arrow, .mfp-bottom-bar { display: none !important; } .mfp-figure img { pointer-events: none!important; }
but this is not perfect because if you have more than one image for your products they won’t see them without having to click the additional thumbnail.
Best regards,
MikeHi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey Cydut,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
I put the buttons in a div with the class “btns”, then I made both buttons position left, then I added this css to align center and add 20px padding between them..btns {text-align: center;} .avia-button-left.avia-builder-el-4 {padding-left: 20px;}
please see screenshot in Private Content area
Best regards,
Mike -
AuthorPosts