Forum Replies Created
-
AuthorPosts
-
Hey!
Oops, sorry momon. I think the option your looking for is in Dashboard > Enfold > Sidebar settings and then make sure the “Display Sidebar navigation” option is unchecked.
To remove it on a certain page then drag a codeblock element into your page content and add this.
<style type = "text/css"> .widget_nav_menu { display: none; } </style>
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi JONI!
I believe you already asked this here, https://kriesi.at/support/topic/enfold-theme-issues-2/.
Please do not double post.
Cheers!
ElliottHi ezmob!
If it’s happening on all sites then it sounds like a browser issue. Try reinstalling the browser and disable any browser plugins + extensions your using.
Regards,
ElliottHey!
Your welcome. Let us know if you have any other questions.
Regards,
ElliottHey connect4consulting!
I’m not sure I understand. Are you talking about the text in your one_fourth columns? Are you wanting to make it so they look like the links in the right column?
Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
November 13, 2014 at 10:32 pm in reply to: Portfolio sizes – when I choose "choose grid size manually" its still working #350946Hey GGLNetwork!
That is going to have WordPress resize your images but the images will still need to fit inside the columns otherwise there wouldn’t be a point of using columns. Depending on how many columns you have the images will fill the column container but their heights may be different depending on the image.
Right now it looks like you have it set to the default 495 x 400. If you want to force them with CSS then let us know but they may look distorted.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey spadalbert!
Try adding this to your custom CSS.
.logo img { width: 100px !important; height: 100px !important; }
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 13, 2014 at 10:11 pm in reply to: CONTACT FORMS STOPPED WORKING. PLEASE NEED HELP URGENTLY #350935Hi!
You should still be able to use it.
I’ve never used WP Easy SMTP but good to know it’s working for you. Let us know if you have any other questions.
Cheers!
ElliottHi!
Try viewing all of the pages that Woocommerce created when you activated the plugin and then try switching to the Text editor instead of the Visual editor and remove the pre tags that way. WordPress will add them when you paste code into the Visual editor.
http://docs.woothemes.com/document/woocommerce-shortcodes/#section-20
If that’s not working then send us a WordPress login and set your reply as private so we can take a closer look.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 13, 2014 at 9:44 pm in reply to: Content is not staying within Maximum Container Width in Chrome browser. #350915Hi!
It seems to be working fine. You have your maximum container set to 1130px and the content stops there. If you want your backgrounds to stop there as well then you will want to select the boxed layout in Dashboard > Enfold > General Layout.
Also make sure that the Chrome’s zoom setting is set to 100%. If your zoomed out then everything will display smaller.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey xyzb!
Hmm, the accordions look fine to me in print preview. They will display open by default so when you print people can read them. Can you take a screenshot and highlight what your trying to do with them? Also send us a link please. You can mark your reply as private if you wish.
Regards,
ElliottHi!
That is an intentional design and it will probably stay like that for new updates to the theme. We may add an option for this in the future but for now it would be best to do the customization Ismael suggested. You can do it in a child theme so it will be saved between updates.
If your having trouble with the customization then let us know and we’ll take a look.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 13, 2014 at 9:23 pm in reply to: How can I keep the cart in the header permanently? #350896Hey!
Try adding this to your custom CSS.
.responsive .cart_dropdown { display: block !important; }
If your going to display it on mobiles then it would be best to set it’s position by percentage.
.cart_dropdown { top: 15% !important; right: 15% !important; }
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
1. There is a setting for editing the colors when you edit the hotspot. For the hover color you can do this.
.av-image-hotspot_inner:hover { background: blue !important; }
2. Try this.
.av-image-hotspot_inner { background: url("URL to your image") !important; }
3. I’m not sure I understand. Can you send us a link so we can take a look? You can set your reply as private if you wish.
4. + 5. + 6. These customizations would take a lot of time and code so they would have to be considered custom work. It’s kind of an advanced customization actually so I recommend contacting Werkpress if you want to hire a freelancer, http://kriesi.at/contact/customization.
Best regards,
ElliottHi alfengland!
Your HTML structure looks a little weird. You have your content displayed inside a section instead of main. Have you done customizations?
Your using 3.0.1 it looks like so go ahead and completely delete the theme and download + upload a fresh copy. Also try activating just the parent theme instead of your child theme to see if it’s due to some customizations.
Cheers!
ElliottHi!
Try adding this.
.avia_textblock ul { margin-left: 13px !important; }
Cheers!
ElliottHi aovivo!
I see them on my end. Try clearing your browser cache.
Regards,
ElliottNovember 13, 2014 at 7:32 pm in reply to: Color Section with small padding / Section Bottom Border Styling / Arrow – CSS #350859Hi!
Try adding this to your custom CSS.
.avia-section { min-height: 0px !important; }
As for the headings they look centered both vertically and horizontally on my end. Go ahead and take a screenshot and highlight what your seeing so we can get a better idea.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey SphereEvenements!
1. Yes, you can find the print stylesheet at /enfold/css/print.css.
2. Yes, drag our button shortcode over to your content and for the button link option set it to Set Manually and then delete the http:// and add this.
javascript:window.print()
3. I recommend using the Google Chrome browser for this. Click on the options button in the top right hand corner and select print and it will show you a preview.
Best regards,
ElliottNovember 13, 2014 at 7:21 pm in reply to: Headers for non-existent pages showing up in menu bar #350855Hey ChristopherDoyle!
Navigate to Dashboard > Appearance > Menus and you can either edit the menu that came with the demo and remove the links or just delete the menu and create your own to use which would probably be quicker.
Best regards,
ElliottNovember 13, 2014 at 7:15 pm in reply to: Featured image in Single author, big preview pic smaller and title above image #350853Hey!
1. Try this CSS out.
#top .fullsize .template-blog .big-preview img { margin: 0 auto; width: 70%; }
2. I’m not sure about previous versions but you should move those lines so they display just above this.
// echo the post content
Regards,
ElliottHey redfirestudio!
Yes you would just create a new layer and then click on the “HTML / Video / Audio” tab and insert our button shortcode. As for the download it would be best to create a zip file and then point the button to it.
Regards,
ElliottHi!
Alrighty, let us know what they say.
Best regards,
ElliottHey!
You need to change “key” with whatever key you have set for your custom field.
This is bordering on custom work though so if you still cannot get it working then it would be best to hire a freelancer to help you out with this customization.
Regards,
ElliottHi DalandanUX!
Yes if your already using analytics then you’ll want to remove the tracking code from the Enfold settings or your dreamhost account. If you use our settings then it should load the new analytics.js and not the ga.js which is probably being loaded by dreamhost.
https://developers.google.com/analytics/devguides/collection/analyticsjs/
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi dnj14!
Currently we do not have an option for that but you can use our gallery shortcode which has thumbnail navigation.
Feel free to add a feature request, https://kriesi.at/support/enfold-feature-requests/, for future updates.
Best regards,
ElliottHey melissaek13!
They are font icons so try increasing the font size like so.
#header_meta .social_bookmarks a { font-size: 18px !important; }
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
I was viewing your site earlier today and it was working fine and it looks like you added the analytics code in correctly. Your site is not loading for me now though. Try contacting your hosting provider to see if everything is ok.
Cheers!
ElliottHey danchristopher!
With your current code that would just list all of the events into one table cell. To do what your wanting you would need to edit the events_list shortcode that comes with the events manager plugin, http://wp-events-plugin.com/documentation/shortcodes/, but that would have to be considered custom work.
I would try searching through their support to see if anyone has done this before.
Regards,
ElliottHey John!
Add this between your text to do a line break. The socket should expand to fit two lines automatically.
<br />
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
-
AuthorPosts