Forum Replies Created
-
AuthorPosts
-
June 28, 2016 at 8:33 pm in reply to: custom pages for restaurant reservations mixes op enfold header #654445
Hi!
Can you please also give us the link of the images?
Hard to find them :-)Regards,
BasilisHi quick-brown-fox!
NIce site, I got a bit hungry with that burger.
I have loaded your web site and I could not see any issue, can you please show us with a screenshot?Thanks a lot
Cheers!
BasilisHi!
Please feel free to let us know if you need anything else from us, we will be more than happy to help you out.
Best regards,
BasilisHey!
Glad yu did.
Please do not hesitate to open a new ticket if needed.Thanks a lot for your patience and understanding
Regards,
BasilisJune 28, 2016 at 8:17 pm in reply to: Different logo for smartphones only (excluding the tablets) #654431Hey L!
Please take a look at the following plugin, which let you add different placments per device:
https://wordpress.org/plugins/mobble/is_handheld(); // any handheld device (phone, tablet, Nintendo) is_mobile(); // any type of mobile phone (iPhone, Android, Nokia etc) is_tablet(); // any tablet device (currently iPad, Galaxy Tab) is_ios(); // any Apple device (iPhone, iPad, iPod)
Let us know if that works out for you
Best regards,
BasilisHi QBDSwedenAB!
That would require some custom modifications which we do not offer.
Please do try to hire a freelancer, who will be able to assist you with that process.Thanks a lot for your patience and understanding
Regards,
BasilisHey UNBUENPLAN GROUP,
Our Spanish speaking supporters are assigned to the ticket, so they can help you out.
Thanks a lot
Best regards,
BasilisHey!
Please provide us a link of your web site, we can transform the align of that area, so we can fix it.
Thanks a lot
Regards,
BasilisJune 28, 2016 at 8:00 pm in reply to: Google Maps – Oops! Something went wrong. This page didn't load Google Maps #654417Hey!
Kriesi is working on an update, to fix the things with Google Maps.
Please be patience until he gets it shorted out, we would appreciate it a lot.Thanks a lot
Best regards,
BasilisHi carol_cowe!
That is most probably because of the Memory Limit your hosting provider has to your package.
Please do ask to increase it at 256M and that will solve your issues.Thanks a lot
Cheers!
BasilisHey lumbajac!
Can you please provide us an example of what you mean, so we can actually understand?
Thanks a lotBest regards,
BasilisHey!
Glad we got it short out!
Please feel free to let us know if something else is needed.
Thanks a lot for your time and patience, we do appreciate it a lot.Cheers!
BasilisHey Juliandaddy!
I notice that there is an open div, when the site is on responsive mode.
Maybe providing us backend access, whould help to inspect the page and help you more with it.Thanks a lot
Best regards,
BasilisJune 27, 2016 at 8:22 pm in reply to: GOOGLE MAP Fetch Coordinates’ Button is not working :/ #653950Hey!
There is an issue with google maps, that Kriesi is working on it.
There will be an update as soon as possible, thanks a lot for your patienceRegards,
BasilisHey!
For some reason the CSS seems to be missing, can you please add the following:
.activeTitle .toggle_icon .vert_icon {
border: 3px solid #000 !important;
}
.toggle_icon .hor_icon {
border-color: #000 !important;
}Please add that and let me know if it fixes your issues
Cheers!
BasilisHey!
Please change your code as the following
if ( is_page( 'home' )) { add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); } }
If I catched the error correctly, you must be ok.
Let me know if I have missed something.
Regards,
BasilisHey AdrianSmithUK!
Templates are been used to use them on a new page creation.
As the data are stored on the database, updating something after adding it and update all the content, could crush a database with many entries.Please do let me know if that is clear for you.
Best regards,
BasilisHi druzes!
You have to remove the alt attributes of the images.
That is not although a really good solution, as the alt values are there for the purposes of accessiblity and for people with issues on reading to be able to see what is placed on that possition.Hope those informations do help you out.
Cheers!
BasilisHi!
Glad we got it short out.
Please do remember to rate our theme, from your Themeforest dashboard, it help us a lot.
Feel free to open a new ticket if anything else is needed.Regards,
BasilisHey!
Portfolio items can only be filtered with category or tags.
At the enfold demo you see the products, witch has nothing to do with the Portfolio, I am afraid.Please do let us know if we can do anything else
Regards,
BasilisHey!
Thanks a lot for that.
That seems to be a modification outside our support scope, so would need to hire someone else most probably
who will be able to assist you further with your issue.Thanks a lot for your patience and understanding, we do appreciate it a lot
Cheers!
BasilisHi!
Glad you got it short out.
Please feel free to let us know if anything else is needed.Cheers!
BasilisHi haschkeks6696!
.avia_message_box.avia-color-blue {
text-transformation: lowercase;
background: rgba(0,0,0,0.5);
}change the RGBA value, with the value of color and opacity you want.
Cheers!
BasilisHey Poirot!
You can try out WordFence.
They are a really nice plugin, with many different possibilities and a huge database.Please let us know if we can do anything else for you
Cheers!
BasilisJune 27, 2016 at 6:42 pm in reply to: How to Start a responsive full width Instagram section #653912Hi!
That is a lot of modifications to the instagram feed I am afraid, which is out side our support scope.
We would suggest, if not possible to do it a lone, to hire someone who is more eligible to do it for you.Thanks a lot for your understanding.
Regards,
BasilisHey Phet!
That depends on how you want to track the informations and the visitors.
Based on the marketing you are doing and if you actually target as different people per language.There are different tags you can use per language to mark the users but also google analytics understands the traffic alone
Best regards,
BasilisHey edfaber!
You can use the following
http://stackoverflow.com/questions/4907843/open-a-url-in-a-new-tab-and-not-a-new-window-using-javascriptwhere it does explain how and what code to use, so a link will open to a new window.
Please do let us know if we can do anything else for you.
Best regards,
BasilisHi ThomasNorden!
As that is a third party plugin, we do not offer support and the plugin authort should take a look basicly.
But can you please share with us backend access, so we can give it a look and see if we can help and how?Thanks a lot
Cheers!
BasilisHi clairemartindigital!
You can add the following to your functions.php file
function add_custom_script() { ?> <script> $(function() { // Get page title var pageTitle = $("title").text(); // Change page title on blur $(window).blur(function() { $("title").text("Don't forget to read this..."); }); // Change page title back on focus $(window).focus(function() { $("title").text(pageTitle); }); }); </script> <?php } add_action('wp_head', 'add_custom_script');
Please do let us know if we can do anything else from you.
Regards,
BasilisHi!
NO worries.
Please do keep us updating if you need something else from us, we would be happy to assist.Cheers!
Basilis -
AuthorPosts