Forum Replies Created
-
AuthorPosts
-
February 24, 2015 at 7:06 pm in reply to: Live search not displaying pages with apostrophes in the name #401625
Hey!
I would try contacting the plugin author to see if they have any idea on what it could be.
Or you could try the custom post types UI plugin Ismael listed, https://wordpress.org/plugins/custom-post-type-ui/, to create your post types. I’ve used it before also and can confirm it works.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
Your using quite a few plugins there which is causing javascript errors.
Your also using a plugin which is removing the theme editor.
Go ahead and deactivate them all and then add Ismael’s code to the bottom of Enfolds functions.php file and it should work.
Cheers!
ElliottHi bicounet!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
3. Clear your browser cache and view again.
Regards,
ElliottHi TF_Photography!
Navigate to Dashboard > Enfold > General Styling > Body Background and set the background attachment to fixed.
Cheers!
ElliottHi uvanlj1!
Send us a link to your site and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHey grida!
Your URLs are looking kind of weird. Try deactivating all plugins and then create a backup of your .htaccess file and then delete it and refresh your permalinks in Dashboard > Settings > Permalinks.
Pay special attention to any messages that WordPress gives you such as the .htaccess file was not writable, etc etc.
Cheers!
ElliottHi royaltask!
Send us a link and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHi ACM!
Not sure if that is going to be possible or not without some javascript. Send us a link to where your using it so we can see how you have it setup.
Cheers!
ElliottHi scottgoodacre!
1. If your code is in the theme options area then that will work. If you want to move it to the child theme style.css file then there is no problem with that either. If you need to overwrite some CSS code then you could use the !important rule like so.
a { color: blue !important; }But it would be better to just keep your code in one area so you do not need to overwrite it.
2. That looks like it will take a lot of CSS work. You can target those elements like so.
.em-attendee-fieldset input { } .em-attendee-fieldset label { }Cheers!
ElliottFebruary 24, 2015 at 6:26 pm in reply to: Reference to pages – keeping information in one place #401588Hey steffenhn!
It sounds like what your wanting is a select field on a page and when a city is selected then it will pull in specific content via AJAX. Unfortunately that would take a lot of time and code and would have to be considered custom work.
There are lots of alternatives you could do though. Such as setting up a tab element for each city or perhaps some accordions.
Best regards,
ElliottHi ceciliahermansson!
Try setting the maximum container width value to 1310px or something similar and it should revert to a stretched layout on smaller screens.
Best regards,
ElliottFebruary 24, 2015 at 6:21 pm in reply to: How to set fullscreen slider height:auto for less than 740px devices and screen. #401585Hey rajivnetra!
Send us a link and take a screenshot highlighting what your trying to do and we’ll take a look.
Regards,
ElliottHi aron8778!
Add this to your custom CSS.
#mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title { color: white !important; }Regards,
ElliottHey Paul!
I’ve never used a plugin like that before but perhaps the events calendar would work, https://wordpress.org/plugins/the-events-calendar/.
I found this also, http://www.woothemes.com/products/woocommerce-bookings/, but it looks kind of expensive so I would ask if you can test it out first before purchasing.
If anyone else has some recommendations then please share.
Best regards,
ElliottHey emilcobussen!
You will want to create posts and set a specific category for them. Or as an alternative you could create a custom post type and use that instead. You can do this with the WP Custom post types UI plugin or similar plugin.
Best regards,
ElliottFebruary 24, 2015 at 6:00 pm in reply to: Thumbnails not appearing on blog page and HTML code at the bottom of my post #401568Hey uychkinnear!
1. You need to set the featured image of the post.
2. I don’t see the HTML code did you get it sorted? If not then take a screenshot and highlight what your seeing so we can get a better idea.
Best regards,
ElliottHey Ben!
1. You could set the page to be private or require a password. If you need to get more in depth with it then you could look for some plugins such as s2member or wishlist.
2. There are plugins for that as well, https://wordpress.org/plugins/uber-login-logo/.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 24, 2015 at 5:50 pm in reply to: Event watches not firing reliably / scripts not loading. #401560Hi teeramusic!
Not sure about that. It’s kind of bordering on custom work though.
Are you just trying to display youtube videos? We have a video shortcode.
Best regards,
ElliottFebruary 24, 2015 at 5:46 pm in reply to: Ajax Portfolio image not visible only text title and image default size options. #401555Hey JasonC!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If the above two steps do not help then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHey Jagrav!
Try this out.
.comment-subscription-form label { left: 30px !important; top: -5px !important; }Regards,
ElliottHey!
Add this to your custom CSS.
#header-welcome { top: -10px; left: -200px; position: relative; }And play around with the top and left values to move it around. If that’s not working then send us a WordPress login and we’ll take a look.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
Try adding this to your custom CSS.
.breadcrumb { left: 48px; position: absolute !important; top: 112px !important; }And then send us a link to your page and we’ll check to see if it needs some more CSS.
Best regards,
ElliottHi!
Your site is not loading for me. Is there a typo?
Best regards,
ElliottHey!
I’m sorry but I’m not really sure I understand what your trying to do. What are global content blocks? I’ve checked all of the links you provided but the accordions are all working fine.
Best regards,
ElliottHi Katrin!
You can setup the default sidebar layout for your pages and posts in Dashboard > Enfold > Sidebar Settings.
Besides that you can override the setting when you edit the single pages and posts.
I’m guessing you have the posts default sidebar set to left.
If that’s not correct then deactivate all plugins and send us a link to the page / post and we’ll take a look.
Regards,
ElliottHi Shawnlimws!
Add this to your custom CSS.
.avia-caption { display: block !important; }If that’s not what your wanting then take a screenshot and highlight what your trying to do so we can get a better idea.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 23, 2015 at 10:50 pm in reply to: Please move Google Analytics code from HEAD to BODY of html #401056Hey tduehrsen!
Are you sure your pasting the full code that Google Analytics gives you? Try deactivating all plugins and send us a WordPress login so we can take a look.
Cheers!
ElliottHey PeterHK!
Hmm, not sure what could be going on there. Can you send us a WordPress login so we can take a look?
Cheers!
ElliottHi mAqq!
Try this out, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/.
Send us a link when your done and we’ll give you some CSS to move it around wherever you want.
Cheers!
ElliottHey!
Try increasing this line to 1000 or so.
@media only screen and (max-width: 767px) {Cheers!
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
