Forum Replies Created
-
AuthorPosts
-
Hey!
Try asking your server provider support to enable the mb_strimwidth PHP function (Multibyte String Functions).
Best regards,
JosueHey!
Do you have access to your PHP error log?
Regards,
JosueSeptember 15, 2014 at 5:52 am in reply to: New Custom Classes don't seem to work after updating to Worpdress 4.0 #319015Hi!
The class is getting applied, the problem may be with the code, can you paste the code you are trying to use?
Cheers!
JosueHey Sandra!
I couldn’t note the error on your website.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
That featured is not available at the moment, you’d need to use a specialized plugin like CF7 or Gravity Forms.
Best regards,
JosueHi,
Can you post the link to the page please?
Regards,
JosueSeptember 15, 2014 at 4:53 am in reply to: How to persuade Google to display Enfold links in right order? #318994Hey!
Remove the dummy content, also you can use the remove tool:
https://www.google.com/webmasters/tools/removalsCheers!
JosueHi David!
You can try the following (Quick CSS):
.avia-tooltip { opacity: 1 !important; display: block !important; }That will show all tooltips present on the page.
Regards,
JosueHi!
I think that may be happening because the geodir_get_current_location is directly echoing the result, you’d need to fix that on your end. Regarding limiting this mod to certain pages you can do the following:
add_filter('avf_title_args', 'avia_change_title', 10, 2); function avia_change_title($args, $id) { if(!is_page(22)){ $current_location = geodir_get_current_location(); $args['title'] = $current_location; } return $args; }22 being the ID of the blog page.
Cheers,
JosueHey!
Here’s how it looks for me on IE8 – http://screencast.com/t/y7q6mleyy0Pq
Can you post a screenshot of your view?
Best regards,
JosueHey Daniela!
Try setting a manual Excerpt (Screen Options).
Cheers!
JosueSeptember 15, 2014 at 4:44 am in reply to: Change spacing (padding or margin) above and below site logo ? #318984Hi,
Can you post the link to your website please?
Regards,
JosueHey!
The link you posted is using Enfold, can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueSeptember 15, 2014 at 4:39 am in reply to: Second-level nav/menu bar encroaches on full-width layerslider #318978Hi!
Can you post a link to the page where you are trying this?
Best regards,
JosueHey!
The website you posted is not loading for me, checked here too:
http://www.downforeveryoneorjustme.com/http://sitestage.findly.com/Best regards,
JosueHey Michael!
Try adding this code to the Quick CSS:
li#menu-item-7383 .avia-menu-text { padding: 10px; border: 1px solid; }Cheers!
JosueHi!
It should be right here (Portfolio Grid element):

Cheers!
JosueHi!
Here’s how it looks for me on iPad (simulator, portrait and landscape):
https://www.dropbox.com/s/io3v92r5liq229k/Screen%20Shot%202014-09-14%20at%209.14.37%20PM.png?dl=0
https://www.dropbox.com/s/n9u1ld7s3od84co/Screen%20Shot%202014-09-14%20at%209.14.49%20PM.png?dl=0Can you post a screenshot of your view?
Best regards,
JosueHi!
I made a test page (called Test) with a masonry element and it’s working as expected, please check it.
Best regards,
JosueSeptember 15, 2014 at 4:06 am in reply to: Bug in Maps Element – Odd Vertical Scroll Bar that Does Nothing #318967Hey!
Try adding this code to the Quick CSS:
.gm-style-iw { height: auto !important; }Cheers!
JosueHi Alex,
Can you post the link to your website please?
Regards,
JosueSeptember 15, 2014 at 3:55 am in reply to: Front page h1 tag and alt tag on static page in Enfold #318961Hey!
1. The fullscreen slider uses an image as a background image, there is no way to set an alt tag to that, i’d recommend checking LayerSlider instead where you have full control of the elements shown in the slider.
2. I’m not a SEO expert but i’d suggest putting some relevant lead text as the h1 of the frontpage, you can do that using a Special Heading element (Content Elements) for that.
Cheers!
JosueHey!
No, Enfold doesn’t have a twitter widget available as shortcode. Check out this plugin though:
https://wordpress.org/plugins/ai-twitter-feeds/Best regards,
JosueHi!
I created a test page (called “Test”) and the toggles seems to work fine.
Best regards,
JosueSeptember 15, 2014 at 3:17 am in reply to: My get "style=visibility: visible; opacity: 0;" added on html output #318954Hi!
The masonry elements are displaying fine, i believe those tags are added by Isotope (the script that handles masonry elements).
Best regards,
JosueSeptember 15, 2014 at 2:41 am in reply to: Plugin conflict with Codecanyon's "Content timeline" #318950Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function disable_popup() { if(is_page(array(2, 3, 4))) wp_dequeue_script( 'avia-popup' ); } add_action( 'wp_enqueue_scripts', 'disable_popup', 100 );Change 2, 3, 4 for the pages (ID) where you don’t want the popup script to be included.
Cheers!
JosueSeptember 15, 2014 at 2:39 am in reply to: New Custom Classes don't seem to work after updating to Worpdress 4.0 #318948Hey!
I made a test page (Test) and it seems to work just fine, put a Text Block with class of “cas”.
Best regards,
Josue -
AuthorPosts
