Forum Replies Created
-
AuthorPosts
-
November 26, 2014 at 8:33 pm in reply to: Masonry Portfolio on IPad always show caption even I enabled *onhover* #358525
Hey royaltask!
Add this to your custom CSS.
@media only screen and (max-width: 959px) { .av-inner-masonry-content { display: none !important; } }
You may need to play around with the 959 value to match your iPad screen width.
Regards,
ElliottHi frysjo!
This is what I’m seeing.
Did you get this sorted? If your still having problems then take a screenshot and highlight what your seeing so we can get a better idea. Also be sure to clear your browser cache as well.
Regards,
ElliottHi!
Are you sure deactivating all plugins does not fix it? Go ahead and send us a WordPress login and set your reply as private and we’ll take a closer look.
Regards,
ElliottHey stoffey99!
Try adding a 1/4 + 1/2 + 1/4 column elements to your page and add the easy slider inside the 1/2.
Regards,
ElliottHey JONI!
1. Try using this CSS.
.post-type-archive-product .container_wrap { background: red !important; }
2. There is actually a current bug when using color sections on the shop page. We’ll see if we can get a fix worked out soon.
3. + 4. Can you send us a link so we can take a look? You can set your reply as private if you wish.
Cheers!
ElliottHey andrewdharris1!
It looks like your using Enfold 2.9.2. Updating to the latest version, 3.0.4, should fix this.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHi!
Change my code to this then.
.entry-content-wrapper { border-top: 0px !important; }
That will allow you to set a bottom border.
Cheers!
ElliottNovember 26, 2014 at 7:22 pm in reply to: Use Catalog shortcode princing field to sort portfolio items #358471Hi nparent!
I don’t think that would be possible but you can use this plugin, https://wordpress.org/plugins/post-types-order/, to do custom sorts on the portfolio posts.
Are you selling products? If so then I would consider using the Woocommerce plugin which allows you to sort products by price and other meta.
Regards,
ElliottHey!
I can’t see it on my end. I’ll go ahead and flag this for the rest of our team to take a look.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
I’m sorry but we are too busy to do this specific customization for you. It would be best to hire a freelancer to help you out. You can try contacting Werkpress for hire, http://kriesi.at/contact/customization.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 26, 2014 at 7:00 pm in reply to: Enfold 3.0.4 did not fix edit problem with WP 4.0.1 #358448Hey centerforhealthscience!
It looks like your using Enfold 2.7. Updating to the latest version, 3.0.4, should fix this.
If your having trouble with the auto updater then try updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 26, 2014 at 6:57 pm in reply to: Theme Updates: Shows no updates although there are #358446Hi!
Does it give an error message? Perhaps your trying to use it on two sites and only have one license?
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi 118group!
It’s a one time fee. See here for more info, http://themeforest.net/licenses/faq.
It will be supported as long as we are in business which should be for quite a while.
Best regards,
ElliottHey Marcelo!
Our sort options are only setup to be used with categories currently and it would take a lot of time and code to add that feature in so it would have to be considered custom work right now. You can request this feature here, https://kriesi.at/support/enfold-feature-requests/, and we may see it get added in a future update.
Cheers!
ElliottHi rene!
Send us a link and we’ll take a look. You can set your reply as private if you wish.
Also be sure to deactivate all plugins while testing.
Best regards,
ElliottNovember 26, 2014 at 6:44 pm in reply to: Contact Forms Not Working after Autochimp Plugin Install #358436Hey abovefp!
It looks like your using Enfold 3.0. Go ahead and update to 3.0.4 to fix this.
Cheers!
ElliottHi!
You need to update Enfold to 3.0.4, your currently using 3.0.2. Also, I noticed your getting a few javascript errors on your front end which are related to a plugin.
Go ahead and do that and let us know what happens.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey elames!
Try adding this to your custom CSS for the menu.
#header_main_alternate { border: 0 none !important; }
Is that a color section your using there? The color sections have an option where you can remove top and bottom border styling. Go ahead and send us a link and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHi raveon!
For the first one try opening up /enfold/js/avia.js and change line 824 from this.
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=".jpg?"], a[href*=".png?"], a[href*=".gif?"], a[href*=".jpeg?"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]',
To this.
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=".jpg?"], a[href*=".png?"], a[href*=".gif?"], a[href*=".jpeg?"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="screenr.com"], a[href*="iframe=true"]',
The second one seems to be working fine on my end though. I click play and the videos play fine and I can switch the videos on the side. They are not playing on your end?
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
Do you want to try and reduce the font size? If you want to just switch it to the responsive menu when it hits your logo then try adding this to your custom CSS.
@media only screen and (max-width: 1200px) { nav.main_menu { display: none; } #advanced_menu_toggle { display: block !important; } }
Good job on the site design, looks good.
Regards,
ElliottHi!
Yes it looks like your adding a google ads script into the google analytics box as well which is displaying the iframe. Are you wanting to display google ads above your header?
Regards,
ElliottNovember 26, 2014 at 6:05 pm in reply to: Buttons not showing anymore / spaces between elements not equal anymore #358403Hey!
It looks like an empty promobox element. It is not displaying in the advanced layout editor?
Try doing this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and then see if you can remove the shortcode at the end in the debug view.
Cheers!
ElliottNovember 26, 2014 at 6:01 pm in reply to: Different Main Navigation Menu and Logo for Custom Post Type? #358401Hi!
On this line,
if(is_singular('sp')) {
You’ll need to change “sp” to the slug of your custom post type. See here for more info, http://codex.wordpress.org/Function_Reference/is_singular.
If you want to add pages then you can do this.
if( is_singular('sp') || is_page( array( 1, 2, 3 ) ) ) {
Where 1, 2, 3 are the ID’s of your pages.
Regards,
ElliottNovember 26, 2014 at 5:58 pm in reply to: website updated WP(4.01). When updating theme to 3.0.4 all customizations lost #358396Hey itmonitoring!
You will need to update the theme. If you have done customizations to the theme files then you will need to redo those after updating.
It would be best to use a child theme, http://kriesi.at/documentation/enfold/downloads/, so you can save your customizations between updates.
Regards,
ElliottNovember 26, 2014 at 5:55 pm in reply to: Addthis social sharing, buttons animation not working #358392Hey!
They were not displaying last time but I see them now. Your getting a 404 not found error which could be causing problems.
"NetworkError: 404 Not Found - https://www.youtube.com/get_video?noflv=1&video_id=XFDUw2SdYyg&cpn=2KyqKQCFkOLtwGCy&el=embedded&referrer&eurl=http%3A%2F%2Fproduction.graffito.gr%2F&fmt=22&ptk=youtube_none&splay=1"
I don’t think it’s related but try removing the youtube vids from your page and deactivate all other plugins to see what happens.
Cheers!
ElliottHey!
It’s displaying fine for me. I checked it and facebook is now displaying along with twitter and email.
Best regards,
ElliottHi!
Try adding this to the bottom of your /enfold/functions.php file.
show_admin_bar( false );
Regards,
ElliottNovember 26, 2014 at 5:41 pm in reply to: Masonry portfolio gallery shows all categories when you load more #358383Hey Nashtad!
Can you send us a WordPress login so we can take a closer look? Also be sure to deactivate all plugins while testing.
Regards,
ElliottHi eliuserman!
If your trying to add a border around the form then you can try this.
.av-light-form { border: 1px solid red !important; }
If your trying to change the border of the fields then you can edit that around line 1500 in the /enfold/css/shortcodes.css file.
#top div .av-light-form .input-text, #top div .av-light-form input[type="text"], #top div .av-light-form input[type="input"], #top div .av-light-form input[type="password"], #top div .av-light-form input[type="email"], #top div .av-light-form input[type="number"], #top div .av-light-form input[type="url"], #top div .av-light-form input[type="tel"], #top div .av-light-form input[type="search"], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button { background-color: transparent; border-color: #fff; border-width: 2px !important; color: #fff; }
Cheers!
ElliottHey!
Actually that feature is for the excerpts and it does not actually function the way your wanting it do. See here for more info, http://codex.wordpress.org/Customizing_the_Read_More.
What your wanting is called a “toggle” and you can see how they work in the link in my first post. If you’d like we can give you CSS to style them so it looks like just a link and no box.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
-
AuthorPosts