-
AuthorSearch Results
-
May 4, 2014 at 10:56 am #259912
In reply to: Customize Single Post Page
Hey Ismael,
I tried both:
<?php layerslider(1) ?>That results in:
Fatal error: Call to undefined function layerslider() in /www/htdocs/v160319/blog/wp-content/themes/enfold/single.php on line 24When I use
echo do_shortcode('[layerslider id="1"]');The output is
[layerslider id="3"]I haven’t really modified any of the php files, I’ve just added one line of code:
http://pastebin.com/PFhg7taj
(Line 25)Thanks in advance
HenningMay 4, 2014 at 10:47 am #259908In reply to: Change… Blog -Latest news at the top of my posts
Hey Thanks Devin,
Quick question? do I add the code to the quick CSS file in the Enfold tab, or does it need to go somewhere else?
May 4, 2014 at 8:51 am #259899Let’s make it simple. :-) but not short.
What I want is this:
If comments are enabled for a post the standard comment area will added at the end of the post.
If comments are disabled for a post the standard comment area will not be added at the end of the post.
This is a standard WordPress function. Right?But what, if I want to use Facebook comments as well and not instead of standard comments?
Then it should be handled like this:
If comments are enabled for a post I want to show the facebook comment box as well (snippet see below).
If comments are disabled for a post I don’t want to show the facebook comment box.It makes sence, because once the author disables comments for one post, this should also disable the FB comments. Right?
This works fine with many of our blogs, using other themes.
So what we need to do – as defined by facebook – is to add the following snippets:
1st snippet:
<div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/de_DE/sdk.js#xfbml=1&appId=xxxxxxxxxxxxxxxx&version=v2.0"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script>This is added in header.php. It works fine.
A 2nd snippet needs to be placed at the place where we want to show the fb-comment box. And that’s now my question: WHERE?
<div class="fb-comments" data-href="<?php the_permalink(); ?>" data-width data-mobile=”auto-detect” data-numposts="20" data-colorscheme="light"></div>This I also tried with enfold theme at different locations in /includes/comments.php. The fb comments will be shown. It works in general, but not like I want ist (see above). If I disable comments for post, the fb comments are still shown. As mentioned above: this is not what I want. :-)
So, I’m looking just for the proper location in /includes/comments.php wher to add the snippet in order to fulfill my demand. And that question seems to be related to the theme. My idea works fine for example with avada theme and twentyfourteen.
That’s all I want.
Best regards
FrankMay 4, 2014 at 7:58 am #259896Hi! Reinstalling Enfold Theme using FTP solved the problem.
Thank you very much, both of you, Pixelbits and Ismael!
Thankful,
BradleyMay 4, 2014 at 6:34 am #259881Hey!
@Pixelbits: Thank you for sharing the possible fix. :)
@bymoon: The Enfold 2.7.1 patch should fix the issue with the text blocks. Meanwhile, you might want to try the fix posted by @Pixelbits on the tread mentioned above. https://kriesi.at/support/topic/visual-editor-not-working-after-update-to-wp-3-9/#post-259074 :)Regards,
IsmaelMay 4, 2014 at 6:28 am #259879Hey!
I’m sorry but the login credentials are incorrect. Did you transfer the website from this http://pearcelealphoto.com/ to the staging site http://pearceleal.staging.wpengine.com/ (hosted on WPengine) then update the theme to 2.7 and WP 3.9? Did you use WP MigrateDB or WP MigrateDB PRO to properly transfer the database? If not, please use WP MigrateDB or WP MigrateDB PRO in order to migrate the theme
properly and leave the database intact.Refer to this link for more info on how to properly migrate your website from production to development vice versa:
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684Regards,
IsmaelMay 4, 2014 at 6:22 am #259878Hi!
Thank you for the info.
I just tested if the snippet above will fix the script error on the console and it does remove the errors but somehow break the cart icon and the cart widget. Please remove the code on your child theme functions.php. I’ll ask Dude to check this. Also, please visit the wp-content/plugins folder then remove any unused plugin folders there.
Regards,
IsmaelMay 4, 2014 at 6:18 am #259877In reply to: Layerslider not found
Hi!
Thank you for the update.
I checked the website and the layer slider is there but you’re using a very old version of the theme. Please download the latest version Enfold 2.7 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Aside from updating the theme, please upgrade your wp installation to WordPress 3.9.
Regards,
IsmaelMay 4, 2014 at 5:32 am #259869My apologies, but I think this may have now caused another issue.
You can no longer see the ‘cart’ icon that usually pops up top right of the page. Also, you can see that there are no products showing in the cart in the cart widget.
http://themakeupfactory.com.au/product/flawless-mineral-foundation/
There are currently two products in the cart.
May 4, 2014 at 5:26 am #259867In reply to: Is there a way to export a template?
Hey bert787!
If you enable the debug field for your Avia Layout Builder with this function you can copy out the whole pages shortcode structure and then paste it into a blank field on another location:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Cheers!
DevinMay 4, 2014 at 5:07 am #259863In reply to: Fullscreen Slider – Can't change image size
Hi!
Thank you for the heads up. We greatly appreciate any feedbacks from from our customers.
The No Scaling option is for the actual image only but on the full screen slider, you have to take account the css styling that will probably resize the image to fit the slider. In case you’d like to know, the fullscreen slider on the demo uses 1500x1500px dimension. If you have any questions, definitely take some time to review all of the resources in the Theme Documentation and watch some our Video Tutorials to learn more more about the different areas of the theme.
Regards,
IsmaelMay 4, 2014 at 4:44 am #259856In reply to: Bigger header for non-mobile devices
Hey!
Thank you for the update.
You can go to Enfold > General Styling then look for the General options tab below. Select the Boxed Layout on the Use stretched or boxed layout? option. A new option to add a background image will appear. You can define a patterned background or upload your own background image.
If you have any questions, definitely take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Regards,
IsmaelMay 4, 2014 at 4:34 am #259853In reply to: Enfold Avia Drag & Drop Stopped Working
Hey!
Thank you for the update.
Yes, starting from scratch, unfortunately, seems to be a viable option. We’re not really sure what’s causing the page to break. What are the elements that you have on that particular page? Did you switch the avia builder to debug mode? Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }You will be able to see the actual shortcode below the builder. Refer to this link for more info:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Cheers!
IsmaelMay 4, 2014 at 4:19 am #259849In reply to: Enfold editor problem
Hey!
I’m sorry but I’m not sure if I understand the screenshot because it is written on another language but do you have the latest version of the theme? Do you mind if we take a look at the wp dashboard and test it ourselves? Please post the login details here and set it as a private reply.
Best regards,
IsmaelMay 4, 2014 at 4:14 am #259847In reply to: Iconfont manager issue
Hi!
Thank you for using the theme!
Do you have the latest version of the theme, Enfold 2.7? The upload manager has gone through a lot of fixing since version 2.6 and it’ll be appreciated if you can share the login details to your wordpress dashboard and ftp.
Additionally, for future reference we kindly ask you to refrain from bumping the thread. Since we answer questions from oldest to newest, bumping makes it appear new and it will probably take us longer to respond on your inquiry.
Cheers!
IsmaelMay 4, 2014 at 3:04 am #259838In reply to: Enfold Mega Menu Styling – change width
Hey Andrew!
Thank you for visiting the support forum!
You can add this on Quick CSS or custom.css to set the max width of the mega menu:
div.avia_mega_div.twelve.units { max-width: 700px; }You can also use the width property.
Best regards,
IsmaelMay 4, 2014 at 12:28 am #259822In reply to: Duplicate Images
Hi Bedros!
That’s expected, Enfold does that on each image upload in order to let you use the image in every case, you can disable it easily by removing this lines in functions.php:

Cheers!
JosueMay 4, 2014 at 12:22 am #259819In reply to: customise Icon box style
Hey Nick!
You have a very old version of Enfold, please update it to 2.7.1 and WP 3.9.
Cheers!
JosueMay 4, 2014 at 12:19 am #259817In reply to: Change… Blog -Latest news at the top of my posts
Hey Jamie A!
See: http://kriesi.at/documentation/enfold/replace-the-default-blog-latest-news-title/
Best regards,
DevinMay 3, 2014 at 10:28 pm #259801Hey!
Not with Enfold as far as i know, you need a plugin (it’s better).
Cheers!
JosueMay 3, 2014 at 9:56 pm #259798Topic: Enfold Mega Menu Styling – change width
in forum Enfoldabmich
ParticipantI would like to reduce the width of the mega menus. Is there a way to do that with custom css?
May 3, 2014 at 9:20 pm #259792Topic: Page content not appearing
in forum Enfoldmatthewmagee
ParticipantHello. I’m using WP 3.9 with Enfold and WooCommerce.
Website in question is http://mrsjosephwood.com and the pages with trouble are the store and search.Both are showing no content when clicking on the page. The weird part is that they were previously displaying content and I came back one day and it was gone.
I’ve done the standard troubleshooting things to no avail. The pages display content with the base theme but not when I turn Enfold back on.
Any help would be greatly appreciated.
Thank you.
MattMay 3, 2014 at 7:44 pm #259788In reply to: Setting up a Portfolio – Using Featured image
Hi tdako!
If you use the Advanced Layout Editor on the single portfolio it will not show the featured image. See:
http://kriesi.at/documentation/enfold/create-new-portfolio-item/
andRegards,
DevinMay 3, 2014 at 5:56 pm #259763In reply to: Enfold editor problem
Hello
It is not working properly. Yes, it works only if I save every tab.
But if I just open tab, then push another one- I will get the situation described in first post. And I got no such thing beforeMay 3, 2014 at 5:50 pm #259762Hi!
Please make sure that you are using the latest version of WordPress as well which is 3.9 and please deactivate all active plugins and check if that helps.
Regards,
YigitMay 3, 2014 at 5:48 pm #259761In reply to: Full screen images on a mobile device
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .container.template-blog { width: 100%; }}Regards,
Yigit-
This reply was modified 11 years, 10 months ago by
Yigit.
May 3, 2014 at 5:46 pm #259760In reply to: Disable Lightbox
Hi!
Please go to Enfold/js folder and there you can find Avia.js file. You should connect via FTP
Cheers!
YigitMay 3, 2014 at 5:43 pm #259755In reply to: Text Not Showing In Visual Editor
May 3, 2014 at 5:35 pm #259751In reply to: Increase logowidth in Header
Hi MeisDesign!
1- Can you post the link to your website? What is the width of the logo you would like to upload?
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab#top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next { width: 40px; height: 40px; } #top .avia-layerslider .ls-nav-prev:before, #top .avia-layerslider .ls-nav-next:before { line-height: 45px; }You should adjust the values accordingly
3- Not sure if i understood your question. Can you please elaborate?Cheers!
YigitMay 3, 2014 at 5:20 pm #259745In reply to: Mega Menu Column Title
Hi!
Please update Enfold to the latest version 2.7 and let us know if issue remains – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit -
This reply was modified 11 years, 10 months ago by
-
AuthorSearch Results
Viewing 30 results - 222,181 through 222,210 (of 244,388 total)
-
Search Results
-
I would like to reduce the width of the mega menus. Is there a way to do that with custom css?
Topic: Page content not appearing
Hello. I’m using WP 3.9 with Enfold and WooCommerce.
Website in question is http://mrsjosephwood.com and the pages with trouble are the store and search.Both are showing no content when clicking on the page. The weird part is that they were previously displaying content and I came back one day and it was gone.
I’ve done the standard troubleshooting things to no avail. The pages display content with the base theme but not when I turn Enfold back on.
Any help would be greatly appreciated.
Thank you.
Matt
