Forum Replies Created
-
AuthorPosts
-
Hi,
Yes, you should be able to style via css. I will keep the thread open so you can let us know your results.
Best regards,
Jordan ShannonHi,
As I mentioned, the approach is css. It will take much less time, and if the current method is not working (as I mentioned that raw html styling will not work) then it is really the only solution outside of using a table plugin.
Best regards,
Jordan ShannonHey Pappasdg,
I don’t believe there is a native function to do this via Enfold, so I would look into possible plugin solutions.
Best regards,
Jordan ShannonHi,
Add the following to quick css:
#product-157 .single-product-main-image{ width:100%!important; }Let me know if this works.
Best regards,
Jordan ShannonHi,
I actually added it into the Google Analytics section under Enfold options to test it out. You can leave there and it will be safe from future updates. You can also add it into a code block element on the Who I Am page. Otherwise you can implement it into functions.php. Please see the following on how: https://premium.wpmudev.org/blog/adding-jquery-scripts-wordpress/?imob=c&utm_expid=3606929-106.UePdqd0XSL687behGg-9FA.2&utm_referrer=https%3A%2F%2Fwww.google.com%2F
Best regards,
Jordan ShannonHey Drebosio,
Not via our basic contact form. A plugin such as Contact Form 7 would be better suited for this.
Best regards,
Jordan ShannonHi,
The login credentials posted do not seem to be working for me. Please check.
Best regards,
Jordan ShannonHi,
Just a note is that comments aren’t able to work on any page that uses a template builder template. They can only work on regular pages or posts.
Best regards,
Jordan ShannonJune 14, 2017 at 7:23 am in reply to: easy slider on mobile has problem to open youtube videos #807812Hi,
If you need help with anything else, please let us know here in the forums.
Best regards,
Jordan ShannonHey dvalansi,
The layour of the page at the moment seems a little confusing for me. So you want the entire section full width? Right now it is all aligned to the left.
Best regards,
Jordan ShannonHey weddingmuseum,
Is the text being shown on the front-end?
Best regards,
Jordan ShannonJune 14, 2017 at 7:17 am in reply to: Tab section + Firefox fix = error | Custom tab and toggle ID’s #807805Hi,
Great! I am glad you were able to get this solved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
It is no bother at all. Sorry for the delay. I determined that this may be best solved with JavaScript. I tested the following which seemed to work pretty well.
<script> jQuery(document).ready(function($) { $('.slideshow_inner_caption').css('display','none'); $('.slideshow_inner_caption').delay(9000).fadeIn("slow"); }); </script>Let me know what you think.
Best regards,
Jordan ShannonHi,
No problem at all. If you need additional help, please let us know here in the forums!
Best regards,
Jordan ShannonHi,
You can link the url to the screenshot within the private area. Or, paste it in as well.
Best regards,
Jordan ShannonHey michellerunge,
Add the following to quick css:
h3.av-masonry-entry-title.entry-title{ color:red!important; } .av-masonry-entry-content.entry-content{ color:red!important; } .av-inner-masonry-content.site-background{ background-color:black!important; }Of course you can adjust the colors to whatever you need.
Best regards,
Jordan ShannonHi,
Great! If you need additional help, let us know here in the forums.
Best regards,
Jordan ShannonHey raslade,
Please see the following for modifying theme icons: http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Best regards,
Jordan ShannonHey Amselus,
Please add the following to quick css:
.av-image-caption-overlay-center p:hover{ color:yellow!important; }Of course just change the color to whatever you need.
Best regards,
Jordan ShannonHey Wendy,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHey nicosec,
This can be done via css. Please provide a link to the site so we can inspect the page.
Best regards,
Jordan ShannonHey michellerunge,
What do you mean 100% width with the same sidebar proportion? Are you trying to shrink the sidebar size?
Best regards,
Jordan ShannonHi,
Look into setting up a Mega Menu. If this works for you, we should be able to style via css:
Best regards,
Jordan ShannonHi,
Add the following to quick css:
.main-title.entry-title{ display:none!important; } .inner_sidebar .widget_nav_menu{ display:none!important; }Let me know if this works.
Best regards,
Jordan ShannonHi,
I think it would be best to test the update within a staging environment first if possible. If the problem is not reproduced on the PHP 7 server then you should be okay to move live.
Best regards,
Jordan ShannonHi,
I added the following to quick css:
img.avia_image { z-index:2!important; } a.avia_image { z-index:1!important; }it seems to be working now.
Best regards,
Jordan ShannonHi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
The WordPress gallery shortcode does not set titles on the link or images but we can change our magnific script to pick up the alt text instead.
Open up /enfold/js/avia.js and on line 847 you should see this.
if(!title) title = item.el.find('img').attr('title'); Add this on the next line.if(!title) title = item.el.find('img').attr('alt');And then make sure to set the alt text of your images as you select them for the gallery.
I am not understanding your second issue.
Best regards,
Jordan ShannonHi,
That plugin is likely causing the images to point to an outdated url, if your re-upload the images they should appear.
Best regards,
Jordan Shannon -
AuthorPosts
