Forum Replies Created
-
AuthorPosts
-
Hey michael_world2cycle!
I edited your latest post and added one successfully. Can you take a screenshot highlighting what your seeing?
Cheers!
ElliottHey Rhodo!
I viewed your link but did not see any italic headings. Can you send us a link to the exact page where the issue is?
Best regards,
ElliottHi VizuallElisa!
Send us a link to your page and take a screenshot highlighting the exact change your trying to do and we’ll take a look.
Best regards,
ElliottHey Lambrosg!
Your getting a 404. What happens when you completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest?
Regards,
ElliottHi jelle!
You have a line break on top of it in the source code. Is there a codeblock or textblock element above it? If so then remove it.
If not then try adding a codeblock to the page and add this inside.
<style type = "text/css"> #av_section_1 h1 { display: none !important; } </style>
Cheers!
ElliottHey cacocorse!
It looks like your using Enfold 2.2.6. You’ll need to update to the latest version, 3.4.7.
Regards,
ElliottHi 2funky!
Not that I know of. I would try asking in the Woocommerce support forums. Perhaps there is an extension for this.
Regards,
ElliottHi lernerleben!
It doesn’t matter if it’s a child or not, the home link will always display. Your wanting to remove it? Add this to your custom CSS.
.breadcrumb-trail > *:nth-child(2), .breadcrumb-trail > *:nth-child(3) { display: none; }
Cheers!
ElliottHey Doug!
It’s the same as with any other theme, https://developer.wordpress.org/themes/basics/template-hierarchy/.
For a custom category page name it like so, “category-{slug}.php”.
Best regards,
ElliottHi Anne-lys87!
Send us a link to the page and a WordPress login and we’ll take a look.
Cheers!
ElliottHey Stadtarchiv-2015!
It would be easier to do it with CSS but if you want to remove it from the PHP file then you can find it on line 440 in the /enfold/config-templatebuilder/avia-shortcodes/postslider.php.
$meta .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";
Cheers!
ElliottHi katelynkingtaylor!
There isn’t enough space there so you’ll need to reduce the padding in your custom CSS from 45px down to 5px and then add this to your custom CSS to create the space for your logo.
#top #menu-item-3286 { padding-right: 300px !important; }
Regards,
ElliottHey tevans2468!
Deactivate all of your plugins and reactivate them one by one to see which one is causing the issue. Your getting a javascript error and it looks like it’s from the jQuery updater plugin.
Cheers!
ElliottJanuary 28, 2016 at 3:03 am in reply to: Header Phone Number/Extra Info Background color and icon and font color #573419Hey mcraig77!
You can style the menu in Dashboard > Enfold > Advanced Styling.
Use this CSS to style it when scrolling down the page.
.header-scrolled a.avia-menu-text { } .header-scrolled a:hover .avia-menu-text { }
Use this CSS for the phone number.
.phone-info span { font-size: 14px !important; color: white !important; }
Regards,
ElliottJanuary 28, 2016 at 3:01 am in reply to: How to change the default image size in a lightbox pop-up #573418Hi Rick!
Your using the nextgen gallery there. You’ll need to contact them to figure out how to change the images sizes.
Cheers!
ElliottHey nkarkine!
Add this to a codeblock element in the page.
<style type = "text/css"> .av_one_full { position: absolute !important; bottom: 0px !important; } </style>
Regards,
ElliottJanuary 28, 2016 at 2:56 am in reply to: Page Speed, Please consider this when you update enfold next time #573415Hey basitelance!
You’ll want to install a caching plugin such as W3 Total Cache or WP Supercache.
A plugin such as BWP Minify would be good for minifying the JS / CSS.
And of course optimize the images for web.
Those are the best ways to speed up a WordPress site.
Regards,
Elliott- This reply was modified 8 years, 10 months ago by Elliott.
Hi SamillaQureshiahsan!
It looks fine to me. Are you using a caching plugin? If so then be sure to clear it’s cache.
Best regards,
ElliottJanuary 28, 2016 at 2:51 am in reply to: Before and after image plugin that is compatible with Enfold #573413Hi Paul!
I have never used one before. I would say they all have a good chance of working fine but I would go with the first or last one.
Best regards,
ElliottHi jonroot!
I don’t see it. Did you get it sorted? It was probably just a caching issue.
If your still having trouble then take a screenshot and highlight what your referring to.
Best regards,
Elliott- This reply was modified 8 years, 10 months ago by Elliott.
Hey goch!
Not sure if it’s possible. It would require some javascript if it is. I found this which talks about it, http://stackoverflow.com/questions/3749231/download-file-using-javascript-jquery.
Regards,
ElliottHey Drebosio!
Send us a link to your page and let us know which link it is and we’ll give you some CSS to use. You can set your reply as private.
Best regards,
ElliottHey philee!
Does it go away if you remove the LayerSlider?
Best regards,
ElliottHi mcraig77!
Those are the titles you set on the images. The only way that I know of to remove them is to not set a title.
Cheers!
ElliottHi!
What happens in the default theme?
Regards,
ElliottHey!
You can find that around line 340 in the /enfold/css/grid.css file.
It wouldn’t be possible for a 1/3 to switch to 2 columns. You would need to do 1 big and 2 below it or hide one of them.
Regards,
ElliottHey!
Ok I added the link. Edit the table to see how it’s done and you can copy the code to other cells.
As for the video, I can see it on my end. It’s a bunch of snow falling correct? Try clearing your browser cache.
Regards,
ElliottJanuary 28, 2016 at 2:12 am in reply to: The text on my layerslider text box is inconsistent #573388Hey!
It’s so small that I cannot see it on smaller screens. Can you take a screenshot and highlight how your wanting it to look on mobiles?
Send us a WordPress login and we’ll take a look.
Best regards,
ElliottJanuary 28, 2016 at 2:10 am in reply to: How to I keep the Masonry Categories Bar from disappearing? #573387Hey!
So on the single posts you want to display just a simple category text so the user knows what type of images your displaying in the Masonry Gallery?
In this case you could just add a special heading tag above the Masonry Gallery and add the category in that way.
Cheers!
ElliottHey!
Yes, imgur would be best. Copy the URL it gives you and then paste it inside an img tag in your reply. (click on the img button in the editor)
Best regards,
Elliott -
AuthorPosts