Forum Replies Created
-
AuthorPosts
-
You are welcome Tim, always glad to help :)
Regards,
JosueHey!
The problem is that the plugin is adding a string at the end of the image URLs:
http://seegers-fotografie.de/wp-content/uploads/2014/05/IMG_7940.jpg?07f04c
Therefore preventing the ligthbox to be applied. The rule can be changed though, try opening js/avia.js and look for this line:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]',Replace it by:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href*=".jpg"], a[href*=".png"], a[href*=".gif"], a[href*=".jpeg"], a[href*=".mov"] , a[href*=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]',Don’t forget to flush the cache after doing this change.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#advanced_menu_toggle { display: none !important; }Cheers!
JosueJuly 12, 2014 at 7:18 pm in reply to: 2nd Request//Just Purchased Theme/Where is the support ? #290588You are welcome, always glad to help :)
Regards,
JosueEl problema es el peso de tu pagina (6 MB), trata de usar imagenes menos pesadas.
Hey!
Can you post a screenshot of your view on Explorer?
Cheers!
JosueHi!
As far as i know thats not possible with LayerSlider, you could try using a Post Slider element though.
Best regards,
JosueHi Tim,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueYou’ll need to change to PHP 5.2+ in order to get this bug fixed.
You are welcome Denis, always glad to help :)
Regards,
JosueOk, let us know when you activate the latest version.
Cheers!
JosueChange the code to:
@media only screen and (max-width: 767px) { .sub_menu { position: absolute !important; right: 60px; top: 10px !important;} .responsive #header .social_bookmarks li, #header .sub_menu li { float: right !important; display: block !important; } }Best regards,
JosueGreat, you are welcome :)
Regards,
JosueGreat, that’s a way better solution, thanks for sharing it :)
Regards,
JosueHey!
The email account that gets the messages. Yes i understand that but we need to discard if its a problem is coming from the theme or not.
Best regards,
JosueHey Denis!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .sub_menu { position: absolute !important; left: -60px; top: 3px; } }Cheers!
JosueHey!
The website you posted is not using Enfold.
Cheers!
JosueJuly 12, 2014 at 2:07 am in reply to: 2nd Request//Just Purchased Theme/Where is the support ? #290350Hey!
This will do it:
#top a .image-overlay{ background: rgba(255,255,255, 0) !important; }You can change the 0 to control the opacity (alpha value).
Best regards,
JosueJuly 12, 2014 at 2:05 am in reply to: Video fall back on tablet and mobile with full width easy slider #290349Hi Raleigh,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueYou are welcome Kim, always glad to help :)
Regards,
JosueI believe you need make a difference when you use the inline link in a button / hyperlink:
jQuery(window).load(function(){ jQuery('.open-popup-link-button a, .open-popup-link').magnificPopup({ type:'inline', midClick: true }); });Set the button class to “open-popup-link-button” instead.
Regards,
JosueHi!
It appears you are including the old lightbox script (prettyphoto) on your child functions.php file, ask your programmer to update the avia_register_frontend_scripts(use parent theme functions.php as source) function.
Cheers!
JosueCan you disable the caching for a moment?
Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
You can target multiple elements:
jQuery('.open-popup-link a, .open-popup-link').magnificPopup({ type:'inline', midClick: true });Cheers!
JosueJuly 12, 2014 at 12:30 am in reply to: Video fall back on tablet and mobile with full width easy slider #290321Hey!
Try putting the portfolio element inside of a 1/1 column.
Regards,
JosueHi!
You could use a button with a class set (.open-popup-link), and you’d change the JS code accordingly:
jQuery('.open-popup-link a').magnificPopup({ type:'inline', midClick: true });Cheers!
JosueHi,
Have you tried contacting the plugin author regarding this issue? we are not familiar with Polylang, also note that making third-party plugins compatible with the theme is beyond the support scope we can offer.
Regards,
JosueHey Carlos!
Try installing a optimization plugin like:
https://wordpress.org/plugins/bwp-minify/
https://wordpress.org/plugins/w3-total-cache/Best regards,
Josue -
AuthorPosts
