Forum Replies Created
-
AuthorPosts
-
Hi blanchrosa!
When you import a demo it is going to bring in all of the pages, images, posts, etc etc. The theme settings can be different for each child theme but the page and post content will be the same so no you cannot really do that.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi felixl!
Which shortcode are you using? The image hotspots perhaps? http://kriesi.at/themes/enfold/shortcodes/images-with-hotspots/
Send us a link to your page and we’ll take a look.
Regards,
ElliottHey pearlco!
Set it to manual and then type the link to your post out in the field.
Best regards,
ElliottHi amepro!
You can edit all of the various background areas in Dashboard > Enfold > General Styling. If your trying to do something besides change the image then send us a link to your page and take a screenshot highlighting exactly what your trying to do so we can get a better idea.
Best regards,
ElliottHi iljapronin!
Try adding this to your quick css.
.slide-image { background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; }If that’s not working then you probably have a typo somewhere in your other CSS.
Regards,
ElliottHey keifygeorge!
Are you trying to change it to another icon? If you open up /enfold/functions.php you can see the character code used on line 232.
'ov_image' => array( 'font' =>'entypo-fontello', 'icon' => 'ue923'),You can change that, “ue923”, to something else to display a different icon.
Cheers!
ElliottMarch 7, 2015 at 11:40 pm in reply to: Password protected page, change color of password box so it is visible #407581Hey Brutalben!
Try adding this to your custom CSS.
input[name="post_password"] { background: red !important; }Regards,
ElliottHi master-t!
Try adding this to your custom CSS.
.html_header_sidebar .av-sidebar-social-container { position: fixed; clear: both; overflow: hidden; width: 300px; bottom: 0px; }Cheers!
ElliottHey ttcastell!
1. Add this to your custom CSS.
.image-overlay { display: none !important; }2. Open up /enfold/js/avia.js and on line 828 you should see this.
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added',Change it to this.
exclude : '.jig-link, .noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added',Regards,
ElliottHi solarepiphany!
Try using a codeblock element instead of a textblock.
Cheers!
ElliottMarch 7, 2015 at 11:20 pm in reply to: Full-width, full-screen background image on a particular page with content scrol #407572Hey gearouthere!
You could use a color section element for this. You can set a background image to the color section and set it to fixed and then add the testimonials inside it.
Cheers!
ElliottHey!
Instead of this.
#header_main .container {height: 150px !important;}Try this.
nav.main_menu { top: -40px;}To get rid of the white space. Perhaps setting the logo image as the header background would work better in this case.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey benjaminbreton!
I don’t know of any that I can recommend. There are quite a few on the WordPress plugin repo that you can try out, https://wordpress.org/plugins/search.php?type=term&q=twitter.
If anyone has used a twitter plugin that does that scrolling headline feature then please share. :)
Cheers!
ElliottMarch 6, 2015 at 9:46 pm in reply to: Masonry Blog -> Remove Date | Footer Title Font Color Control | MailChimp Button #407294Hi John!
1. Add this to your custom CSS.
.av-masonry-date { display: none !important; }2. Try this.
#footer .widgettitle { color: red !important; }3. Add this.
.mc4wp-form * { border-radius: 4px !important; }If you only want it on the button then do this instead.
.mc4wp-form input[type="submit"] { border-radius: 4px !important; }Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi wordwise!
Are you trying to make the featured image full width? That’s going to be difficult for a post. You could try doing this, https://kriesi.at/support/topic/how-to-add-advanced-layout-manager-to-blog-posts/, to add the layout editor to posts and then use a color section instead of the featured image. I have not tested this out though.
If that’s not what your trying to do then send us a link to your page and take a screenshot highlighting your intentions so we can get a better idea.
Cheers!
ElliottHi smkrause!
Add this to your custom CSS.
.content .entry-content-wrapper { padding-right: 20px !important; } .inner_sidebar { margin-left: 20px !important; }Best regards,
ElliottMarch 6, 2015 at 9:31 pm in reply to: How could I put a widget in this area? Is there a guide #407285Hey xlguy!
Please see here, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/.
Cheers!
ElliottHi xlguy!
So your wanting the menu items to span the full width from left to right? I’m not sure if that is going to be possible. I suppose if you set the widths to a certain percentage and then change the letter spacing it might be feasible. Send us a link and we’ll take a look.
Cheers!
ElliottMarch 6, 2015 at 9:13 pm in reply to: Custom drop down menus that are different than main menu #407270Hi lobstahhhhhhh!
We have a full width sub menu element that can display dropdown menus. It doesn’t have “filter” functionality though.
Your trying to filter your products? Are you using WooCommerce? They have a widget for this. They also probably have some extensions you can use to extend the product filters.
Best regards,
ElliottHi valentin!
You can drag a textblock element or codeblock element to the cell and then edit the textblock / codeblock.
Regards,
ElliottMarch 6, 2015 at 7:45 pm in reply to: Sidebar- and Footercontent italicized when using a protfolio-grid on the page #407245Hey agentkramer!
You have some em tags in your markup which should not be there. I’ve seen plugins insert these sometimes so try deactivating all of your plugins to see if that fixes it.
Cheers!
ElliottHi herrbirk!
Try adding this to your custom CSS.
@media only screen and (max-width: 767px){ .responsive.html_header_sidebar #top { position: relative; } }Best regards,
ElliottHi IDBSystems!
Did you get this sorted? I surfed through your site links a bit but they all appear to be loading fine for me.
Cheers!
ElliottHi MediateamWingerd!
Yes that is the “Biographical Info” in Dashboard > Users > Profile. If you want to hide it then try adding this to your custom CSS.
.author_description_text { display: none !important; }Best regards,
ElliottHey Seelengaertner!
1. I would try checking out the Contact Form 7 or Gravity Forms plugins.
2. Are you just trying to change the font size of your single blog post content? If so then try adding this to your custom CSS.
.single .entry-content p { font-size: 13px !important; }3. It sounds like your talking about the title container. Add this to your custom CSS.
.main-title { color: red !important; font-size: 20px !important; }If that’s not correct then take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Cheers!
ElliottHey daddyhenk!
In this case it would be best to use the “Masonry Gallery” element under the “Media Elements” tab instead. They will open up in lightbox automatically and not link to any portfolio posts.
Regards,
ElliottMarch 6, 2015 at 7:23 pm in reply to: Increase right padding of main menu (issue with WooCommerce Cart Icon) #407234Hey wurgi!
Hmm, can you send us a link to your page? We would like to see it in action. You can set your reply as private if you wish.
Regards,
ElliottMarch 6, 2015 at 7:21 pm in reply to: Sidebar elements overlapping end up over socket color area #407232Hi!
If you add it to your Quick CSS field it will be safe between updates.
For the facebook widget are you sure the URL your using is correct? Send us a WordPress login and we’ll take a look.
Regards,
ElliottHey!
Yes that is going to confuse WordPress. You’ll either need to rename the category slug or edit your blog page permalink and change it to something else besides /blog/.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
-
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
