Forum Replies Created
-
AuthorPosts
-
Hey alanboyle5355!
Are you sure your looking at the shop page you have set in Dashboard > Woocommerce > Settings > Products > Display instead of a separate page your using the product shortcodes on?
Regards,
ElliottHi!
There are some options for disabling certain days. See here,
https://kriesi.at/support/topic/datepickers-configuration-of-the-contact-form/
https://kriesi.at/support/topic/contact-booking-form/Regards,
ElliottJuly 13, 2015 at 4:57 pm in reply to: Enfold Icons and Images not showing in Front and Backend #472557Hey!
Also try this, http://kriesi.at/documentation/enfold/enable-cors/, if you get weird symbols / squares displaying instead of the icons.
Best regards,
ElliottHey!
It would take a lot of time and code to complete and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization or you could create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see an option get added in a future update.
Best regards,
ElliottJuly 13, 2015 at 4:51 pm in reply to: "Advanced Layout Editor", "Add Media", "Upload" do nothing when I click on them #472554Hey!
Did the permissions look fine? Send us an FTP login and we’ll take a closer look.
Regards,
ElliottHi user877!
Add this to your custom CSS.
span.toggle_icon { left: auto; right: 10px; } p.toggler { padding-left: 20px !important; }Best regards,
ElliottHi tylerjmorrison!
So your trying to get more white space between each grid cell correct? I think this is going to be difficult. The cells are set to display as table cells so I do not think they allow margins. We could change that but then you would not get any vertical alignment.
You could try playing around with the cell background properties to change the position of the background image, set it to no repeat, and change ti’s size with percentages but I do not think it’s going to look perfect.
It might be best to remove the background image and insert your own image to use so the padding of the cell takes effect.
Cheers!
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey biekhois!
Are you using the advanced layout builder? If so then that is the expected behaviour. It’s for users who need complete control over how their product displays. If you want all of the regular product information, images, etc etc, to display then it would be best to use the default editor.
If you switch to the “Plugin Additions” tab in the layout builder you’ll see you can still add some product elements such as the add to cart button.
Regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey!
Change line 34 in the /enfold/includes/admin/register-portfolio.php file from this.
'rewrite' => array('slug'=>_x($permalinks['portfolio_permalink_base'],'URL slug','avia_framework'), 'with_front'=>true),To this.
'rewrite' => array('slug'=>_x($permalinks['portfolio_permalink_base'],'URL slug','avia_framework'), 'with_front'=>false),And then refresh your permalinks again to remove the /blog/ from the portfolio posts.
Best regards,
ElliottJuly 13, 2015 at 3:40 pm in reply to: Footer Issues – Button Shortcode Not Displaying Correctly #472519Hey!
It looks like it’s because your using single quotes. Try using double quotes like this instead.
[av_heading heading="Let's get started." tag="h1" style="blockquote modern-quote"Regards,
ElliottHey!
Your using an old version of Enfold, 3.0.4. Let’s go ahead and update to the latest version, 3.2.3, and let us know when your done.
Regards,
ElliottHey!
Shortcodes should work also. Some of our Enfold shortcodes such as color sections will not work because they were not meant to be used there.
If your trying to get a color section to display in the archives then you would probably have to use a bunch of CSS fixes.
Cheers!
ElliottHey!
Your settings will stay the same but you can export them in Dashboard > Enfold > Import / Export just to be safe. If you have edited any of the theme files then those will need to be redone, preferably in a child theme.
@begrafiks, Thanks for the help!Best regards,
ElliottHi!
Add this to your custom CSS.
.iconbox_content_title { min-height: 40px; }If that’s not what your trying to do then take a screenshot and highlight your intentions so we can get a better idea.
Cheers!
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey tom_boz!
1. There is an example here, https://codex.wordpress.org/Function_Reference/get_the_category, which shows how to build a link with it.
2. What are you trying to do? Only display the first one?
Cheers!
ElliottHey!
Well in your first post you said you wanted it to align at the bottom, not the top. Take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Best regards,
ElliottHi Lev!
Add this to your custom CSS.
@media screen and (max-width: 767px) { #header_meta nav, #header_meta .phone-info { width: auto !important; display: inline-block; } #header_meta nav, #header_meta .phone-info { width: auto !important; display: inline-block; } }Regards,
ElliottHey Dutchman!
Add this to your custom CSS.
.post-meta-infos time::before { content: "\e862"; font-family: entypo-fontello; }Regards,
ElliottJuly 13, 2015 at 2:58 pm in reply to: Bundled prices showing up as Free on Shop Overview pages Enfold Theme #472477Hi benduncalf!
It’s most likely a Woocommerce setting your using wrong. I checked your homepage and added one of the 10 packs to the cart and went through the checkout process but all of the prices looked correct so I assume you figured it out.
If your still having trouble then take a screenshot and highlight what your seeing. It would be best to read over the Woocommerce documentation and contact their support though because it doesn’t feel like a theme issue.
Regards,
ElliottHey!
It’s the same procedure as with any other theme but we have a video tutorial on how to do that here, http://kriesi.at/documentation/enfold/videos/.
Cheers!
ElliottHey!
Yes, just drag the comments element to your content in the layout builder.
Best regards,
ElliottHi!
An easy way to do this is to navigate to Dashboard > Enfold > Advanced Styling and then create a new style for the H6 element and set the font family to whatever google font you wish to use. You can only apply the style for the socket or whatever, it’s only for getting the font loaded on the front end.
Next add this to your custom CSS and change “alice” to whatever font you used.
.av-rotator-container * { font-family: alice !important; } .main-title, .main-title a { font-family: alice !important; }Regards,
ElliottHi bill!
I would just use the built in favicon option in Dashboard > Enfold > Theme Options.
If your trying to add your own to the header then you could add this to your functions.php file.
add_action( 'wp_head', 'enfold_customization_header_stuff' ); function enfold_customization_header_stuff() { ?> insert your code here <?php }Best regards,
ElliottHey!
That’s most likely coming from the “WooCommerce Wholesale Pricing Register” extension you have installed. It would be best to contact the plugin authors about this. They need to update some deprecated functions it looks like.
Regards,
ElliottHi!
Try adding this.
@media only screen and (min-width: 768px) and (max-width: 900px) { nav.main_menu { right: 40px !important; } }You may need to play around with the 900px value.
Best regards,
ElliottJuly 10, 2015 at 5:35 pm in reply to: Isolated problem in one page with editing in Avia Layout builder #471637Hi JulieDesigns2!
She most likely made a typo in the textblock element or forgot to close one of her tags since it looks like she is using lots of HTML. She can do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to try and sift through her code to see where the typo / tag problem is.
It would be better to use a codeblock element instead of a textblock element in those cases.
Best regards,
ElliottHi ideenstart!
Give the UL element a class like so.
<ul class = "customUL">And then add this to your stylesheet.
.customUL { list-style-image: url('http://download.tyco.de/focusbars2.gif') !important; }Cheers!
ElliottHi!
I don’t see it in your source code. Try adding it to the Quick CSS field instead.
Regards,
ElliottHi!
You selected a thumbnail version of the logo. When you click on the upload button for the logo option it will bring up a popup of your media library. Select the logo again and on the right hand side of the popup will be a size setting where you can set it to fullsize.
Cheers!
ElliottHi!
Send us a link to your page and take a screenshot highlighting exactly what your trying to change and we’ll take a look.
Cheers!
Elliott -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
