Forum Replies Created
-
AuthorPosts
-
Hey jezza1961,
Edit framework > php > class-breadcrumb.php , find this code:
‘show_home’ => __( ‘Home’, ‘avia_framework’ ), Replace it with: ‘show_home’ => __( ‘shop’, ‘avia_framework’ ),
Best regards,
Jordan Shannon- This reply was modified 7 years, 9 months ago by Jordan Shannon.
March 31, 2017 at 11:41 pm in reply to: Is anyone able to help me write a CSS Class style… thing!? #770204Hi,
What specific text do you need styled? It can be done via the quick css section in Enfold Options. Let me know the exact sections you need styled and I will make the update for you.
Best regards,
Jordan ShannonHi,
Please add this to the bottom of your functions.php file:
function change_aviajs() { wp_dequeue_script( 'avia-shortcodes' ); wp_enqueue_script( 'avia-shortcodes-child', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery'), 3, true ); } add_action( 'wp_enqueue_scripts', 'change_aviajs', 100 );
Best regards,
Jordan ShannonHey JoshHamit,
Please add the following to quick css:@media only screen and (max-width: 767px){ .responsive #top .logo { width: 100%!important; } .responsive .logo img { margin: 0 auto!important; } }
Best regards,
Jordan ShannonMarch 31, 2017 at 10:12 pm in reply to: Is anyone able to help me write a CSS Class style… thing!? #770175Hey WordPressed,
Please provide a link to the site/page that you need help with.Best regards,
Jordan ShannonHey ListenAudio,
Can you provide a screenshot? This is what I am seeing on mobile:
Best regards,
Jordan ShannonHey Arrastia,
I am not able to go to the facebook page directly without having to login first. Perhaps check the settings on the facebook page to see if there is any kind of privacy turned on.
Best regards,
Jordan ShannonHey Ken,
You would need to recreate the folder structure in the child theme and copy the shortcode.js file into it. So child theme folder>js>shortcodes.js.
Then just add the update to the version of the file in your child theme.
Best regards,
Jordan ShannonHi,
I added the hover states back. Please test.
Best regards,
Jordan ShannonHi,
You don’t understand how to implement it or the error it produces?
Best regards,
Jordan ShannonHi,
You can try adding this into quick css:
#av-burger-menu-ul { background-image:url("")!important; }
Just fill in your image link
Best regards,
Jordan ShannonHi,
It seems I am not able to log back into the site. Please check in on it.
Best regards,
Jordan ShannonHi,
If you could please try and explain the issue a little more clearly. Also, for the admin I would need just the user and pass in case we have to configure then menu. Again, I just need to get a better understanding of the problem.
Best regards,
Jordan ShannonHi,
Have you tried another browser? If it works as expected in another browser it’s most likely a caching issue. Please try to flush your browser cache and restart.
Best regards,
Jordan ShannonHi
You can try the following in quick css and adjust as needed:
@media only screen and (max-width: 767px) { .ls-inner { min-height: 151px !important; }} @media only screen and (max-width: 767px) { div#layer_slider_1 { height: 151px !important; }}
Best regards,
Jordan Shannon- This reply was modified 7 years, 9 months ago by Jordan Shannon.
Hi,
Again, that is because that page is using a post template that is native to WordPress, this is separate from the Adavanced Layout Builder. You can try to edit single.php to add your button.
Best regards,
Jordan ShannonMarch 31, 2017 at 6:14 pm in reply to: How do i make the table white background to dissappear #770113Hi,
No problem at all. If you are in need of additional help, please let us know.
Best regards,
Jordan ShannonHi,
If the code just needs to work on the post pages, you can use the following:
.single.single-post #av-masonry-1{ pointer-events:none; }
Best regards,
Jordan Shannon- This reply was modified 7 years, 9 months ago by Jordan Shannon.
Hi,
Add the following to quick css:
#footer { padding: 0px 0px 0px 0px!important; } #footer .widget { margin: 10px 0 0px 0!important; }
Let me know if this works for you.
Best regards,
Jordan ShannonHi,
Thanks, hopefully you find a viable solution. If you need additional help let us know.
Best regards,
Jordan ShannonHi,
The menu seems to be have a blue bg now and I corrected the text with the following css:
.avia-menu .menu-item a{ color:#fff!important; }
Best regards,
Jordan ShannonHey mikkijack,
I added the following to quick css and it looks to have fixed your issue:
#text-2 .textwidget center p a{ color:#000!important; } #avia_mailchimp_widget-3 input.button{ background:#000!important; border-color:#000!important; }
Best regards,
Jordan ShannonHey aklaborn,
Please provide a link to the site that you need help with.
Best regards,
Jordan ShannonHey fairusd,
You can change the footer settings in the enfold theme option -> footer layout.
To edit the content, you have to go to the widget customization.
You’ll find it on the left side under “appearance”.There you can place widgets inside your footer areas.
Best regards,
Jordan ShannonHey Nick,
Try adding this to quick css:
.player .video-wrapper { background: #fff!important; }
Best regards,
Jordan ShannonHey makeitbritish,
PHP memory limit could be the issue. Are you using the latest version of php?
Best regards,
Jordan ShannonHi,
I was not able to reproduce these errors, but I have notified my teammates to take a look and someone will be with you soon.
Best regards,
Jordan ShannonMarch 31, 2017 at 7:57 am in reply to: did enfold activaite the lazy load for images by javascript or css?? #769759Hi,
Great! I am glad this was able to be solved for you, If you need additional help, please contact us here on the forums.
Best regards,
Jordan ShannonMarch 31, 2017 at 12:39 am in reply to: How do i make the table white background to dissappear #769689Hi,
Please test the page again. It should be working now.
Best regards,
Jordan ShannonMarch 31, 2017 at 12:05 am in reply to: How do i make the table white background to dissappear #769685Hi,
Unfortunately the above credentials did not work for me.
Best regards,
Jordan Shannon -
AuthorPosts