Forum Replies Created
-
AuthorPosts
-
Hi!
Sorry, I got my words mixed up but that’s what I meant. You need to use percentages instead of pixel values. I set the first one to 20% so you can see how it’s done.
Regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi!
I deactivated all of your plugins and it started to work. Deactivate them all and reactivate them one by one to see which one is causing the problem.
Best regards,
ElliottHey!
Change it to this.
$attributes['itemtype'] = 'https://schema.org/CreativeWork'; if ( is_page( 42 ) ) { $attributes['itemtype'] = 'https://schema.org/SoftwareApplication'; }
Where 42 is the ID of your page.
Regards,
ElliottDecember 4, 2015 at 7:16 pm in reply to: Possible Bug with Recognizing or Not Including CSS in Responsive Mode #547223Hey!
Ok it’s getting a little confusing, let’s simplify this.
The button your wanting to hide you have added a class of “btn_hide” to it correct?
1. Remove all of your CSS.
2. If you want to hide it on mobiles then use this.
@media screen and (max-width: 767px) { .btn_hide { display: none !important; } }
3. If you want to hide it on desktop then use this.
@media screen and (min-width: 767px) { .btn_hide { display: none !important; } }
Regards,
ElliottHey!
Login is not working for me. Please check.
Did you contact your hosting provider yet? What did they say?
Turn on WordPress debugging, https://codex.wordpress.org/Debugging_in_WordPress, and check your server error logs for any useful information.
Cheers!
ElliottHey!
Send us a WordPress login and we’ll take a look.
Cheers!
ElliottDecember 4, 2015 at 7:06 pm in reply to: Events plugin featured image & transparent drop down menu #547218Hi!
Add this to your custom CSS.
ul.sub-menu li, .sub-menu a, .sub-menu { background: rgba(255,255,255,0.2) !important; }
Best regards,
ElliottDecember 4, 2015 at 7:02 pm in reply to: Multiple !important class declaration and precedence on H2 title #547216Hey!
Ok I see now. That’s actually coming from your child theme stylesheet on line 296.
/* WooCommerce customization */ /* style added tab for related products */ #top .related.products h2 { color: #050402 !important; font-weight: bold !important; }
Perhaps you forgot it was there but you can change the color there or remove it.
Regards,
ElliottHi!
Well that’s not a Masonry gallery so it’s not going to work there. I don’t see an easy way of making the easy slider jump to a certain slide when the page is loaded unfortunately.
What I would do is create posts for the images and display them in the Masonry element. This will solve both problems as they can be linked to as suggested before and they will also display in the search.
Regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hey!
Can you send us a link to the page where your seeing the tags? Your just trying to hide them correct?
Regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi!
Well they should be displayed along the menu as you can see on this page at the top but you have the menu set at the bottom which is different. Not really a bug I would say.
Cheers!
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi!
Oh I see, kind of like a mega menu. We do have mega menus in Enfold but they are not as advanced as that one it looks like. Perhaps the “Ubermenu” plugin would work for you here.
Regards,
ElliottHi!
Switch it to this.
.ajaxresponse, .ajaxresponse * { color: black !important; clear: both !important; }
Regards,
ElliottHey!
Yes, most likely. I’m not sure which version it is though. It would be best to use the latest version of the theme anyway. Make sure to update.
Cheers!
ElliottHi!
There is not enough left margin on it. Add this.
.summary ul { margin-left: 20px !important; }
Cheers!
ElliottHi Martin!
Please see here, https://kriesi.at/support/topic/possible-to-rename-portfolio-entirely/.
Regards,
ElliottHey WebjunkieCreative!
Add this to a codeblock element in that page.
<style type = "text/css"> #av_section_1 { position: fixed !important; top: 100px !important; z-index: 99999 !important; } </style>
Cheers!
ElliottHi Peter!
I don’t see an easy way of going about that unfortunately. It would be best to hire a freelancer to help you out with this customization.
Best regards,
ElliottHi launchmoxie!
You can try and create your own query to use, https://codex.wordpress.org/Class_Reference/WP_Query, but it would take a lot of time and code to implement and troubleshoot. It would be best to hire a freelancer to help you out with this customization.
Cheers!
ElliottHi Chazmania!
Try navigating to Dashboard > Enfold > Blog Layout and for the “Blog Layout” option set it to use the advanced layout editor to build your own blog page.
When you edit the post and set the featured image there will be a small checkbox that displays beneath it that will let you hide it on the single post view.
Cheers!
ElliottDecember 4, 2015 at 6:07 pm in reply to: Breadcrumbs shortcode not clickable on mobile version #547178Hey janicenisha!
Try adding this to your custom CSS.
@media screen and (max-width: 767px) { .title_container { top: -25px !important; } }
Regards,
ElliottHey jnightingale!
Not currently. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we may see something get added in a future update.
Regards,
ElliottHi finchkelsey!
This is more of a general WordPress question than Enfold so it would be best to ask on the WordPress support forums.
I found this though which may help, http://wordpress.stackexchange.com/questions/131546/how-redirect-users-to-custom-login-page-when-login-to-reply-is-clicked.
Best regards,
ElliottHi sinayes!
Switch to the advanced layout editor when editing a post / page and in the “Content Elements” tab you will find the post slider element.
Regards,
ElliottHi JeeBar!
Try deactivating all plugins and completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Your sure you have some portfolio categories created with posts assigned to them?
Send us a WordPress login and we’ll take a look.
Regards,
ElliottDecember 4, 2015 at 5:56 pm in reply to: Problem with updating Enfold to 3.3.1, compatibility issues with UberMenu 3.0.1 #547162Hey B2BE!
It’s hard to tell. You will first want to update Enfold to the latest version though, 3.4.4.
Also make sure that ubermenu is updated and that you deactivate all of the other plugins while testing.
Cheers!
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
December 4, 2015 at 5:54 pm in reply to: Enfold Masonry Gallery caption box color for individual images #547159Hey saraclementdk!
Try adding this to your custom CSS.
.post-82 .av-inner-masonry-content { background: red !important; }
Regards,
ElliottHey svetkol!
It’s a difficult thing to do actually. It would be best to hire a freelancer to help you out with this customization.
You can always add it in manually by using the advanced layout editor though.
Best regards,
ElliottHi Charlotte!
Make sure the plugin is updated and if your using a child theme try activating just Enfold to see what happens. Also be sure Enfold is updated to the latest version, 3.4.4.
Best regards,
ElliottHi hundrkollektiv!
Here you go, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/.
Best regards,
Elliott -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts