Forum Replies Created
-
AuthorPosts
-
Hi!
I moved it to the top of your custom CSS field and it’s working fine now. You must have a typo somewhere in your custom CSS.
Regards,
ElliottHi shirtandsimple!
Yes that is the expected behaviour. Any time you use a fullwidth element the sidebar will display beneath it so it’s matched with the regular page content.
You can use the “Widget Area” element in a column in the color section to simulate a sidebar.
Regards,
ElliottAugust 31, 2015 at 5:38 pm in reply to: How to create the same login functionality that you have here on kriesi.at #496002Hey markbenfeldt!
Try deactivating all of your plugins and make a copy of your .htaccess file before deleting it from your server and then refresh your permalinks in Dashboard > Settings > Permalinks.
If that does not fix it then contact your hosting provider and let them know about this to see what they say.
Cheers!
ElliottHi inchmasterflex!
Add this to your custom CSS.
@media screen and (max-width: 767px) { .phone-info, .social_bookmarks { display: none !important; } #menu-shop-menu-top { width: 250px; margin: 0px auto !important; } }Best regards,
ElliottHi Babidjan!
Your site is displaying fine for me. What kind of error are they getting? Can you take a screenshot?
Best regards,
ElliottHi Mario!
Perhaps this extension will work for you, https://wordpress.org/support/plugin/woocommerce-pinterest-button-extension.
Cheers!
ElliottHi tfboy!
You can do this with our color section elements by setting a background image and have it set to “parallax”.
Cheers!
ElliottHi serge esteves!
You can set the size on line 43 in the /enfold/includes/loop-index.php file.
$size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';And line 97 for the single post view.
$link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');Setting it to “full” should display the full image not resized.
Best regards,
ElliottHi pioupiou!
Install this plugin, https://wordpress.org/plugins/wordpress-seo/. It will let you set the title / description for your pages.
Cheers!
ElliottHi Nicolas!
When you edit your page switch to the “Plugin Additions” tab in the layout builder and drag the product grid element to your page to display your products. That will display them with the add to cart / view details buttons.
You can also display your products with the Woocommerce shortcodes, http://docs.woothemes.com/document/woocommerce-shortcodes/.
Best regards,
ElliottHey Cris!
I don’t think there is any icons available for “APP”. You will probably need to create your own image to use.
You can add it to your header along with that other image by adding a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then drag a text widget to it and insert the HTML in that way.
Best regards,
ElliottHey klemzi123!
Probably not. You can create a feature request here though, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see some options get added in a future update.
Cheers!
ElliottHi famewebdesign!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having trouble after doing the above steps then send us a WordPress login and we’ll take a look.
Cheers!
ElliottHi kwidooru!
I’m sorry but I do not understand. Can you send us a link to your page so we can get a better idea of what’s going on?
Cheers!
ElliottHi dsignoWerbung!
Add this to your custom CSS.
.cart_dropdown { display: none !important; opacity: 0 !important; }Regards,
ElliottHi ecomstore!
You have to add those in manually. You can use a textblock or codeblock element and type it out.
Regards,
ElliottHi!
I saw the error, not sure what’s causing it. I tried editing your comment in the functions.php file for testing but I didn’t see the other comments you had further down and it caused an error. Can you fix that real quick for us?
Best regards,
ElliottHey!
Your not supposed to link directly to files like that, WordPress is not going to load that way. Perhaps what your wanting to do is this, http://www.wpbeginner.com/wp-tutorials/disable-directory-browsing-wordpress/.
Regards,
ElliottAugust 31, 2015 at 4:08 pm in reply to: Manually update of the Enfold version 3.3 to current version 3.3.2. #495929Hey!
Double check your themeforest information to make sure it’s correct. Make sure WordPress is updated and all plugins deactivated while testing. Also try in a different browser.
Best regards,
ElliottHey Maaikevoormarije!
When you set the image for your logo area background in Dashboard > Enfold > General Styling there is an option for “Position of the image”. Set that to “Center Right”.
Regards,
ElliottHi!
I think that should be working. Try this as well.
#top .mc4wp-form input { background: transparent none repeat scroll 0% 0% !important; border: 2px solid #FFF !important; color: #FFF !important; }Cheers!
ElliottHi Geoffdoyle!
Drag a codeblock element to your page content and add this inside.
<style type = "text/css"> td { background: red !important; } </style>Cheers!
ElliottHey!
Try adding this to your custom CSS for the breadcrumbs.
.html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 140px !important; }Can you take some screenshots of your other problems so we can get a better idea?
Regards,
ElliottHey!
Add this to your custom CSS.
.portfolio-preview-image img { width: 50% !important; }Cheers!
ElliottHi shtumpa_ak!
The only thing I noticed was your list had extra markup. If you update to version 3.3.2 from 3.2.3 which is what your currently using, then that should fix it.
Other than that make sure that all of your HTML markup is closed properly. Your using quite a bit on that page.
Best regards,
ElliottHey marcellovoc!
You can find the query for the blog grid shortcode around line 320 in that file. Keep in mind that if you edit the file then the change will be applied every time you use the blog shortcode. Perhaps you could copy the file, rename it, and then do your edits in the new one.
Best regards,
ElliottHi CharlieTh!
It would probably be best to just insert a list of links there to create your own.
<ul> <li><a href = "#">Link 1</a></li> <li><a href = "#">Link 1</a></li> </ul>Or you could add the widget area element and then drag a custom menu widget to it to display. We could give you some CSS for that to make it horizontal.
Regards,
ElliottAugust 31, 2015 at 3:22 pm in reply to: Edit column: How can I replace the round corners with right angles? #495879Hey!
Send us a link to your page so we can get a better idea of what your trying to do. You can set your reply as private if you wish.
Regards,
ElliottAugust 31, 2015 at 3:19 pm in reply to: Featured Image and Sidebar on product category page tweaks #495876Hey jells2!
You can set the sidebar for your archives in Dashboard > Enfold > Sidebar settings.
For the image, that is the thumbnail your adding to the category correct? We could use some CSS like this to force it’s width but it would be better to upload a square image if you want it to display as square.
.page-thumb img { max-width: 400px; min-height: 300px; }Regards,
Elliott -
AuthorPosts
