Forum Replies Created
-
AuthorPosts
-
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you please hand us a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueHey!
We don’t know for certain because we are not familiar with that plugin. I guess the plugin is IDX right? i would suggest trying to reach with a developer here:
http://www.idxbroker.com/developers/searchRegards,
JosueWell that makes sense, seems there must be three
av_one_thirdin order to work (you can place an empty one at the end if you want to use two).Cheers!
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHi @apower84!
You can enable this:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Cheers!
JosueOk, replace that with this:
.footer_color { background: #222222 url(//newinceptions.com/wp-content/images/footer/Background/Footer-Background2.png) no-repeat scroll; background-position: center top; background-size: auto; } @media only screen and (max-width: 767px) { .footer_color{ background-position: center bottom; background-size: contain; } #footer .flex_column:nth-child(3), #footer .flex_column:nth-child(4) { width: 48% !important; float: left; } }Best regards,
JosueHey!
Check the first one “Test Portfolio Item”.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
It’s expected the image doesn’t show there because the code is wrapped by a media query that tells the browser to only apply the code in 767px width or less:
@media only screen and (max-width: 767px) { }Regards,
JosueHey!
That doesn’t look like the footer in the site you linked, here’s how i see it – http://imgur.com/581iRU6
Cheers!
JosueHi!
Can you post a screenshot of your view?
Regards,
JosueHey!
Hand me an admin access via private reply and i’ll add the fix for you.
Cheers!
JosueHi!
Sure, use this code in your theme / child theme functions.php:
function avf_post_slider_entry_excerpt_func($excerpt, $prepare_excerpt, $permalink, $entry ) { return $entry->post_content; } add_filter('avf_post_slider_entry_excerpt', 'avf_post_slider_entry_excerpt_func', 10, 4);Best regards,
JosueHi!
Thanks but i can’t edit the theme files, try the following, open /config-templatebuilder/avia-shortcodes/portfolio.php and look for line 724:
$output .= $content;Change it to:
$output .= do_shortcode($content);Best regards,
JosueHey!
I can see the image but it’s sitting at the bottom, try changing the backgrounds position setting to:
background: #222222 url(https://newinceptions.com/wp-content/images/footer/Background/Footer-Background2.png) center top no-repeat scroll;Best regards,
JosueJanuary 5, 2016 at 11:11 am in reply to: Possibility to remove URL-Parameter # for active toggles e.g.? #559836You are welcome, glad to help :)
Regards,
JosueJanuary 4, 2016 at 11:35 pm in reply to: Getting Mailchimp Optin on a single line (Horizontal) #559574You are welcome, glad to help :)
Regards,
JosueJanuary 4, 2016 at 10:48 pm in reply to: Getting Mailchimp Optin on a single line (Horizontal) #559548Hey!
Try with this:
.av-sub-box .mc4wp-form .modified_width .button { padding: 8px; }Regards,
JosueDe nada, un gusto poder ayudarte.
Saludos,
JosueHey!
I’m not sure what could be preventing
is_searchfrom working with the Yoast hook here, try posting a thread in Yoast WP forum:
https://wordpress.org/support/plugin/wordpress-seoCheers!
JosueHey!
Try:
#top #wrap_all .av-share-link a{ font-size: 60px; }Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
Can you please create us a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueHi!
This code should work:
add_filter('wpseo_canonical', function() { if(is_search()) return false; });If it doesn’t please try contacting Yoast support as the canonical link is being added by the Yoast plugin and not the theme.
Regards,
JosueHey!
The exact field name is (in wp_options):
avia_options_enfoldenfoldshould be changed if your theme folder name is different. It should contain a long JSON-like value that has all the options set in Theme Options.Cheers!
JosueHi!
Yes, my install is running on WP 4.4, it would be ideal if you can set-up a test install in the same server so we can do some debugging and maybe find the culprit of the issue.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top #wrap_all .av-share-link, #top .av-share-box ul { border: 0; } #top #wrap_all .av-share-link a{ color: black; } #top #wrap_all .av-share-link:hover a{ background: none; color: #22b3ed; }Cheers!
Josue -
AuthorPosts
