Forum Replies Created
-
AuthorPosts
-
Hi,
.header-scrolled .logo a img { visibility: hidden; } .header-scrolled .logo a { background: url(_SCROLLED_LOGO_URL_HERE_) no-repeat top center; }Tru the following please
Best regards,
BasilisHi,
I have removed your details from the private date, please create a seperate ticket
Best regards,
BasilisHey hernancouste,
Can you please post in English, so we can help you faster?
Best regards,
BasilisHi,
Most probably the issue is with the php memory limit that needs to be increased or something related to a php version.
We can not be sure on that, there has to be someone who can debug and help you with the process.Best regards,
BasilisHey Briana,
You mean when navigate around with pagination, to go back to top?
Best regards,
BasilisHi,
Thank u for providing the solution! :)
Best regards,
BasilisHi,
Our demo has the same functionality as the themes that are published.
DO you have any active cache software?Best regards,
BasilisHi,
can u show us an exmaple page please?
Do you have any plugins related to 301 or redirections?Best regards,
BasilisHey bitojoe,
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
BasilisHi,
Please add the following
add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod'); function avia_post_nav_settings_mod($settings) { if(is_singular('product')) { $settings['taxonomy'] = 'product_cat'; $settings['is_fullwidth'] = false; } $settings['same_category'] = true; return $settings; }let me know if works
Best regards,
BasilisHi,
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
BasilisHi,
Please go to
Settings -> Permalinks save them again and let us know if it works.Best regards,
BasilisHi,
Can you post us the second license that you have for that site please?
Best regards,
BasilisHi,
That can be done, but as Victoria said it needs more customizations.
Consider to hire a freelancer to help you our with them.Best regards,
BasilisHi,
Those are prety advanced modifications and you should have a child theme in place to do them.
We suggest, to get further assistance and help to please consider hire a freelancer to help you out.Thank you
Best regards,
BasilisJune 5, 2017 at 8:34 pm in reply to: seconday menu/main menu position allowing for 728×90 ad #804127Hi,
You can create a Template and reuse it for the posts.
That could work for you!Best regards,
BasilisHi,
You are right.
You can not trigger a tab with an anchor URL.Here is a code that can be used, to direct a link to urls tab from URL, for WooCommerce.
You can adapt itfunction wc_direct_link_to_product_tabs() { if( is_product() ) { ?> <script type="text/javascript"> jQuery(document).ready(function($) { if( window.location.hash ) { // Vars var tab = window.location.hash.replace('#', ''); var tab_content = 'tab-' + tab; // Tabs $( 'li.description_tab' ).removeClass( 'active' ); $( 'li.' + tab + '_tab' ).addClass( 'active' ); // Tabs content $( '#tab-description' ).hide(); $( '#' + tab_content ).show(); } // when the tab is selected update the url with the hash $(".tabs a").click( function() { window.location.hash = $(this).parent('li').attr("class").replace(' active', '').replace('_tab', ''); }); }); </script> <?php } } add_action( 'wp_footer', 'wc_direct_link_to_product_tabs', 30 );Best regards,
BasilisHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
BasilisJune 4, 2017 at 8:46 pm in reply to: parallax-motion-function on mobile devices (iPad / iPhone) #803705Hi,
Yes that is right
And you can always use media queries, to target properly for different devices.Let us know if there is anything else we can do for you.
Best regards,
BasilisHi,
Thank you for contacting us.
Can you please take a moment and show the issue to the WPML team?
That will help us, because they will do locate why it is happening and help us get somewhere with the issue.They are really polite and they do care for us to have compatibility, which will help us a lot!
Thank you very much
Best regards,
BasilisHi,
I loaded the page and I can see everything loading properly
If not ( as we might not understand the language ) can u please provide us with a screenshot
so we can see what is wrong and try identify the issue and help you?Thank you
Best regards,
BasilisHi,
Please create a new ticket to also provide us backend access to your web site, so we can debug it please.
Thank you
Best regards,
BasilisHi,
I have tested the site extensible and the issue that you are dealing with have nothing to do with our actually product ( as it is working properly everywhere ) but with the server you are hosted at.
I am not sure we can do a lot about that. You do have limits that are not possible to be bypassed from us, but you need to consult with the hosting company to get it short out properly.
We appreciate your understanding and patience.
Best regards,
BasilisHi,
Please change the code to:
.page-id-731 .entry-content { top: 50%; position: relative; }and let me know if it works better for you.
Best regards,
BasilisHi,
The only thing available right now is the Enfold Library, which exists here:
https://github.com/KriesiMedia/enfold-library/You can use that for any stuff you might need.
Best regards,
BasilisHi,
Google Tag manager is something sensitive, on how it will write data, it will work and what information it will give back.
If you do not manage to do it with the directions provided from my team mates, then it should be easier to hire someone to help you with the task and to be sure that you are getting the proper informations back to the tag manager with no errors.Best regards,
BasilisHi,
I assigned Victoria to the task she will check and let u know what chanegs she did :)
Best regards,
BasilisHi,
The best option is to make a staging site, so we can be able to debug the issues
I am afraid, when in live and with a revert option, there are not enough things we can do.Best regards,
BasilisHi,
Yes at the button of functions.php file should work.
If that is not working, you can try rename using a plugin like Loco Translate, it will be easier for you.Thank you
Best regards,
Basilis -
AuthorPosts
