Forum Replies Created
-
AuthorPosts
-
Hi elbnetz!
I’m sorry but I’m not sure I understand. Can you send us links to your post and archive and take a screenshot highlighting what your trying to do?
Regards,
ElliottHey runekjensen!
You can use these shortcodes to display an individual product.
[product id="99"] [product sku="FOO"]You can use one per column in the content slider.
Best regards,
ElliottHey Gigi!
Add this to your custom CSS.
.checkout .col2-set .col-1, .checkout .col2-set .col-2 { float: left; width: 100% !important; }Regards,
ElliottHi brittanywinter!
I tried viewing your link but I get this message, “Error establishing a database connection”. Contact your hosting provider to make sure everything is ok.
Best regards,
ElliottHi stupaul22!
The file your looking for is /enfold/framework/php/class-framework-widgets.php and around line 500 you could add something like this to change the URL for the link format.
if ( $format == 'link' ) { $link = "test"; }I’m not sure if WordPress has a function for finding the link you set for the post though. I found this, https://wordpress.org/support/topic/how-to-make-use-of-the-post-format-link. You could try using that to parse the URL from the post and then set the link manually.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi jropchan!
The URL should look something like this.
http://www.yoursite.com/pdfs/sample.pdfYou need to remove the a tags in the URL.
<a></a>Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
April 7, 2015 at 4:41 pm in reply to: Search Magnifying Glass Icon Displaying Right Justified #424804Hi Laserman2!
Your menu is too big so it gets shoved on the next line. Add this to your custom CSS.
@media (max-width:900px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }And play around with the 900px if you need to make it perfect.
Cheers!
ElliottHey 3DStudio!
The AJAX galleries only accept images currently. You can 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.
Or as an alternative you could add the video into the preview text for the portfolio post or just use some of our other elements / options to display video.
Best regards,
ElliottHey!
It seems to be working fine on the Moto E and Nexus 7. Can you take a screenshot of what your seeing?
Cheers!
ElliottHey zerodi!
I would use the color section elements instead of the fullscreen sliders. To get them to scroll to the next section with the scroll mouse and nav dots though would have to be considered custom work for now. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we’ll probably see an option get added in a future update.
Regards,
ElliottHi Pappasdg!
Try deactivating all of your plugins to see if they are causing problems. Also make sure your using the latest version of Enfold, 3.1.3.
If your still having problems then send us a link and we’ll take a look.
Regards,
ElliottHi rcgroup!
Add this to your custom CSS.
.slide-image img { min-height: 170px !important; }Cheers!
ElliottHey Tad30!
Send us a link and we’ll take a look. Be sure to deactivate all plugins while testing. Also make sure that your using the latest version of Enfold, 3.1.3.
Best regards,
ElliottHi macrunner!
Can you send us a link to your site so we can check? Make sure to deactivate all plugins while testing.
Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi ghrahams!
Not currently but you can use the column elements inside each grid cell.
Regards,
ElliottApril 6, 2015 at 9:36 pm in reply to: Header is dissapeared on "search results" and "category" template sites #424262Hi Urbanicer!
It looks like you’ve done quite a bit of customization. Are you sure that’s Enfold? It says “Noveau”. 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.
3. If your using a child theme then switch back to just Enfold.
Best regards,
ElliottHey tkumabe!
Can you add them back in so we can check? Also be sure to deactivate all plugins while testing.
Best regards,
ElliottHey SWIFTmonk!
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 themforest.
After doing the above two steps you should be using Enfold 3.1.3.
Regards,
ElliottApril 6, 2015 at 9:23 pm in reply to: Sidebar disappears in WooCommerce, footerwidgets appear in Product page #424257Hi krokussen!
You can do this, http://kriesi.at/documentation/enfold/product-page-left-or-right-sidebar/, to separate the sidebar for products.
Cheers!
ElliottHey delaosa!
The only difference I can see if that their heights are a bit different. Are you wanting to make them all the same size? If so then add this to your custom CSS.
.archive .grid-image img { min-height: 180px; }Best regards,
ElliottHey clementader!
It looks like you used the advanced layout editor for that post. The advanced layout editor is for users who need complete control over how their posts display. If you need the title, post meta, comments, etc etc, to display then you’ll need to use the default editor.
You can add all of that stuff inside the layout editor with the codeblock element, etc, as well though.
Best regards,
ElliottHi MadRhino!
The layout builder is for users who need complete control over how their posts display. If you want the post to display with title, meta info, comments, etc etc, then you’ll want to use the default editor instead.
We also have a “comments” element you can use in the layout builder as well.
Best regards,
ElliottHi Carolina!
They should be displayed in chronological order by default. For displaying only in same category see here, https://kriesi.at/support/topic/avia-post-nav-with-the-same-category/#post-184637.
Cheers!
ElliottHi imagestudios!
I don’t think LayerSlider has any options for this. You can try contacting the plugin authors to see if they know of a way.
Best regards,
ElliottHi!
Here is the error your getting.
Font from origin '...' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '...' is therefore not allowed access.Is your server Apache or IIS? I would try contacting your hosting provider about this to see what they say.
Regards,
ElliottHi Stephan!
Try this, http://kriesi.at/documentation/enfold/enable-cors/, and then clear your browser cache to see if it happens then.
Also be sure to deactivate all plugins while testing.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi!
It’s not letting me in. Is the information correct?
Cheers!
ElliottHey!
If your trying to change the width then you can add that to your custom CSS.
.mfp-content { max-width: 1100px !important; }Take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottHi!
If you want to display them in the single post view then you can use the get_post_meta function, https://codex.wordpress.org/Function_Reference/get_post_meta.
You can try around line 36 in the single.php file. Or inside the /includes/loop-index.php file around line 210 depending on where you want it to display.
Best regards,
ElliottHi!
When I login and try to view the dashboard it takes me to my account page. Do you need to change the user role to admin?
Send us a link to the exact page where your using our product list shortcode also.
Regards,
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
