Forum Replies Created
-
AuthorPosts
-
Hey!
You can use the following plugin https://wordpress.org/plugins/enhanced-text-widget/ to add custom html forms. Create a dynamic widget area, add the widget and simply add a Widget Area to the page where you want to display the form.
Best regards,
ArvishHi!
In enfold_child.css line 61, the image
src
is wrong. Please change to ‘http://www.weinkellerei-woeber.at/weinkellerei/wp-content/uploads/2014/10/logo_linie.jpg’This will create an issue with the line when scrolling and viewing on different devices though. In my professional opinion, you would be better off adding an extra absolutely positioned div to the header with a top border(color of line), cutting through the logo and implementing javascript to move it while scrolling and using media queries for different screen sizes.
Unfortunately, the solution would take a considerable amount of time to implement and is not covered within the scope of our basic theme support.
You can try hiring a developer for more in-depth customisation. We recommend http://studio.envato.com/ or https://www.elto.com/
Best regards,
ArvishOctober 4, 2014 at 1:33 pm in reply to: Show colored social Icons in the header not only on mouse-over #330192Hi 4seed!
With regards to the social icons, try adding this code to Quick CSS or custom.css:
#top #wrap_all .av-social-link-gplus a { color: #FFF; background-color: #DE5A49; }
For the logo and text, add the following in Quick CSS or custom.css:
@media only screen and (max-width:555px) and (orientation:landscape) { #header-page .template-page .post-entry{ margin-top:50px !important; } }
Cheers!
ArvishHey!
Are you using a redirection plugin? If so, try disabling it.
Otherwise try disabling all third-party plugins to see if it gets fixed.
Cheers!
ArvishHey!
To turn off cache, assuming you’re not using a third party cache plugin, add the following to header.php in enfold/enfold child theme just after the
<head>
tag.<meta http-equiv="cache-control" content="max-age=0" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="expires" content="0" /> <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" /> <meta http-equiv="pragma" content="no-cache" />
Regards,
ArvishHey ayanasoul!
Thank you for using Enfold.I am sorry about your ordeal.
Could you please forward us the following to help troubleshoot your issue.
1. WordPress admin credentials and the link to your site.
2. FTP admin credentials to your site.Cheers!
ArvishHi squarelight!
Try adding this code to custom.css:
@media only screen and (max-width:479px) { .responsive .logo img { width: 150px; height: auto !important; padding-top: 15px; } }
Cheers!
ArvishHi jesusharo!
1. Have you tried disabling all third-party plugins to see if it gets fixed?
2. Has this started occurring after a theme, plugin or wordpress update?Regards,
ArvishHi Munford!
Thank you for using Kriesi Themes.
Just tried visiting the link you provided but it’s returning a page not found error.
Is this issue now resolved?
Best regards,
ArvishHey!
Have you tried using the megamenu feature.
You can follow this very instructive video to do so.Alternatively consider Ubermenu
Best regards,
ArvishHi!
With regards to the breadcrumb, try adding this code to the Quick CSS textarea in the Enfold theme option:
.breadcrumb-trail { padding-left: 50px; }
For the width issue, try adding the following code again to the Quick CSS textarea in the Enfold theme option:
.avia-section .avia-section{ max-width: 1170px; }
Please note that you might require additional coding due to the above fix, since it is manipulating the core css structure of the framework.
Regards,
ArvishHi!
Glad it worked out for you. Thank you for sharing your solution.
Cheers!
ArvishHi!
Glad it worked out for you. :)
Cheers!
ArvishOctober 4, 2014 at 10:43 am in reply to: Enfold Ajax preview search instead of Ubermenu Search #330159Hi!
Thank you for sharing the solution with us.
Best regards,
ArvishHi David,
Having had a look, the customization will unfortunately take some time to do.
I’d recommend using a plugin like CF7 which allows you to easily set the sender email and also modify the mail that is sent.Regards,
ArvishHey!
Remove
width: 100% !important
from the code.
This will resolve the image resizing issue for smaller screen sizes.
For non-conventional screen sizes, I would suggest using the following media query to modify your css:
@media only screen and (min-width:644px) and (max-width:767px) { /* CSS rules here */ }
The image does not resize correctly between the two sizes above. As I said, these are non-conventional screen sizes and if you want to handle the css for the image, I would suggest the following:
@media only screen and (min-width:644px) and (max-width:767px) { /* CSS rules here */ div#full-width-section-tflq .avia-image-container{ max-width:627px !important; margin: 30px auto !important; float:none; } }
Best regards,
ArvishHi bakbek!
Thank you for using Kriesi themes.Could you please specify in a mock up screenshot, where you would have the icons aligned.
We can help you better from there.
Regards,
ArvishHi!
Could you please provide us the link to the page for your second request. It will help better troubleshoot the issue.
Regards,
ArvishHey!
I am having a look for you right now.
Regards,
ArvishOctober 4, 2014 at 8:48 am in reply to: How to make a map appear the same as in your demo site? #330132Hi bakbek!
To add a fullwidth google map, simply drag a google map layout object to your advanced layout editor as shown in the screenshot below:
Best regards,
Arvish- This reply was modified 10 years, 1 month ago by Arvish.
Hi doriprice2020!
Just had a look at your site on mobile.
You are using an alternate theme for mobile which does not recognize any Enfold shortcodes, i.e WPTouch Mobile Suite.
In my opinion, you are better off discarding the mobile theme and using media queries to change css in Enfold for different devices.
Regards,
ArvishHi!
Try adding this code to the Quick CSS:
#header_main { background-color: #ff6a00; }
Change the color to whatever you want.
Regards,
ArvishHi bakbek!
Try adding this code to the Quick CSS:
.comment-entry{ padding-right:50px; }
Best regards,
ArvishHi jasrobb!
The menu in the reference site you provided has a background image attached to the header.
Try customising and adding this code to the Quick CSS or custom.css:
#header { background: url('url to your image') repeat-x scroll 0% 0% transparent; }
You can use a pattern or image as background and to give the shadow effect.
Best regards,
ArvishOctober 3, 2014 at 7:14 pm in reply to: Problema con iconos sociales, botones en slider, etc #329853Hey!
That’s because .htaccess files are invisible by default.
1. Try these steps if you’re using cpanel or similar for you web hosting.
Log into your cPanel
Click the “File Manager” icon
Ensure “Show Hidden Files” is selected
Click “Go”
2. Alternative install a plugin like WP Htaccess Editor to help you do that.Regards,
ArvishHi!
Try adding the following line at the bottom of wp-config.php
ini_set('display_errors', 'Off'); error_reporting(0);
Regards,
ArvishHey!
To change the case of the caption title from Uppercase to normal case try adding this code to the Quick CSS or custom.css:.avia-slideshow .avia-caption-title{ text-transform:none; }
Cheers!
ArvishHi Picante!
To change the styling for the slideshow caption and text content try customising and adding this code to the Quick CSS or custom.css
.avia-slideshow .avia-caption-title{ } .avia-slideshow .avia-caption-content{ }
To add top padding to the logo try adding this code to the Quick CSS or custom.css:
.logo{ padding-top:10px; }
Cheers!
Arvish- This reply was modified 10 years, 1 month ago by Arvish.
Hi!
Just had alook at the site on Windows 7 using Chrome.
The logo displays fine. Perhaps it might help asking those testing to clear their browser cache and retrying?
Can we consider this issue as resolved?
Cheers!
Arvish -
AuthorPosts