This reply has been marked as private.
installed enfold today, looked over sample data, deleted posts pages and menu
now, when puttign up pages, I can not make a menu stick- there is recent post with same issue due to large menu and htaccess, however I have just 2 items in my menu. when checking the box, it does not stay checked, and all pages appear in full page title, not with the specified words in the menu setting.
also, I loaded a logo of right size, it flashes on then disappears
I have nav items all over the page.
pls help
http://www.smasource.com
Hey!
You’re using a 3 column layout but you’re uploading small featured images. Please try larger images as featured image for products. Suggested minimum width should be 400px.
Regards,
Ismael
Hello DDamjanovic!
Maybe the device is running low on memory. Please close all apps then remove browser cache or history then load the page again.
Cheers!
Ismael
The buttons that we place onto our pages have somehow lost their styling. I don’t know what has caused this. I just reset the styling of our theme back to the default splash blue and removed all custom CSS quick styles as well.
This still shows the buttons as being unstyled or not completely styled.
You can take a look on this page here:
http://mastccs.org/student-life/cafeteria/
The buttons right at the top of the page show the issue.
Thanks!
Turns out that this issue was separate from Enfold. It is due to an issue with our menu being too big and the POST not going through because it contained too much data.
To fix this, I added this to our .htaccess and this fixed it right up!
php_value max_input_vars 10000
Thanks!
Hi. I’m using the ENFOLD theme (great theme) and the website has been set up for a couple of months. I have just tried to add a new image and I keep getting an error. It crunches through and then I get “An error occurred in the upload. Please try again later.”
Can you please take a look at this?
My site is jaksa.com.au
Regards, Melinda
I am havign the same issue- bought enfold today, and it does not appear to abide by the wordpress menu controls. it’s put all pages into two menu rows, not the menu I had built in appearance>menu. when I check box to make it the enfold main menu then save, next time I go to menu it’s not specificed as the menu, and the site remains with a jumble of pages on the nav bar.
I made (the mistake?) of looking at the demo content at first, perhaps that is the issue? it’s all jacked up now
site – SMAsource.com
Hey!
@fusion1: You can hide them using this on your custom.css or Quick CSS:
.avia-slideshow-arrows.avia-slideshow-controls {
display: none;
}
.avia-slideshow-dots.avia-slideshow-controls {
display: none;
}
Regards,
Ismael
This reply has been marked as private.
Theme: Enfold
We want to remove the entire top menu navigation and logo area on selected pages. Not all pages, just a few.
We want to use the query string in the URI rather than changing a global setting using CSS so that it doesn’t affect all pages and
we can control which pages have the top nav menu area.
Q1. So, how do we remove the entire top navigation and logo from selected pages using an IF/Else loop in the functions file of a Child Theme?
We prefer to do this server side rather than javascript due to reliability reasons for browsers using a PHP header request of
$_SERVER[‘HTTP_HOST’]
Basically this in a nutshell:
If
pageid=XXXX
// remove nav id
Else
//show id
I assume this is not already built into the backend of Enfold or Worldpress. If so, please share link to a reliable plugin, or specific code in your template.
We are not asking for exact code to remove a specific page id at this point. We need a general framework for the function and
we will be able to manipulate it from there. We are competent PHP coders.
We do not have a online link to share because we are testing your template on Localhost using Xampp.
Thanks.
Hello!
1.) Deselect the Blog page on Enfold > Theme Options > And where do you want to display the Blog?. Go to Enfold > General Settings > Blog Style > select other style other than Grid Layout. Edit your Blog page, switch to Advance Layout Builder then insert the Blog Post element. Select the Grid Layout as blog style. You will have a Blog page with Grid Layout and still have single posts with featured image.
2.) IE8 (and lower versions) and Firefox prior to 3.5 does not support media query and safari 3.2 partially support it. there are a couple of techniques available which use JavaScript to add support to these browsers. You might need to hire a freelance developer to modify the theme for you. You can add this on your custom.css or Quick CSS:
.responsive_large .container {
width: 1210px;
}
3.) Can you please give us a link to the product page with the “You might also like” section?
Best regards,
Ismael
Just trying to use the enfold theme options to change the font (among the pre-installed fonts using the drop down). Somehow it doesn’t seem to be working. the theme seems to be defaulting to and lock on the font you can see on the site now. Thoughts?
Hello CooperDevon!
Icon font rendering has been change on the newest version of Enfold. You might need to redo the iconboxes, iconlist or any other avia elements with the icon fonts in it.
Best regards,
Ismael
hi,
i’m looking for an events calendar to display week long events in calendar view.
I tried events organiser http://wordpress.org/plugins/event-organiser/
but it didn’t seem to be compatible?
anyone have any ideas?
thanks
jaz
This reply has been marked as private.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.phone-info a { color: red!important; }
.phone-info a:hover { color: purple!important; }
Cheers!
Yigit
Hello netchoice!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
p {
margin: 0.85em 0;
}
Best regards,
Yigit
This reply has been marked as private.
Hi,
Try adding this code too:
.image-overlay.overlay-type-extern {
display: none !important;
}
Regards,
Josue
I’ve disabled many of the plugins but the homepage issue still exists. It was working fine and the plugin status is now reverted back to the time where it was working OK. This is a very minimal plugin setup now, 6 are active
I’ve tried changing the WordPress Reading settings and the Enfold theme frontpage settings but it still persists as the “Events” page.
-
This reply was modified 12 years, 5 months ago by
bongoman.
Do you think that is why the homepage is no longer coming up as the front page? We just can’t see our homepage and this is a separate issue to the issue that the Yoast plugin was causing.
There were 2 issues: “advanced layout builder” not displaying, and this I narrowed down to Yoast Seo — it was always working until I installed that one.
But the big issue is that we can’t set a fixed page as the front page — we have a carefully laid out page but the Enfold settings are not carrying through. We are seeing a totally unrelated page, an archive page of Events instead! I have no idea why that page is coming up as the home page! No where is it set to display that way.
Hi,
Actually, this is the error that I’m getting:
http://i.imgur.com/IBb7eWq.png
When I check the box for Enfold main menu and save the changes on the menu page. The setting does not stay. The check box reverts back to the uncheck state and nothing changes.
Currently, our menu on our site is actually all of our top level parent pages.
Thanks!
Phil
Hi,
I still need an answer for one of my questions on how to change the header top bar text link color and hover color. The color for the links in top header bar needs to different than the main header text color.
Thx,
Seth
Does anyone know how to do this?
This reply has been marked as private.