Forum Replies Created
-
AuthorPosts
-
Hey Fiorilla!
Although you set the footer to show in Theme Options each Page can also have its own settings, in this case the homepage was set to not show the footer widget, i’ve changed that now – http://screencast.com/t/LcifDfPg
Regards,
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHey!
You could make use of a Footer Text Widget, can you paste the code or image you need to place?
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#top #wrap_all .av-social-link-facebook a{color:#fff; background-color:#37589b; }
Cheers!
JosueHi!
That’s not something you install on Enfold / WordPress but on your domain, you’d need to do that on your domain managing interface, try contacting your domain provider support if you need help with that.
Best regards,
JosueHey!
I’m afraid Enfold is not 100% translated to Chinese so you’d need to do the translations yourself, you can do that by using a plugin like this: https://wordpress.org/plugins/loco-translate/
Regards,
JosueHey!
was told it’s a smaller plugin than the slider one so will load quicker etc for visitors.
That’s correct, Enfold’s Color Section uses fewer resources than LayerSlider, i’d suggest that if you’re not going to use LayerSlider at its full potential (individual layers, custom animations, etc) it would be best to go with a Color Section.
Cheers!
JosueHey!
Try the following, replace related-posts.php with this:
https://gist.github.com/josueochoa/49140634661821a54809a4271469a764Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueThe modification seems to be working as expected, i set a custom URL to the “Walnut” item and it did linked to it.
Ignore my last reply, i think i managed to find a workaround, check the gallery page please.
Regards,
JosueAfter looking again at this i’m afraid it would require an extensive modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueAfter looking again at this i’m afraid it would require an extensive modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueTry with a higher value in the first number, so the block ends up like:
if(st < el_height/2.5) { newH = el_height - st; if(st <= 0){ newH = el_height; } av_change_class(header, 'remove', 'header-scrolled'); //header.removeClass('header-scrolled'); } else { newH = el_height/1.5; //header.addClass('header-scrolled'); av_change_class(header, 'add', 'header-scrolled'); }
Hi!
Do you have any minification/caching plugin running on your site?
Regards,
JosueHey!
It is a link to a list of 5 plugins that let you post content from the frontend:
premium.wpmudev.org/blog/wordpress-post-frontend-plugins/Regards,
JosueHi!
Please set the user as an administrator.
Regards,
JosueTry the following:
http://wordpress.stackexchange.com/a/45307Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueThat’s interesting, you can change the pattern of the Pinterest share link with this code (functions.php):
add_filter('avia_social_share_link_arguments', 'modify_pinterest_pattern', 10, 1); function modify_pinterest_pattern($args) { $args['pinterest'] = array("encode"=>true, "encode_urls"=>true, "pattern" => "http://pinterest.com/pin/create/link/?url=[permalink]&description=[title]&media=[thumbnail]"); return $args; }
April 1, 2016 at 8:16 pm in reply to: Problems With "Social Share Buttons" / Share with Facebook #606847Looks like the lifted the block, check the URL again in the scrape tool:
https://developers.facebook.com/tools/debug/og/object/You won’t lose the theme settings when updating the parent theme, they’re bound to the current theme activated (the child one).
Cheers!
JosueHello,
No, i’m suggesting you to provide us with the information required to do tests and diagnose the problem, if you’re not willing to cooperate with us then i guess there’s nothing we can do to help you. In any case, as you managed to solve the issue on your own i’ll proceed to close the thread, if you need further assistance with this issue (or any others) feel free to open a new ticket.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueCould be caused by many factors but one workaround you could try is set a custom manual Excerpt for the Posts you’re going to use ALB, that way that will show in the homepage instead of the ALB content.
Change the whole block to:
$custom_link = get_post_meta( $id ,'_portfolio_custom_link', true) != "" ? get_post_meta( $id ,'_portfolio_custom_link_url', true) : false; if($custom_link) { $this->loop[$key]['url'] = $custom_link; }else{ $this->loop[$key]['url'] = wp_get_attachment_image_src(get_post_thumbnail_id($id), 'full')[0]; }
Hi!
Hope you are having a good day!
Can you please post a link to the site with the issue? backend access will be needed too so we can do some tests (you can post that in the private content section of the reply box).Cheers!
JosueYou are welcome, glad to help :)
Regards,
Josue -
AuthorPosts