Forum Replies Created
-
AuthorPosts
-
Hey dittefrandsen,
You had tried using the “Custom Css Class” field in your element for your anchor ID, since this element was not a color section that has a ID field the solution is to use a “code block” element above your target and use this code:<div id="your-custom-id"></div>
I added this for you so you can see how it works, please check and clear site and browser cache.
Best regards,
MikeNovember 11, 2017 at 3:57 pm in reply to: How to Change background color & font colour of tabs. #875479Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeNovember 11, 2017 at 3:56 pm in reply to: How to Change background color & font colour of tabs. #875477Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeHi,
I removed the old enfold-test theme & child. Unless you have any other questions about this issue we would like to close this ticket.
Glad we were able to help. Thank you for using Enfold.Best regards,
MikeHi,
Please restore your widgets, there must have been an error in the processes, hope this will not be difficult.
I updated your theme to v4.2 & all looks good please check.
I your old enfold-child css you had a function that should have been in your functions.php, this has not been working I’m not sure if you want to use it now:add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 ); function enfold_customization_modify_thumb_size( $size ) { $size['entry_with_sidebar'] = array('width'=>845, 'height'=>321); $size['portfolio'] = array('width'=>495, 'height'=>400); return $size; }
Would you like me to add it to your new child theme?
I recommend removing the old enfold-test theme & child, please check your site very carefully then remove them. (If you like I will do it for you, considering all the issues you have been having)
Afterwards please backup your site and save it to your computer, your last two backups didn’t work, just a heads up :)Best regards,
MikeHi,
If your are running a localhost environment, you can still import the demo from within Enfold.
The demos are at \enfold\includes\admin\demo_files\enfold-2017.xmlBest regards,
MikeHi,
In your Portfolio grid element I changed the “Select custom image size” from thumbnail 180×180 to shop catalog 450×450.
It seems much better now, please check & clear your cache.Best regards,
MikeHi,
It seems to be working, try clearing your cache
Best regards,
MikeHi,
I believe this is because your Column Link is moving the anchor into place. Not sure if we can adjust this since the Column Link is not a standard function and it is combined with the inline popup script in your functions.php
It doesn’t seem to affect the user experience though right?Best regards,
MikeHey Dialogo2017,
Go to slider settings > slideshow > cycles and enter a 0 to make it stop on the last slide.
To add a image button, when editing your slide, ckick “+ Add New” and choose image, click the new image in the preview to add your image, then go to the Link & Attributes tab to add your link.
Did you see the help docs on the About page of the layerslider, under Getting Started, it links to this page: Online Documentation
Best regards,
MikeNovember 5, 2017 at 10:21 pm in reply to: Secondary menu items not showing with hamburger mobile menu #872832Hi,
Oh, that makes sense. Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
For your hide-on-mobile try using the menu items IDs as classes like this:@media only screen and (max-width: 989px) {.menu-item-4022,.menu-item-4022,.menu-item-4023,.menu-item-4020,.menu-item-4021 { display: none !important; }}
This is because the burger menu is building a menu from the main menu and not adding your custom class, but taking the IDs from the main menu and creating classes with them.
Best regards,
MikeHi,
Please try this:.avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content,.avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title { -webkit-animation: none!important; animation: none!important; }
Best regards,
MikeHi,
To remove the logo from the home page, Try this code in the General Styling > Quick CSS field:.html_entry_id_9 .logo img { display: none!important; }
Best regards,
MikeNovember 5, 2017 at 9:19 pm in reply to: How display "My Account" instead of "Login / Register" for Logged in users? #872816Hi,
Please try this plugin: WooCommerce CustomizerBest regards,
MikeHi,
To change the text try a plugin such as: WooCommerce CustomizerBest regards,
MikeHi,
Please try:#top .avia-video .mejs-container { width: 100% !important; height: 100% !important; }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey ChocChipDigital,
My research shows this issue was solved in the woocommerce forums:
Solution:
Changing permalinks to “post” instead of “plain” resolves this issue
Let us know if this worked for you also.Best regards,
MikeHey ANASCHMITZ,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { #seed-csp4-page { width: 500px!important; } #mc_embed_signup_scroll { width: 400px!important; } }
Best regards,
MikeHey Monica,
Try this code in the General Styling > Quick CSS field:@media print { .logo img { display: none!important; } .logo { background: url('https://kriesi.at/wp-content/themes/kriesi/images/logo.png') no-repeat!important; width: 300px!important; height: 100px!important; } }
Change the logo url to suit.
Best regards,
MikeHey Jason,
Have you tried going to product > categories and uploading the image there?Best regards,
MikeHey nuncer,
It is in Enfold Theme Options > Layout builder > Automated Schema.org HTML MarkupBest regards,
MikeHi,
I deactivated your plugins and checked your functions.php for extra code, but no luck. Odd that your page works on a clean install.
I see you are using PHP Version 5.6.31, please ask your host to update to v7, and try to update manually via FTP: https://vimeo.com/67209750
Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
to overwrite any corrupt files.Best regards,
MikeHi,
Ok, how about adding a custom menu at the top of your page?
Go to Enfold Theme Options > Header > Extra Elements > Header Secondary Menu and activate, then go to your menus and create a new menu, you can name it anything.
Add two custom menu items, set the URL to your pages, in the Navigation Label add this code, one for each link:Tienda <img title="Español" src="https://[your-url].com/wp-content/plugins/sitepress-multilingual-cms/res/flags/es.png"> Shop <img title="English" src="https://[your-url].com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png">
Save menu and set it in the Manage Locations tab
To hide the menu on any screen larger than a phone add this code in the General Styling > Quick CSS field:@media only screen and (min-width: 767px) { .av_extra_header_active {display:none!important;}}
Best regards,
Mike -
AuthorPosts