Forum Replies Created
-
AuthorPosts
-
Hey!
Try with this:
.page-id-551 .content{ min-height: 800px; } .page-id-551 iframe.sq-embed-menu-iframe { top: 120px !important; }Cheers!
JosueHi!
I think it would be better to enable the mobile menu for iPads on landscape, add this to Quick CSS to do that:
@media only screen and (max-width: 1024px) { .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate{display:none;} .responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide{display:block;} .responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle{left:50px;} }Best regards,
JosueMay 15, 2015 at 4:28 am in reply to: Switching to advanced editor from default editor breaks subscription email #444723Good to know, thanks :)
Regards,
JosueMay 15, 2015 at 2:40 am in reply to: Switching to advanced editor from default editor breaks subscription email #444715You’re welcome, it’s worth mentioning though, that i have not tested this, i’m just suggesting what the Jetpack team recommends, please let us know if this works the time you publish a new Post.
Regards,
JosueHey!
Yes, you can set both a different logo and a different menu color in Enfold > Header > Transparency Options.
Cheers!
JosueMay 15, 2015 at 12:54 am in reply to: Switching to advanced editor from default editor breaks subscription email #444689Hi!
When creating a new Post set a summary of it in the Excerpt field – http://a.pomf.se/msaucs.png
Regards,
JosueHey!
That’s not theme-related, but on the user’s end, at least for me it loaded in 3-4 secs.
Regards,
JosueHi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(this).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueMay 14, 2015 at 8:14 pm in reply to: Switching to advanced editor from default editor breaks subscription email #444574I see, you’re using Jetpack Suscriptions module, try the following:
https://wordpress.org/support/topic/jetpack-subscription-when-new-post-should-send-just-snippet-not-entire-postCheers!
JosueHi!
I don’t see anything wrong with the grid – http://a.pomf.se/qcplsm.png, can you post a screenshot of the issue?
Best regards,
JosueHi,
They’re both effective, it just that W3 Total Cache may be an overkill for some users that don’t need all those features so WP Super Cache would be a better option for them.
Regards,
JosueHm, that’s strange. Can you apply it for a moment so i can check what happens with the grid?
Regards,
JosueHey!
Yes, it may represent a higher workload if you have tons of conditionals in your functions.php, however you can always cache your website when you’re done with it.
Best regards,
JosueMay 14, 2015 at 8:53 am in reply to: Switching to advanced editor from default editor breaks subscription email #444140Hi,
We’d need to know that in order to fix this issue, can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
There is no need to do that, the promobox button position will be aligned accordingly to the current language set.
Cheers!
JosueHey!
Did you manage to fix it? here’s how the “Der neue Balimo” product looks on my end – http://a.pomf.se/lbmbgz.png
Cheers!
JosueHi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueMay 13, 2015 at 5:26 pm in reply to: Full width slider video shows first frame again after video ended #443869You are welcome, glad to help :)
Regards,
JosueHi!
You forgot the link to the site.
Regards,
JosueWhere does that button normally appears?
Regards,
JosueHi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $("#av_section_1 video.avia_video").attr("poster", "http://harakastudio.com/test/wp-content/uploads/2015/03/bg-load1.png"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
Josue-
This reply was modified 10 years, 10 months ago by
Josue.
May 13, 2015 at 9:36 am in reply to: Switching to advanced editor from default editor breaks subscription email #443652Hi!
What tool are you using to send the posts to your subscribers?
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
Code block should work most of the times, the thing is as it is part of the post content it may be affected by filters made by WordPress, the theme and/or external plugins.
A more reliable and modular way to add custom CSS would be to use a hook, like wp_head(+ is_page()):
add_action('wp_head', function() { if(is_page("12")){ ?> <style> .custom_css{ color: red; } </style> <?php } if(is_page("24")){ ?> <style> .custom_css{ color: red; } </style> <?php } if(is_page("48")){ ?> <style> .custom_css{ color: red; } </style> <?php } });Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
You should get notifications for most updates, especially critical ones. Sometimes however, Kriesi may set a update to not notify users in order to get an initial feedback from a smaller userbase and then release a subsequent patch.
Regards,
JosueI’ve tagged Kriesi to this topic, please wait.
Regards,
JosueHi!
Use these tools to give you an idea of what is slowing your website and how to fix it:
http://tools.pingdom.com/fpt/
http://www.webpagetest.org/Also check out these plugins:
https://wordpress.org/plugins/wp-super-cache/
https://wordpress.org/plugins/bwp-minify/
https://wordpress.org/plugins/wp-smushit/Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
Josue -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
