Forum Replies Created
-
AuthorPosts
-
September 9, 2014 at 2:08 am in reply to: Leave a reply / comment not working on blog posts? #315491
Hi!
Try increasing the memory allocated to PHP:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPCheers!
JosueSeptember 9, 2014 at 2:05 am in reply to: National characters not displaying on some computers. #315488September 9, 2014 at 1:57 am in reply to: Bug: Use of custom Google fonts with a + in the name #315484Hey!
Use this code:
add_filter( 'avf_google_content_font', 'avia_add_content_font'); add_filter( 'avf_google_heading_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Titillium Web'] = 'Titillium+Web'; return $fonts; }And add this to Quick CSS:
body { font-family: 'Titillium Web'; }Cheers!
JosueSeptember 9, 2014 at 1:51 am in reply to: Enfold Admin Panel Issue with Optimize Press Enabled #315480Hey!
Try adding this at the very end of your theme functions.php file:
function my_custom_admin_head(){ echo '<style>#wpwrap .avia_style_wrap select { width: 260px !important; }</style>'; } add_action('admin_head', 'my_custom_admin_head');Cheers!
JosueHey!
It won’t work unless you update the theme to the latest version too (2.9.2).
Regards,
JosueHi!
Can you paste the code you are trying to use?
Regards,
JosueHey!
1. Make sure your slider has the autorotation setting active.
2. Those strings are already translated, you just need to have your WordPress installation in Norwegian.
3. Use this plugin to disable the comments.Regards,
JosueHi Justin!
You’d need to use a more advanced plugin form to achieve that, like:
http://wordpress.org/plugins/contact-form-7/Cheers!
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi Sebastiano Ferrari,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueHey!
Go to Enfold > Header Layout > Mobile Menu and change the option that makes the hamburger menu icon appear sooner.
Regards,
JosueHi,
Can you please create us an account (page is in maintenance)? post it here as a private reply.
Regards,
JosueSeptember 9, 2014 at 1:12 am in reply to: Transparent Iframe using underlying Enfold page as the Iframe – CSS? #315456Hi,
Can you post the link to the page where you are trying this please?
Regards,
JosueHey!
Couldn’t note it on my end (IE 11 / Win 7.1), but if you say a resize does the trick then add this to functions.php
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(window).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Cheers!
JosueHey!
Seems you already achieved that.
Regards,
JosueHey!
I think you are using the wrong comment, refer:
http://stackoverflow.com/questions/13785587/if-ie-not-working
http://css-tricks.com/how-to-create-an-ie-only-stylesheet/Please note that this is not a theme issue at all.
Regards,
JosueHi,
Please contact the plugin author for more info about the issue. Support for third-party plugins is beyond the support scope we offer. You can also contact a developer to help you debug the plugin.
Regards,
JosueHi!
Try setting that in Slider Settings > Appearance.
Cheers!
JosueHi!
Can you elaborate more on your issue? a link to your website would be helpful too.
Regards,
JosueHey!
Change the code to this:
add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2); function avia_add_social_toolbar($id = "", $context = "") { if($context == "post") avia_social_share_links(); } add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { if(is_singular('post')){ $content .= avia_social_share_links(array(), false); $content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>'; } return $content; }Cheers!
JosueHey!
Probably one of your plugins wasn’t compatible with the new version of WordPress.
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
Try adding this at the very end of your theme functions.php file:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(window).trigger('resize'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueSeptember 8, 2014 at 11:50 pm in reply to: Quick CSS – is this retained when theme is updated? plus feature request #315410Hi!
You can put your custom css in your child theme style.css file, regarding the other thing, try:
[class*=date]{ display: none; }Regards,
JosueHey!
This could work, add this line to wp-config.php:
define( 'CONCATENATE_SCRIPTS', false );But the root of the problem is the “Comprehensive Google Map Plugin” which is not compatible with WP 4.0:
http://wordpress.org/support/plugin/comprehensive-google-map-pluginCheers!
Josue-
This reply was modified 11 years, 7 months ago by
Josue.
Hey!
Have you tried putting the code as a slideshow caption?
Regards,
JosueHi Erwin!
This will do it:
#top .main_color .content p a, #top .main_color .sidebar a{ font-size: 13px !important; }Cheers!
JosueHi,
LayerSlider is working, but it handles images differently than Revolution Slider (both are paid plugins), so if you want that exact same behavior of RS you’d need to get RS.
It’s worth noting that we are not the developers of LS, it is just a bundled plugin included in the theme package.
Regards,
Josue -
This reply was modified 11 years, 7 months ago by
-
AuthorPosts
