Forum Replies Created
-
AuthorPosts
-
Hi Darko,
Go to your Enfold Theme options and there should be a green button labeled “Import dummy data”. That will get things set up for you.
You can see the process in action in this video: https://vimeo.com/64927356#t=230 (linked to the time in the video where I activate the import).
Regards,
Devin
Hi FLSouthPaw,
Disable *all* active plugins and dropins (including Jetpack) first and see if that helps. Next, go to your theme options and change a minor style, save, then change it back and save again.
If things are good at that point, re-activate your plugins one by one.
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
Hi andreanapier1985,
I answered this question in your other topic with a similar question here: https://kriesi.at/support/topic/enfold-portfolio-excerpt#post-116487
Please only make a single topic for each support request as it makes it easier for others to search and for us to answer.
Regards,
Devin
Hi andreanapier1985,
Yes though I don’t think it will work inside the tabbed content shortcode. Just click on the magic wand icon in the visual editor to insert a blog element and the popup to edit its content will appear.
From the Advanced Layout Editor it won’t let you add in that element inside a tabs element.
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
Hi Martin,
The first thing to try is increase your php memory for wordpress. See: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Upping it to 128 has helped most users with issues with the Advanced Layout Editor.
Regards,
Devin
Hi gianmarizzi,
Click on the word Member under your name: https://kriesi.at/support/profile/gianmarizzi
Regards,
Devin
Hi afanshel,
That kind of customization is beyond what we can do via support. You’ll want to make sure it stays responsive and cross browser compatible which a freelance developer should be able to help you accomplish with an hour or two of time.
Regards,
Devin
Glad you were able to find a fix, just keep in mind you still need to update your main Enfold parent theme :)
Let us know if you have any other questions or issues.
Regards,
Devin
Hi nimrodmadar,
1) No, the switch can only be applied to the actual form content.
2) Yes but it has to be done for that specific item and will need additional css for mobile if its too big a change:
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.page-id-708 .avia-builder-el-4 .avia-form-success {
width: 450px;
}3) You would need to completely re-style that button with css using similar methods as in step 2.
4) No, the confirmation doesn’t have that level of customization at this point.
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
Hi Max,
How are you adding in OG? If its a plugin, that plugin could be causing the issue and it could probably be solved by trying a different one.
Regards,
Devin
Hi dissidents,
That is the shortcode that generates the content on the front end. It doesn’t actually add an image into your visual editor.
See: http://codex.wordpress.org/Shortcode
Regards,
Devin
Hi wesleysoccer,
You would need to look into something like this: https://typekit.com/fonts/league-gothic or a freelance developer that can add in the needed code to your theme files if you don’t want to use a plugin to do the heavy lifting for you.
Regards,
Devin
The only thing I can guess is that there is an issue with a plugin or setting somewhere on your wordpress installation.
Upgrading from 1.3 to 1.5, 1.6 shouldn’t cause the whole wordpress directory to crash without some other variable interfering.
Hi Anthony,
You need to create products and they will then show up on your shop page. All woocommerce page settings are handled from WooCommerce>Settings>Pages.
If you have any other questions, make a new post in the Flashlight forum here: https://kriesi.at/support/forum/flashlight
Regards,
Devin
Hi sobrilliant,
We’ll need to see the issue live and inspect the code on your site. Can you provide a link so we can take a look?
Regards,
Devin
Hi arrt,
If it shows 1.5 still, you need to re-download from your download on themeforest. Open that up and look at the style.css in the theme folder which should have 1.6 at the top.
Regards,
Devin
Hi joe88,
I believe the next push will be for getting things ready for WordPress 3.6 instead of a feature push.
Regards,
Devin
Can you post a screenshot of the settings for one or link to your site live so we can take a look. I’d like to dig a bit further and try and duplicate it with the current dev version.
Hi Mark,
You can use this:
add_filter( 'woocommerce_get_price_html', 'custom_price_html', 100, 2 );
function custom_price_html( $price, $product ){
$price = $price . '+GST';
return apply_filters( 'woocommerce_get_price', $price );
}Regards,
Devin
My only guess is that something was set up incorrectly. You may also need to go into your styling options and re-set one of them and re-save to get the stylesheet regenerated but that was mentioned in that topic.
Hi Gurmit,
Both of the above methods will work for you but the [nolink] will allow you to not modify the actual theme files which is often user preferred for easier updating later.
Regards,
Devin
Hi MikeMike017,
That kind of customization is a bit beyond what we can assist with via support. It isn’t so much a js/jquery thing as css but the change still needs to be done in a way that keeps things responsive while also not causing any cross browser issues.
If you need assistance on it, the best route would be to hire a freelance developer from somewhere like Codeable.io, elance.com or odesk.
Regards,
Devin
Hi sobrilliant,
There was a bit of discussion on that topic in this thread that may help : https://kriesi.at/support/topic/reducing-http-requests#post-115039
Regards,
Devin
Hi FLSouthPaw,
If you are unable to access the WordPress admin, delete the Enfold folder from your themes folder.
That will get wordpress back online asap. Then you can try unzipping the theme folder again on your local machine and then uploading it into the themes folder. There could have just been an issue while uploading since its a bit larger of a theme.
You can upload folder by folder if you want to be a bit more careful as well.
Regards,
Devin
Hi sharonreiley,
The best thing to do would be to use a taller logo so that it has more room above. There isn’t any css indicator to control the padding when fixed vs non-fixed on the header that I know of.
Regards,
Devin
Hi imagnmedia,
It typically takes Kriesi a bit of time to respond to topics in between normal bug fixes and everything else. When is able, he’ll respond here directly.
Regards,
Devin
Hi Tsukassax.
1) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.archive.category .title_container {
display: none;
}then this for #2 in the same area:
.avia-menu-fx {
display: none;
}Regards,
Devin
-
AuthorPosts