Forum Replies Created
-
AuthorPosts
-
July 24, 2015 at 11:26 pm in reply to: Use Magnific Popup to open portfolio(or post) content #478420
Hello!
It is possible but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueJuly 24, 2015 at 11:23 pm in reply to: Navigation Hover styling – transparent vs regular menu #478419Hey!
Try adding this code to the Quick CSS:
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li:hover > a span{ color: red !important; }Cheers!
JosueHere you go:
https://www.dropbox.com/s/495xphd8lt516tk/fontello-621b421c.zip?dl=0Cheers!
JosueHi!
Try changing the code to this:
function add_custom_target(){ ?> <script> jQuery(window).load(function(){ jQuery('.home #av-masonry-1 a:not([href^="http://limodo.org"]):not([href^="#"]):not([href^="/"])').attr('target','_blank'); }); </script> <?php } add_action('wp_footer', 'add_custom_target');Putting at the end will do the job.
Cheers!
JosueHey!
This normally happens because robots are trying to index wp-content/themes/enfold/index.php and in that enviroment get_header doesn’t exists (hence the error), add this to your robots.txt to prevent crawlers to index theme files:
User-agent: * Disallow: /wp-content/themes/Regards,
JosueHi Aga!
Clicking this button should export a .zip file – http://screencast.com/t/t39er3qT
Cheers!
JosueHey!
Markup looks correct but you may need this too, to run alongside your HTML:
<script> (function($){ $(window).load(function() { $('.av-masonry').avia_masonry(); }); })(jQuery); </script>Cheers!
JosueHi!
Check it now.
Cheers!
JosueHi,
There’s a permission issue with the dynamic stylesheet generated by Enfold, can you please create us a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia-fullscreen-slider .avia-slideshow>ul>li{ background-size: 100% 100%; }Cheers!
JosueHi!
Yes, that should fix the issue naturally, this error is caused when an external resource is loaded from a different domain (origin).
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
The provided login access doesn’t work, please check.
Best regards,
JosueHi!
Add this to your CSS:
#header .widget { z-index: 100; }Best regards,
JosueJuly 23, 2015 at 11:53 pm in reply to: sidebar at the bottom (instead of top) on the blog page! #478009Hey!
The file to use is determined by the type of server you’re using, do you what is serving the site (Apache/Nginx/IIS)?
Regards,
JosueIt is working as planned, now you just need to set the same class (label_kontakt) to this form – http://www.alfaweb.at/testwaldi/kontaktdetails/
Best regards,
JosueYou are welcome, glad to help :)
Check out the documentation too:
http://kriesi.at/documentation/enfold/Regards,
JosueNo, remove the class from that form, set it to this form instead and change your code in style.css to:
/*Kontaktformular anpassen*/ .label_kontakt label { top: 75px; }That way the mod will only be applied to that form.
Hey!
1. Regarding Icons not showing: http://kriesi.at/documentation/enfold/enable-cors/
2. Regarding Widgets, use this plugin to export/import the Widgets from site to site – https://wordpress.org/plugins/widget-importer-exporter/
Cheers!
JosueHi!
Yigit’s code is taking effect, try increasing it to a 100px:
#kundevorschlagen .av_three_fifth { margin-left: -100px !important; }Best regards,
JosueHi!
Set a custom class to the form you want to affect and change this code accordingly:
/*Kontaktformular anpassen*/ label { top: 75px; }Something like:
/*Kontaktformular anpassen*/ .special_form label { top: 75px; }Cheers!
JosueHi!
Make sure you set a proper background color in the FWD button options popup.
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueWhat code are you using? try changing the hook to
ava_main_header.Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi Jennifer!
Set a custom class to it and then use the following CSS code or similar:
.custom_button .avia-button{ border: 1px solid red; } .custom_button .avia-button:hover{ opacity: 0.5; }Regards,
JosueHey!
Depends on your header type, can you post a link to your site?
Cheers!
JosueHey!
Ok, it should work now when you activate the Enfold Child Theme.
Regards,
Josue -
AuthorPosts
