Forum Replies Created
-
AuthorPosts
-
Hi,
I’m not sure I understand the reply.
Best regards,
Jordan ShannonJuly 10, 2017 at 8:33 pm in reply to: where can I add a script to track visitor behaviors for email marketing? #818967Hi,
I’m glad you were able to get this figured out. If you need addtional help, please let us know here in the forums.
Best regards,
Jordan ShannonJuly 10, 2017 at 8:31 pm in reply to: Logo Size being written into image tag, re-sizing through CSS distorts #818966Hi,
Would you be able to provide admin info for the Dashboard?
Best regards,
Jordan ShannonJuly 10, 2017 at 4:48 pm in reply to: Logo Size being written into image tag, re-sizing through CSS distorts #818854Hi,
I have removed the sizing attributes with a small bit of JS. Please see the following:
This is what was added to functions.php:
function LogoSizeCorrection() { echo '<script type="text/javascript"> // Document ready jQuery(document).ready(function(){ jQuery(".logo a img").removeAttr("width height"); }); </script>'; } add_action( 'wp_footer', 'LogoSizeCorrection' );Let me know if this is okay
Best regards,
Jordan ShannonHi,
And there was no theme update either?
Best regards,
Jordan ShannonHi,
Have you attempted to use the actual price list option with minimal design on the table? Please see the following:
Perhaps this in conjuction with WooCommerce’s product shortcode would be a suitable solution?
Otherwise, please add you catalog element concerns to our features request:
Best regards,
Jordan ShannonHi,
Okay now we’re cooking. I put the following in functions.php and it works. You just need to put the news anchor.
function HomePageAnchorCorrection() { echo '<script type="text/javascript"> // Document ready jQuery(document).ready(function(){ jQuery("#menu-item-367 a .avia-menu-text").css("color", "#b9212d").click(function(){ jQuery("#menu-item-367 a .avia-menu-text").css("color", "#19cc8a"); jQuery("#menu-item-297 a .avia-menu-text").css("color", "#b9212d"); }); jQuery("#menu-item-297 a .avia-menu-text").click(function(){ jQuery("#menu-item-297 a .avia-menu-text").css("color", "#19cc8a"); jQuery("#menu-item-367 a .avia-menu-text").css("color", "#b9212d"); }); }); </script>'; } add_action( 'wp_head', 'HomePageAnchorCorrection' );Best regards,
Jordan ShannonHi,
And the scroll is what you hope to remove?
Best regards,
Jordan ShannonJuly 10, 2017 at 3:39 pm in reply to: Logo Size being written into image tag, re-sizing through CSS distorts #818810Hi,
If you’re uploading the image via WordPress’s Media Manager, goto > Settings > Media in your admin panel and configure the max dimensions for the “Large” images uploaded via this.
Also, make sure there is no generic css overriding your image sizes anywhere (from a plugin, quick css, etc)
Best regards,
Jordan Shannon-
This reply was modified 8 years, 8 months ago by
Jordan Shannon.
Hi,
If you can’t use the catalog element specifically, could you use a table and style it to be viewed as a catalog? The catalog element is specifically for price lists so adding additional columns would require more time and coding than can be provided here in the forums.
Best regards,
Jordan ShannonHey unicaweb,
You want the full width colored or just the small section where the links appear?
Best regards,
Jordan ShannonHi,
It should be released within the next 24-48 hours. Keep a lookout for the notification.
Best regards,
Jordan ShannonHey Andreas,
So essentially when you get the success message it is not viewed by the user? They have to scroll?
Best regards,
Jordan ShannonJuly 10, 2017 at 8:21 am in reply to: Seperate icon loading with no animation only and rotation on the other only #818592Hey Cordell,
Please provide admin info so we can log in and look into this issue further. Also, I am not seeing any bullets or ticks, or any animation effects on the page. Can you screenshot the section I should be focusing on.
Best regards,
Jordan ShannonHi,
Have you added any updates or additional plugins that may have effected the original solution given to you?
Best regards,
Jordan ShannonJuly 10, 2017 at 8:08 am in reply to: Logo Size being written into image tag, re-sizing through CSS distorts #818585Hi,
So you need to access the height attributes directly in the image tag?
Best regards,
Jordan ShannonHi,
Please try deactivating the WordFence plugin first. If that doesn’t work try to deactivate the others to see if one may not be causing a scripting conflict.
Best regards,
Jordan ShannonJuly 10, 2017 at 8:01 am in reply to: Mega Menu doesn't work on mobile if you "Hide Mobile Menu Submenu Items" #818580Hi,
We hope to have a new update released Monday that may possibly address this issue. We will keep an eye out for the fix.
Best regards,
Jordan ShannonHi,
Please provide a link to the site/page in question so we can look into this further. The answer above is over two years old so the solution may have changed since then.
Best regards,
Jordan ShannonHi,
So essentially what you need is a 3 column menu as opposed to 2?
Best regards,
Jordan ShannonHey Thorsten,
If possible, please provide admin info so we can login and look into this issue further. This should be possible with an edit to functions.php.
Best regards,
Jordan ShannonHi,
I’m glad Nikko’s solution worked for you. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
This is what I’m seeing on your WP-Dash. It’s not matching up:Best regards,
Jordan ShannonJuly 8, 2017 at 10:07 pm in reply to: Enfold files/directories having insecure permissions (777) #818298Hi,
The files can be accessed and changed via FTP, or cPanel. It is not explicitly required that you changed them back, it is just a general recommended security measure if you choose to do so. Some files may require that the permissions be 777 for updates as they will need to be overwritten.
Best regards,
Jordan ShannonHi,
You did this from the wp dash? Perhaps your user rights are above mine?
Best regards,
Jordan Shannon-
This reply was modified 8 years, 8 months ago by
Jordan Shannon.
July 7, 2017 at 9:46 pm in reply to: Enfold files/directories having insecure permissions (777) #818017Hey Pia,
Have you been able to view the following:
http://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/
Best regards,
Jordan ShannonHi,
I’m glad Vicotria’s solution was able to help you. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Please add the following to quick css:
.avia-caption, .avia-inner-caption, .avia-inner-caption > * { width: 100%; left: 0; }Best regards,
Jordan ShannonJuly 7, 2017 at 9:38 pm in reply to: Social media icons – color/full version? Also – background color of main menu? #818013Hi,
No, unfortunately you would have to work this out via css. There are no default solutions for those icons.
Best regards,
Jordan ShannonHi,
Yes, the logo as it is now it seems to be apart of the menu which is why it doesn’t show on mobile. It should have been structured differently. Please see the following for an idea:
Best regards,
Jordan Shannon -
This reply was modified 8 years, 8 months ago by
-
AuthorPosts
