Forum Replies Created
-
AuthorPosts
-
January 18, 2018 at 12:47 am in reply to: New HTML Widget Triggering Already Disabled Image Overlay #898825
Hey Josh,
I added this to your General Styling > Quick CSS field:.image-overlay .image-overlay-inside:before {display:none!important;}
Please clear your browser cache and check.
Best regards,
MikeJanuary 18, 2018 at 12:31 am in reply to: How make the submenu transparent with a small border? #898817Hey DROR,
Try this code in the General Styling > Quick CSS field:#top .sub-menu {background: rgba(255,255,255,0.5) !important;} .sub-menu, .sub-menu * { background: transparent !important; } #top .header_color .main_menu .menu ul li a {color: rgb(255,255,255) !important;}
Best regards,
MikeHey purejewels,
The basic auth login is not working, I tried 3 times, has it changed since that post?
Also could you include a admin login in the private content area so we can take a closer look again.
I remember trying to help before and the text in the html tags was missing, and that you said you imported the site, I wonder if I could recreate the issue on my localhost to investigate further. Could you use all-in-one-wp-migration to export a migration file for me to test with?
You could link to the file in your dropbox in the Private Content area, we will also need a admin login to migrated with.
If you want to know more about the plugin, here’s a All-in-One WP Migration tutorialBest regards,
MikeHey Scott,
This is a function that has been added the the WordPress core starting with v4.9
If you use a child theme and add your css though the style.css file in Appearance > Editor
you will receive visual cues.
Using a child theme is recommend. Read about using a Child ThemeBest regards,
MikeHi,
It should work in the quick css, perhaps try this with the !important; insteaddiv .logo { left: 50px!important; top: 20px!important; } .header-scrolled .logo { top: 0!important; }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJanuary 17, 2018 at 11:01 pm in reply to: How to change the font of the captions on a FullScreen Slider element #898735Hi,
If it’s a Google font, please read: Register Additional Google Fonts for Theme Options
If it’s another font that you downloaded, please read: http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/Best regards,
MikeHey Klaus-Peter,
The manual is in the folder “documentation” inside your download. For the update section please read this online copy:https://kriesi.at/documentation/enfold/updating-your-theme-files/
there please view the video about FTP updating. Basically, upload the enfold files to your current enfold folder.
Best regards,
MikeHi,
You had a few errors in your quick css, I corrected and now your site is working. please clear your browser cache and check.Best regards,
MikeHi,
This is something I’m experimenting with on a “at need” basis, we’ve found that some webhosts have more issues than others, and in the interest of getting you, our customers, up and running, this maybe helpful.
I don’t have all the demos built yet, but we are glad that this helped.
If you don’t mind, what webhost are you using? And shall we close this now?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Yes I’m seeing the same, yet when I add the css to my browser only one or the other will show. Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
If you would like me to take a look, please include a admin login and ftp access in the private content area.Best regards,
MikeHi,
Sorry, I didn’t find your direct link to a tab in your main menu. I do see the tabs in the url you added. Please advise.Best regards,
MikeHey bcdcosmetici99,
I tried to recreate this issue by adding a item to the cart, and removing it by clicking the “X” and it worked for me, the cart is now empty. Perhaps try clearing your browser cache. Also try recreating the issue in a private browser tab. (incognito)Best regards,
MikeJanuary 17, 2018 at 1:49 pm in reply to: it is possible to have the slider from starup demo on enfold 2017 demo #898472Hi,
Is there anything else we can assist with on this issue, or shall we close this then?Best regards,
MikeHey bcdcosmetici99,
I don’t believe this is possible, the default options are stay on product page & go to cart, yet it seems you have created a custom shopping page, so the “add to cart” action needs to do one of the two options. There is a plugin you could try: WooCommerce Add to Cart Custom Redirect perhaps you could set the redirect to # so it doesn’t go to any page. Or you could try this one to go directly to checkout: WooCommerce Direct CheckoutBest regards,
MikeHi,
I also tested the Say What plugin with my site language set to German and these settings in the plugin:
and found it worked, perhaps you could try this.Best regards,
MikeHi,
Sorry there is not a setting, it is hard coded, but you can change it if you use ftp and edit the Enfold/framework/php/class-breadcrumb.php file and find “You are here:” twice and change it to “Sie sind hier:”
If you place a copy of this in your child theme folder, keeping the file structure, your change will stay after your next update.
Also add following code to functions.php file of your child theme:add_filter('avia_breadcrumbs_args', 'avia_change_bc_truncate', 50, 1); function avia_change_bc_truncate($args){ $args['truncate'] = 30; return $args; }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
It should be centered because we have given the code block a width of 400px and margin of auto in the last two lines of code above, did you happen to change those lines or are you missing the last curry bracket? You can try adding !important; to it like this:.avia_codeblock.custom-social { width: 400px!important; margin: auto!important; }
If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look?
Try this code to give them a transparent background color:#top #wrap_all .custom-social li.av-social-link-youtube:hover a,#top #wrap_all .custom-social .av-social-link-instagram:hover a,#top #wrap_all .custom-social .av-social-link-pinterest:hover a,#top #wrap_all .custom-social .av-social-link-facebook:hover a,#top #wrap_all .custom-social .av-social-link-twitter:hover a { background-color: transparent; }
Best regards,
MikeHey larineka,
Try this code in the General Styling > Quick CSS field:.aviaccordion-preview-title h3.aviaccordion-title { font-size: 40px !important; } .aviaccordion-preview-title .aviaccordion-excerpt { font-size: 30px !important; }
Please adjust to suit, the top one is the title, and the bottom is the excerpt.
Best regards,
MikeHey Webmaster,
You should remove the quick css from the parent theme and place it in the child theme, as the child theme is what you will be using actively.Best regards,
MikeHey 34oldcat29,
Your tags are ID’s not classes, please try this instead:@media only screen and (min-width: 769px) { #only-mobile { display: none !important; }} @media only screen and (max-width: 768px) { #only-desktop { display: none !important; }}
Please clear any cache plugin and your browser cache.
Best regards,
MikeHey swmfirm,
Try this code in the General Styling > Quick CSS field:#socket { position: fixed; left: 0; bottom: 0; width: 100%; z-index: 500!important; }
Best regards,
MikeHi,
Try to reinstall manually via FTP: https://vimeo.com/67209750
Please let us know when your site is back up so we can asset.Best regards,
MikeHey Mark,
You could try the All-in-One WP Migration files for the Freelancer Demo in the Private Content area.
They are in a zip file that you will need to extract, one is the import, the other is the login info for after the import. Note that you will lose your current settings and content. Install this plugin: all-in-one-wp-migration
Read this All-in-One WP Migration tutorialBest regards,
Mike -
AuthorPosts