Forum Replies Created
-
AuthorPosts
-
Hey!
That’s the post shortlink and it is used instead of the permalink because of twitter character limit, you can change this with the following filter in your theme / child theme functions.php:
add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1); function avia_add_social_share_link_arguments($args) { $args['twitter'] = array("encode"=>true, "encode_urls"=>false, "pattern" => "https://twitter.com/share?text=[title]&url=[permalink]"); return $args; }You can add the @via thing there too.
Regards,
JosueHi Jan!
That code should work, can you post a link to the site? an admin account may be needed to.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#top .mfp-bg { background-color: #999999; opacity: 1; }Adjust as needed.
Cheers!
JosueHey Michael!
Try adding this code to the Quick CSS:
#footer .flex_column { border-right: 1px dotted; padding-right: 30px; min-height: 400px; } #footer .flex_column:last-child { border: 0; padding-right: 0; } #footer .widget { margin: 0; } .flex_column .widget .widgettitle { margin: 0; }Cheers!
JosueHey Gary!
Did you add the widget to the header? i’m not seeing it on your site.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#top .inner_product_header { min-height: 650px; }Cheers!
JosueHey!
Try the following workaround:
https://kriesi.at/support/topic/firefox-on-android-nastyness/#post-379701Best regards,
JosueSince mobile browser scroll to top automatically when top of the browser touched, we removed back to top button to save space.
Hey!
No, you should change that in Settings > General > Blog Address. If you’re not ready to do that yet you can use the following filter (in theme / child theme functions.php) to artificially change the logo link:
add_filter('avf_logo_link', function() { return "http://www.webjimz.com/"; });Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.ajaxresponse{ text-align: center; }Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi Gary!
Please refer to the following (2nd snippet):
http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/Cheers!
JosueTry adding this too:
.tagcloud a { float: none; display: inline-block; }Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .responsive #scroll-top-link { display: block!important; }}Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function wpcodex_add_excerpt_support_for_pages() { add_post_type_support( 'post', 'page-attributes' ); } add_action( 'init', 'wpcodex_add_excerpt_support_for_pages' );Cheers!
JosueHi!
This is a known bug of Code Block + textarea elements, i’d suggest you using a Text Block instead or wrapping your form code into a custom shortcode.
Regards,
JosueHello,
The source doesn’t seem to be responsive, there’s nothing you can do if you don’t have access to that.
Regards,
JosueAugust 27, 2015 at 1:19 pm in reply to: Enfold issue on IE11 – no layer slider, no post slider #494107Hey!
Try with this:
.image-overlay { display: none !important; }Cheers!
JosueHi!
Not possible with the default header menu but you can do that with the FullWidth Submenu element, there’s an option to make it “sticky”.
Regards,
JosueAugust 27, 2015 at 1:03 pm in reply to: Remove template button from avia page builder for non-admins #494083Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_action('admin_head', function() { if( !current_user_can('activate_plugins') ){ ?> <style>.avia-template-save-button-container{ display: none; } </style> <?php } });Cheers!
JosueHi Borgekarl!
We haven’t tried that plugin but you should give a try (as it is free).
Best regards,
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueAugust 27, 2015 at 12:48 pm in reply to: Enfold issue on IE11 – no layer slider, no post slider #494069Hi!
Have you checked it on another computer? the sliders seems to be working fine on my end – http://screencast.com/t/9KLH5v1gI
Regards,
JosueSorry, it’s disabled now. Can you post a screenshot/mockup of what would be the ideal look?
Hi,
Can you post the link to on the sub-category listing where you want to hide the shorting buttons?
Regards,
JosueHi!
Your Widget areas may have been reseted, check in Appearance > Widgets.
Regards,
Josue -
AuthorPosts
