Forum Replies Created
-
AuthorPosts
-
Hello,
I’m afraid the current JS script doesn’t support that right now, it may be possible to mod it but that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHey!
Have you checked on another computer to discard? maybe it’s an extension on your Chrome.
Regards,
JosueJuly 28, 2015 at 9:52 am in reply to: Bug in config.php makes it impossible to add a custom shortcode folder #479549Hi!
Can you paste the complete avia_load_shortcodes code you’re trying to use? it should be something like this (child theme environment):
add_filter('avia_load_shortcodes', function($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }, 15, 1);Cheers!
JosueThat user is unable to edit theme files, FTP access would be ideal in any case.
I see, all blog links are within your domain and the “redirection” occurs later with a 301 rule, so there’s no way to identify these external links and apply the target attribute mod. You’ll need to re-think your approach, have you tried using Post formats (see “link” type)?
Best regards,
JosueOk, try using this line instead:
add_filter('woocommerce_show_page_title', '__return_false');Regards,
JosueHi Dan,
Where are you getting that error? i’m not seeing it on any of your pages.
Regards,
JosueHi!
Please post a link to the Page containing the masonry you want to affect.
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHm, have you already tried contacting your server / domain provider? i don’t really know what could’ve happened, i’m getting this error when i try to load the site:
ERR_CONNECTION_TIMED_OUTBest regards,
JosueHey!
Try:
body.page-id-734 *, body.page-id-59 *{ font-family: "ANOTHER FONT" !important; }Cheers!
JosueJuly 27, 2015 at 11:56 pm in reply to: Remove Back/Forward Arrows for a single lightbox/iframe #479347Ok, where’s the LS containing the lightbox links?
Cheers!
JosueJuly 27, 2015 at 11:52 pm in reply to: Last Content not responsive if four entries with 1/4 3/4? #479346Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 479px) { #header_meta a { font-size: 14px; } }Cheers!
JosueHello,
Not exactly a bug, that’s the expected behaviour when a popup opens, it may be possible to mod the lightbox script but it would require a heavy modification, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHey!
Did you change the WordPress/Blog URL before doing the switch (General Settings)? it may be that, refer to the following on how to fix that via wp-config.php:
https://codex.wordpress.org/Editing_wp-config.php#WordPress_address_.28URL.29Cheers!
JosueJuly 27, 2015 at 10:49 pm in reply to: Remove Back/Forward Arrows for a single lightbox/iframe #479322Hi Stephan,
Can you post the link to your website please?
Regards,
JosueHi,
Can you post the link to a Page with socket on the website please?
Regards,
JosueHi!
Yeah, you need to update only the parent theme, refer to this article on how to update:
http://kriesi.at/archives/the-complete-guide-to-updating-enfoldOr this video:
Best regards,
Josue-
This reply was modified 10 years, 8 months ago by
Josue.
Hi!
Try using a Color Section below the slider with this option – http://screencast.com/t/0ZRrrAC1z
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#socket .social_bookmarks_facebook a{ color: white !important; }The issue was related to the dynamic stylesheet not being created/updated, the code i suggested makes the dynamic styles to be rendered on the page directly.
Cheers!
JosueNo problem, it was partially my fault not be specific about that in your first thread heh, glad to help :)
Regards,
JosueHi!
You could try something like this in Quick CSS:
body.page-id-734{ font-family: "ANOTHER FONT" !important; }734 would be the Page ID of “2nd”.
Best regards,
JosueJuly 27, 2015 at 12:33 am in reply to: Plugin Event Manager und Element "Slide-Show (volle Breite)" > rechte Spalte Bug #478841Hi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $('#em-wrapper .container').append($('.sidebar').detach()) }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_action( 'init', 'spit_dynamic_styles' ); function spit_dynamic_styles() { global $avia; $avia->style->print_styles = true; }Cheers!
JosueHello,
I guess what you want is to show the popup in the homepage (444) and the blog (447) right? it should be like that right now, the problem was that the blog (447) is not read as a “Page” (because it was set as the WordPress “Blog”) so trying to catch it with the is_page conditional won’t work, here’s what i used:
if(is_page(array(444)) || is_home()){Regards,
JosueHi!
It won’t look like the original image because you’re using a FullScreen Slider, so the image needs to be 100% height of the window and at the same time maintain its original aspect ratio. Use a FullWidth Slider or Easy Slider to see the difference.
Best regards,
JosueJuly 26, 2015 at 9:13 pm in reply to: Remove Back/Forward Arrows for a single lightbox/iframe #478787Hey Stephan,
Try using a HTML layer and setting the class explicitly there.
<div class='avia-slideshow'> Link 1 Link2 </div>Regards,
JosueJuly 26, 2015 at 9:12 pm in reply to: unable to add images to blog posts in either default editor or advanced layout #478786Hi!
Have you tried on another computer to discard?
Cheers!
Josue -
This reply was modified 10 years, 8 months ago by
-
AuthorPosts
