Forum Replies Created
-
AuthorPosts
-
Hi elliotstiller!
Add this to your custom CSS.
#header { display: none !important; }
If you want the header back then just remove that CSS.
Best regards,
ElliottHey JC!
Are you trying to get that image to display as your footer background? You can do this in Dashboard > Enfold > General Styling > Footer. Set the background image and have it’s position set to bottom right.
Cheers!
ElliottHey!
Try adding this to your custom CSS.
.av-siteloader { display: none !important; visibility: hidden !important; }
Cheers!
ElliottDecember 29, 2015 at 2:34 am in reply to: Featured image not showing when the post is shared on networks #557922Hi UNBUENPLAN GROUP!
I’m not sure I understand. Is the problem that when you share a post to facebook it is grabbing the wrong image? If so then install this plugin, https://wordpress.org/plugins/wordpress-seo/, and when editing each post click on the “Social” tab and set the image to use.
Best regards,
ElliottHi!
You would need to use a layer for each image that transitions in and add the URL and img tag inside the layer text like your currently doing. There is not an easier way that I know of.
Regards,
ElliottHi rudtek!
You generally cannot use fullwidth elements like that because they break the surrounding containers and re-open them again. You can try playing around with it yourself by doing stuff like this.
<?php echo '</div></div>'; ?> <?php echo do_shortcode(); ?> <?php echo '<div><div>'; ?>
But I am not sure of the exact combination that is needed or if it’s possible. It would be best to just use the layout builder and save a template to re-use again and again.
Regards,
ElliottHi digitalammo!
It’s a menu. You can set one of your menus to display in the socket area in Dashboard > Appearance > Menus.
Regards,
ElliottHi dcarlsondesign!
Send us a WordPress login and we’ll take a look.
Be sure to turn on WordPress debugging and check your server error logs for any useful information.
Best regards,
ElliottHi rlogan2334!
Try this out, https://css-tricks.com/snippets/wordpress/year-shortcode/.
You can add it to your child theme functions.php file and use it inside the copyright field.
[year]
Best regards,
ElliottHi kirksman!
If you had not made a copy of your settings before importing the demo then no, there isn’t really a way to revert that. You can load a backup if you have created one. You can contact your hosting provider to see if they have automatic backups scheduled.
Cheers!
ElliottHey rimlightstudio!
Remove the code from your functions.php file. It works fine when the parent theme is activated correct?
Regards,
ElliottHi anhanhoi!
You can set the blog page to display using the advanced layout editor in Dashboard > Enfold > Blog Layout and then drag whatever elements you wish to display when editing the page.
Regards,
ElliottHi!
Can you send us a link to your page so we can take a look?
Regards,
ElliottHi rudtek!
Add this to your custom CSS.
#header .widget .av_font_icon { top: 20px !important; position: relative !important; }
Cheers!
ElliottDecember 28, 2015 at 2:03 am in reply to: Grid View blog – Featured images not fitting/scaling-down to grid thumbnails #557642Hey!
I checked your loop-index.php file but the change was not in there. I added it in.
Clear your browser cache and the W3 Total Cache and check.
Best regards,
ElliottDecember 28, 2015 at 1:55 am in reply to: Masonary Portfolio hover layer with title want to add excerpt too. #557640Hey!
In the Masonry options there is one called “Element title and excerpt” which you can set it to display both the title and excerpt instead of just the title. Try using that with your portfolio posts. You can set the excerpt for each post in the “Excerpt” setting. If you do not see this then click on “Screen Options” in the top right hand corner when editing your portfolios and check it to display.
Regards,
Elliott-
This reply was modified 9 years, 3 months ago by
Elliott.
Hey!
It seems to look fine to me. Can you take a screenshot and highlight what your trying to do with it?
Are you just trying to increase it’s height? You can set a custom pixel value for the color section in the “Section Layout > Section Minimum Height” option.
Best regards,
ElliottHi!
You could create a new layer in the slide and add whatever you need in the “Text” tab of the layer.
Regards,
ElliottHi!
What happens when you add this to your custom CSS?
.av-styling-circle .avia_image { border-radius: 83px !important; }
Regards,
ElliottDecember 28, 2015 at 1:34 am in reply to: Breadcrumb in Single Post View – strange path and wrong header text #557636Hi!
Add this to your custom CSS.
.single .title_container strong, .single .title_container h1 { display: none; }
Cheers!
ElliottDecember 28, 2015 at 1:30 am in reply to: jQuery Taxonomy Search Filter on Blog Article Grid, #557634Hi!
If you want to do it yourself then you would need to study up on the Masonry script, http://masonry.desandro.com/, but as said before this kind of customization is complex and is going to take quite a bit of time to implement so it would be best to hire a freelancer to help you out.
Cheers!
ElliottDecember 28, 2015 at 1:23 am in reply to: Contact Form – entered value not corresponding to right contact element #557632Hi!
I couldn’t pick out any errors in your screenshot. Can you highlight the issue please?
Cheers!
ElliottDecember 28, 2015 at 1:21 am in reply to: I have a custom post type that is called team and need a custom sidebar #557631Hi!
You can change the sidebar using the “avf_custom_sidebar” hook, https://kriesi.at/support/topic/custom-sidebars-for-post-types/.
You can use this, https://codex.wordpress.org/Function_Reference/get_post_type, to check if the post is a certain type.
Regards,
ElliottDecember 28, 2015 at 1:17 am in reply to: Enfold WooCommerce storefront top pagination no longer linked to pages. #557630Hi!
Add this to your custom CSS.
.woocommerce-page .entry-content-wrapper > .pagination:nth-child(1) { z-index: 99999 !important; }
Cheers!
ElliottDecember 28, 2015 at 1:13 am in reply to: Woocommerce Cannot delete a product variation after WordPress 4.4 update #557629Hey!
@web6s, I think that message has something to do with your wp-config.php file. I found these two topics which may help.https://wordpress.org/support/topic/unexpected-http-error-1
https://wordpress.org/support/topic/user-has-blocked-requests-through-httpIt happens in the default theme as well correct? I would try posting on the WordPress support forums since it doesn’t seem to be Enfold related.
Regards,
ElliottDecember 28, 2015 at 1:07 am in reply to: Adding a background image to the section colors for the Grid Row element #557628Hi Dror!
Give the grid row element a custom ID and then use some CSS like this.
#yourID { background: url("URL to your image"); background-size: contain; }
To give it a background image.
Cheers!
ElliottDecember 28, 2015 at 1:03 am in reply to: Layer-Slider-WP Image not stretching to full width #557627Hi!
Your link is giving me a 404. Go ahead and send us a link to the page that is having the issue and take a screenshot highlighting the change your trying to do and we’ll see if we can help you out.
Cheers!
ElliottHey ginigarbick!
Make sure WordPress and Enfold are updated. The latest version of Enfold is 3.4.7. Also make sure to deactivate all plugins while testing.
If your still having trouble then send us a WordPress login and we’ll take a look.
Cheers!
ElliottHi Chelmsford!
That’s a “vertical tabs” element. In the advanced layout editor switch to the “Content Elements” tab and drag the “Tabs” element to your page contnet. In the settings you can switch the style to vertical.
Best regards,
ElliottDecember 27, 2015 at 2:51 am in reply to: Launch Image Gallery Into Lightbox Automaticlly on Page Load #557542Hi themeforesttony!
With prettyPhoto it’s possible because it adds a hash tag to the end of the URL. Just click on one of the images on your page and copy the URL from your browser and use that.
With the later versions of Enfold though we switched to the magnific popup script and I’m not sure if it has this feature or not. I found a thread about it here though, https://github.com/dimsemenov/Magnific-Popup/issues/18.
Regards,
Elliott -
This reply was modified 9 years, 3 months ago by
-
AuthorPosts