Forum Replies Created
-
AuthorPosts
-
Hey!
You can use this plugin to keep your site only visible to you: http://wordpress.org/plugins/ultimate-coming-soon-page/
It’ll allow you to set up a coming soon/down for rebuilding page and still work on things as a logged in admin.
Best regards,
DevinHi!
This css is causing all your issues:
#main { padding: 125px !important; }
The main div is the wrapper for all your content and adding in all that padding is causing things not to be full width and be entirely too small on mobile layouts.
Cheers!
DevinFor all themes you should not modify their core css files actually. The same goes for the php files as well if you really want to keep it all upgrade safe.
You can add that css to your Quick CSS in the Styling tab of your Enfold Theme Options or to the css>custom.css file. Both of these are configured to load after the theme css so that anything you add in will be last. With CSS, this means that as long as it has the same selectors then it will have priority.
Hi mnlgmz!
You should never add or modify css to the themes core stylesheets. Instead, add your own css to the Quick CSS field in the theme Styling section or the custom.css file in the css folder.
That way your css has the correct priority and doesn’t get written over when you update the theme.
For the css, it depends on how you’ve written it out but my guess is that it just needs to target the item you are trying to modify a bit more explicitly. For example:
#top .main_menu .menu li > a { text-transform: uppercase; }
Regards,
DevinHey!
The theme isn’t compatible in the same way with the stand alone plugin. So unfortunately if you want to use LayerSlider by itself it doesn’t integrate into the theme the way the bundled version does.
Cheers!
DevinActually yes, its on the to-do list to add BuddyPress support. Not idea on an ETA but I was hoping to do a basic integration of BuddyPress and Sensai over the holidays as a start. So keep an eye out!
December 20, 2013 at 7:36 pm in reply to: What's the boxed layout width and why is there a 'web hosting' #202663Hey!
You’ve not added the css to your quick css folder correctly. There is an extra opening bracket in there and there is only a single line of css relating to the container width: http://bathmatetaiwan.com/wp-content/uploads/dynamic_avia/enfold.css?ver=1
You will need to add in all of the css that Ismael provides there and then modify it to your desired width as well as replacing “.responsive” with “.static_layout”. It isn’t a quick fix and will still need a good bit of touching up but that is the majority of the customization.
Beyond that you would need to look into a freelance developer if there is further changes you need customized into the layout. We recommend Microlancer, Codeable or Werkpress via this form: http://kriesi.at/contact/customization
Cheers!
DevinDecember 20, 2013 at 7:25 pm in reply to: Does the new Enfold update need a new child theme installed #202661Hey Saundra!
No, nothing you need to do there unless you’ve added your own replacement files to the child theme.
Cheers!
DevinHi!
The header style you’ve chosen *has* 2 menus. See the demo: http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/
If you don’t want two menus you can choose a different menu style or choose a blank menu for that top level menu in your Menu locations tab of the Menus manager of WordPress.
Cheers!
DevinHi!
The way you have the @font-face structured is not correct as far as I know. Combined with how you have the fonts then declared under it IE is probably just failing while the others are more gracefully falling back on a valid css declaration.
You can read more about @font-face here:http://www.font-face.com/
Best regards,
DevinHey!
Can you do a quick double check that you are copying out the text exactly and pasting into the file using a text editor that doesn’t alter the contents.
I’ll tag the topic for Peter as well so he can check it over for any syntax errors.
Best regards,
DevinHi!
Are you using the autoresponder field? If so then I believe there must be something in the email field.
Regards,
DevinHey ramoncrusellas!
I’m not really sure what you are having an issue with. Can you show a screenshot or live example of what you are having trouble with?
Best regards,
DevinHi atlantio!
You can turn of the responsive version and use a fixed width version of the theme from the Theme Options>General Settings. Other than that however any customization just for the mobile version would would need to be done through custom css or php/html.
The theme’s css/custom.css file has 2 media queries you can use to add in css just for desktops and just for mobile usage to get you started.
Regards,
DevinDecember 20, 2013 at 3:52 pm in reply to: Changing portion of page COLOR (Backgroud/Main Contents) Possible? #202596Hey Jae!
Yes, you can use a Color Section element from the Advanced Layout Builder and set the color or image background for that element.
Best regards,
DevinHi esavvides!
The main theme homepage hasn’t been updated in quite along time as far as I know. The layout is
a full width layerslider,
color section with three columns and icon boxes inside,
color section with portfolio
color section with 2 columns and one with a gallery the other with text and a button,
color section with 2 columns and one with text the other with icon list
color section with 2 columns and one with an image the other with text and a button
color section with testimonials,
color section with a fixed background image and 3 columns with icon boxes in them
and finally a logo slider elementCheers!
DevinHi David!
The button style is actually on the link. So it would be:
.sidebar_button a { background-color: #ecf3fb; color: #666666; width: 100%; margin-bottom: 10px; }
By adding you css to the container its adding those values to that container.
Best regards,
DevinHey Bruno!
I’m not sure why it would have changed but can you try re-setting the menu items in your menu. Turn of the menu item as a mega menu, save, then turn it back on and re-assign the items as columns.
Cheers!
DevinDecember 20, 2013 at 1:54 am in reply to: Display problem with Internet Explorer 8 (Windows XP) #202340Hi!
I don’t have an xp machine at the moment to test on but at least on my live local installation(windows 7) I’m not having any issues with it:
Best regards,
DevinHey Haycreations!
The images are all set to expand to their containers for the responsive layout changes. You can use column shortcodes to act as containers for your image (1/3 | image | 1/3 ) or add a class to the image to give your own css higher priority.
For example, that image has the specific image class already on it from WordPress and if you add this to your Quick CSS in the styling tab of the theme:
#top .wp-image-7954 { max-width: 666px; }
You’ll give it a smaller max width without removing its ability to adapt for mobile.
Best regards,
DevinI tried out the zip you sent over but didn’t have any issues or password prompts.
Can you try using 7zip:http://www.7-zip.org/ and following along with this video: https://vimeo.com/64927356
Thanks! We try :)
This reply has been marked as private.Hey!
The slug name – portfolio-item by default – can not be the same as any other slug on your installation. You can change it in the Theme Options>General settings to anything that doesn’t cause a conflict with another slug on the site. If you have a page called “portfolio” for instance then it would always cause 404 errors. Even if that page is in the pages>trash it will still cause the conflict.
Regards,
DevinHey!
Support scope is outlined when you register for the forums. Depending on how busy we are we will go beyond normal fairly frequently. We aren’t project managers and just respond as we get questions.
We answer with the best response we can and when we hit a point where it seems that someone is only looking at us to solve a major customization issue as you explained a few days ago we will refer them to quicker alternatives.
Saying that this topic/question was and is low priority doesn’t mean that you are, just that this specific issue was. We’ve been addressing WordPress 3.8 bugs, there have been 2 theme releases this week to fix things and it looks like there will be another coming up shortly.
Regards,
DevinHi Michael64142!
You can read the regular license agreement here: http://themeforest.net/licenses/regular and the extended license information here: http://themeforest.net/licenses/extended
It depends on the exact usage but generally the licenses are for a single end usage.
Cheers!
DevinWe aren’t able to go into that depth here on the forums so you’ll need to arrange a consultation through one of the services I mentioned to get someone to spend the time to go through each question and give you good full answers.
Sorry about that but hopefully you can find someone to work with with one of the services I mentioned.
Glad it worked itself out :)
With the number of active users its hard to track true issues versus coincidence but we’ll keep trying things out in the mean time to see if we can find a bug.
Hi Antonia!
You would need to change those settings on vimeo for each video. I believe its under the embed options.
Best regards,
DevinHi emeraldmedia!
That definitely shouldn’t be the case. Does it mention which files? Can you try re-downloading the files from themeforest and see if it happens again?
This is typically how an install should go: https://vimeo.com/64927356
Regards,
Devin -
AuthorPosts