Forum Replies Created
-
AuthorPosts
-
Hi,
I am really sorry i kept privacy for the link.Now you will be able to access the link.
Thanks!
Hi,
The screenshot which you attachedis wrong.
The right position of hotspot are shown in 2nd screenshot which i am attaching.
https://drive.google.com/open?id=1bsHLNBFTWIVgDTZyohLgEWSQpkuPgZpc
screenshot image is correct.Regards,
Nikisha patelHi Team,
I am stuck at on place.My hotspot gets disturb on screen device more than Macbook Pro Retina 15″ and they don’t appear on exact position of the image as it was place, hotspots are displayed at some other location than it was placed .It only gets disturb on screen of imac 21.5 and imac 27.
Below is the link for your reference.
- This reply was modified 6 years, 3 months ago by nikishavardaam.
Hi,
I uploaded but still it’s not working for me.
Hi,
Yes i imported.But still it is not working i am sharing my details in private message please find.
Regards,
NikishaHello ,
I have added yelp icon code to my function.php.I can find that my yelp link is added everything is working fine but icon is not coming.
// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons[‘yelp’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘uf1e9’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);// Add new icon as an option for social icons
function avia_add_custom_social_icon($icons) {
$icons[‘yelp’] = ‘yelp’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);I am sharing my site details in private details.Please check.
welcome.Hope it helps you and your developer to solve these bug.
do ask if you have any question.
Hi Yigit,
Sure i have created staging site for you and you can go through the link.
I understand but the issue was not on 1 site but on all my 30 sites where i am using Enfold theme.
Regards,
Nikisha PatelHello Rikard,
Thanks ! But i solved the error.They have used the_widget() on loop-search.php file directly , but forgot to register the widget .
Refere Below Error:
Notice: the_widget was callled incorrectly.Widgets need to be registered using register_widget(), before they can be displayed.Please see Debugging i WordPress form more information.(This message was added in version 4.9.0) in /www/wp-includes/functions.php on line 4148I registered widget using the following code and now PHP Notice error is solved (Note: Error only gets displayed when WP-Debug is enabled.).
function register_avia_combo_widget() {
register_widget( ‘avia_combo_widget’ );
}
add_action( ‘widgets_init’, ‘register_avia_combo_widget’ );
I think this is bug and enfold theme developer will go through and solve in next version.- This reply was modified 6 years, 4 months ago by nikishavardaam.
Is enfold theme compatible with PHP version 5.6.36 ?
Hello Ismael,
Thanks!
It help me and i am able to get hotspot visible on map.
Regards,
NikishaDisabling the file which you mention , still it doesn’t help us in any way.
Result is same.
Sure. Following are the details please find.
Hi,
Thanks!Under performance section : CSS file merging and compression
i enabled the css and javascript both.But their is no output of the image as hotspot.Can you suggest what to do next.should i enque the required css maually.
- This reply was modified 6 years, 5 months ago by nikishavardaam.
Hi,
I have already registered but could not find any page where i can post my issue.- This reply was modified 6 years, 6 months ago by nikishavardaam.
-
AuthorPosts