Forum Replies Created
-
AuthorPosts
-
Hey!
Are you sure your not using the mail chimp newsletter plugin? That form has the mail chimp newsletter markup.
Try clearing your browser cache and any caching related plugins after deactivating all of your plugins and if it’s still displaying then send us a WordPress login and we’ll take a closer look.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi Paul!
The tabs will always have one open at all time. Do you mean you wish to hide all the tabs completely on mobile? If so then try adding this to your custom CSS.
@media only screen and (max-width: 479px) { .tabcontainer { display: none !important; } }
Cheers!
ElliottNovember 19, 2014 at 12:58 am in reply to: questions regarding socket, changing fonts, testimonial element #353400Hi doritnir!
1. Try adding this to your custom CSS.
#socket .copyright { width: 100% !important; }
2. I think it would be best to use Ismael’s suggestion here to add more google fonts, https://kriesi.at/support/topic/add-new-font/#post-234710. This way you can use the theme features for styling in Dashboard > Enfold > General Styling and also in the advanced styling tab. But if you still want to use CSS then you should be able to target them with this.
.avia-testimonial-content { } .main-title, .main-title a { } .avia-menu > li > a, .avia-menu > li { }
3. Try adding this to your custom CSS.
.avia-testimonial-meta { margin-right: 0px !important; }
4. Try editing line 9 in /enfold/searchform.php.
'placeholder' => __('Search','avia_framework'),
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
November 19, 2014 at 12:49 am in reply to: Woocommerce Popup with product description on shop page #353394Hi mrgreenwaters!
That would take a lot of time and code and would have to be considered custom work. Woocommerce may have an extension for this, http://www.woothemes.com/product-category/woocommerce-extensions/, or you can try hiring a Woocommerce freelancer to help you out with coding in this feature.
Best regards,
ElliottHey kyabroudi!
I do not know of any that I can recommend but this one seems to be pretty popular, https://wordpress.org/plugins/download-manager/.
If anyone else has some recommendations then please let us know.
Regards,
ElliottHi ftt123!
Try adding this to your custom CSS.
.avia-content-grid-active .slide-meta .slide-meta-comments, .avia-content-grid-active .slide-meta .slide-meta-del { display: none !important; }
Best regards,
ElliottHi debkeller!
Please try Ismael’s suggestion here, https://kriesi.at/support/topic/background-video-with-no-sound/.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi mittech!
Try completely deleting Enfold from your WordPress theme directory and then download + upload a fresh copy from themeforest. That should fix the issue your having.
If your still getting the error then check and make sure the file and folder has correct permissions.
Regards,
ElliottHi tremblayly!
Try adding this to your custom CSS.
span.soldout, span.soldout { z-index: 999; } span.soldout, span.soldout { background: -moz-linear-gradient(center top , #c11b17 0px, #7e2217 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); border-radius: 40px; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2); color: #fff; font-size: 10px; font-weight: bold; left: 6px; line-height: 52px; margin: 0; min-height: 52px; min-width: 52px; padding: 4px; position: absolute; text-align: center; text-shadow: 0 -1px 0 #7e2217; top: 6px; }
That should give it the styling needed to display everywhere.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi lacannecycongres!
When you edit your posts look to the right hand side of your screen and you’ll see a tags section where you can define whether the post should be portrait or landscape.
Regards,
ElliottHi aenarios!
This is usually a problem with the server. Have you double checked your email address for typos and tried sending a test email with the WP SMTP plugin?
If you haven’t done so already I would contact your hosting provider and double check with them that your using the correct SMTP server info.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi Coronacom!
1. It seems to be displaying fine on my iPod and Nexus 7. Did you get this fixed?
2. Add this to your custom CSS.
@media only screen and (max-width: 479px) { .av-special-heading-tag { font-size: 20px !important; } }
3. Add an ID to the section and then add this to your custom CSS.
@media only screen and (max-width: 479px) { #your_id { background: none !important; } }
4. Add this to your custom CSS.
@media only screen and (max-width: 479px) { .av-catalogue-item img { display: none !important; } }
Regards,
ElliottHi JamesTuttle!
With WordPress post formats you can select the video format when editing your post. This will display your video in the blog view and also change the standard icon for regular posts to a video icon. You can also use our blog posts element to display only posts with the video format so you could create a page just for your videos.
As for doing a category or post format search you will need to find a plugin. Perhaps something like this, https://wordpress.org/plugins/search-by-category/.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
November 19, 2014 at 12:01 am in reply to: Adjust space between lines in header main menu using br/ to place part of link in next line #353361Hi Linards!
Try adding this to your custom CSS.
.av-main-menu > li > a { line-height: 15px !important; padding-top: 40px !important; }
If that’s not working then send us a link and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHi!
Did you get this sorted breakpoint? I’ll go ahead and mark this as resolved but feel free to reply if your still having problems.
Best regards,
ElliottHey Elise!
By default the only hover effect that should be applied is a color change. Or are you wanting to remove the background hover on the sub menu items?
Go ahead and send us a link and we’ll take a look. You can mark your reply as private if you wish.
Best regards,
ElliottNovember 18, 2014 at 11:54 pm in reply to: Shop main page and categories not found – woocommerce #353355Hi guilhemdelepinay!
Are you sure you have a Product Archive / Shop Page selected in Dashboard > Woocommerce > Settings > Products? Go ahead and send us a WordPress login so we can take a closer look and make sure to deactivate all plugins while testing.
As for your product archives they appear to be working, http://tirages.delepinay.fr/categorie-produit/decoration-murale/.
Where are you finding this link? http://tirages.delepinay.fr/categorie-produit/evenementiel/
Cheers!
ElliottNovember 18, 2014 at 11:39 pm in reply to: Onepage links menu doesn't work when visiting the blog section #353343Hi!
You’ll need to edit your links in your menu and set them all to point to your homepage. For example instead of just “#noticias” for your link you’ll need to include the full URL “http://yoursite.com/#noticias”.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 18, 2014 at 11:33 pm in reply to: Portfolio Entries Masonry Title & Excerpt Question #353338Hi!
Unfortunately I don’t see an easy way of doing that with just CSS. Like I said before it’s not going to look perfect on all devices so it would be best to hire a freelancer to help you out as it’s going to take a lot of time and code to get it working exactly how your wanting.
Best regards,
ElliottHey!
Try turning off the CSS and JS minify settings.
Best regards,
ElliottNovember 18, 2014 at 10:55 pm in reply to: 3. Submenu li – li – li not showing on mobile view. #353304Hey royaltask!
Not sure why that would be happening. Try deactivating all plugins and then send us a link so we can take a look. You can mark your reply as private if you wish.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi bertel!
Try adding this to your custom CSS.
.av-main-nav > li > a { font-weight: 400 !important; }
Cheers!
ElliottHey!
To change that in the theme files would take a lot of time and code and would have to be considered custom work. Also, that still would not fix it with the LayerSlider. Your best bet is to try one of those plugins out.
Best regards,
ElliottHey ferriscreative!
Navigate to Dashboard > Enfold > Advanced Styling and select “Main Menu Links” in the dropdown to edit the font size.
Cheers!
ElliottHi consult!
It looks like the problem is this code in your Quick CSS field.
.responsive #top #header .logo { height: 90px !important; margin: 0 auto; padding-bottom: 0; padding-top: 0; }
Remove the !important rule. Or just reduce the height there.
Best regards,
ElliottHi!
Are you logged in as an administrator? Send us that login if you don’t mind so we can take a closer look.
Regards,
ElliottHi virtualsa!
The magnific popup that displays your image will scale the image to fit inside your screen whether it hits the side of the screen first or the top and bottom. If you force it to display the full width and height then your image will look distorted so I don’t recommend doing this.
Cheers!
ElliottHey paulchiao!
Is the problem with the different heights of your related product titles? I believe you have another topic open about this already.
If the problem is something else then go ahead and take a screenshot highlighting the issue so we can get a better idea.
Cheers!
ElliottNovember 18, 2014 at 10:15 pm in reply to: custom post type like type "page" in enfold theme #353263Hey xpoveda!
Please see here, https://kriesi.at/support/topic/second-custom-post-type-with-advanced-layout-builder/.
Best regards,
ElliottHi sunworx!
I tested the 1.7.4 version of this plugin and it’s working fine but it looks like your using the “Advanced Post Types Order” which is the pro version I am guessing. Not sure why it would be breaking in the advanced version.
Unfortunately I do not have a copy to test with. I’ll flag this for the rest of our team to see if they have any idea on what it could be.
Best regards,
Elliott -
AuthorPosts