-
Search Results
-
Topic: "Home" redirection
Hi,
I am having problem with the “home” button on my website, when i click on it. it send me to the Enfold website.
Is there any way I can change it into my own “Home” page?
Thank you
I purchased a prayer request plugin that renders perfectly when used with other themes. With the Enfold theme, however, the lower portion of the form is chopped off. Please see the following page: http://www.gatewaychurchtest.net/prayer-engine/ In order to see the affect, you must press the “Submit Prayer Request” button. The form appears with the lower part missing. Again, the pluggin works fine with other themes. How can I reduce excess white space, line spacing, padding, etc. so that the rest of the form renders properly?
Currently using Enfold theme version 1.6 and the filter option seem to be broken for posts, pages and custom posts. In isolating this issue – I deactivated all plugins, thinking there was a clash – but filter still not working. Then reverted to 2013 theme – and functionality reappears.
We checked 1.7 version changelog and this issue isn’t mentioned.
Specifically – you Filter on Posts by date – and the message “No posts found” is displayed. Click Filter button again and blank screen with “Invalid Post Type”. Searching the support forum – this issue appears to have been reported a few times :
https://kriesi.at/support/topic/some-problems-404-permalink-and-wpml#post-116357
also
https://kriesi.at/support/topic/filterings-products-in-admin-not-works
…and this guy has suggested he has fixed it in the framework
https://kriesi.at/support/topic/universal-filter-issue#post-117920
Hoping that you guys will give this issue some time – as I have a client who does not understand why something as fundamental as this – should be broken?
Can anyone suggest the best way to add a share button or a better option, to a blog post?
Is there a plugin or do you have to write the code?
If so, what should i look up to find out how?
I am using the Enfold theme.
Thx in advance.
Topic: 18 predefined skins?
Hi, I just purchased Enfold and it’s very impressive. On your Themeforest page, you mention there are 18 predefined skins. I loaded the dummy content. I see there are buttons for color options. Is that what you were referring to, or are there other more comprehensive skin settings/options that I’m not aware of?
thank you
ENFOLD
I would like to hide the “Add to Cart” button on product thumbnails… unless the user is logged in but still keep the “Show Details” button…
How can I do this?
MLL
Hi Guys,
Need some help here please,
Having trouble positioning the submit button in-line.
There is a lot of info about this on your support forums which I’ve read, I’ve also tried my themes support forum among others.
I’m very new to web development so forgive me if I’ve missed something.
I would like to position the button inline & closer to the text input.
The theme is responsive so the submit button needs to stay aligned at various page sizes.
So far I have managed to re-position the submit button inline but can’t align the button.
Live Page: http://my-boiler.info/
An image of what I’m trying to do – http://my-boiler.info/re-position-submit-button.png
I’ve tried floating the footer to the right and using margin to target the button which works when viewing on a normal browser but not when resizing the page.
The theme I’m using is Enfold responsive.
The code I’m using –
* FORM BODY contains the main form content*/
body #gform_wrapper_1 .gform_body {
}
/*Postcode input*/
#gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text] {
position:relative;
width:140px;
height:50px;
font-size:25px;
}
body #gform_wrapper_1 .gform_footer {
display: inline-block;
}
/*Submit button*/
body #gform_wrapper_1 .gform_footer input[type=submit] {
margin:0px 0px 0px 0px;
}
Some selectors are empty, I’ve just included above to give an idea of what I’ve tried.
Thanks,
