-
AuthorSearch Results
-
March 31, 2014 at 6:47 pm #245620
In reply to: Some questions about Enfold
Hey tomgraziani!
Thank you for using the support forum!
1.) Please add this on Quick CSS or custom.css:
#text-5 > div > article { padding-right: 1px; }2.) I’m not sure why it’s adding the before pseudo selectors, you can use this to remove the dots:
#adrotate_widgets-4 .clearfix::before, #adrotate_widgets-4 .flex_column::before { content: ''; }3.) Edit header.php, find this code on line 34:
<link rel="profile" href="http://gmpg.org/xfn/11" />Do the instruction on the tutorial. After that, edit functions.php then add the code provided on the tutorial at the very bottom.
Best regards,
IsmaelMarch 31, 2014 at 6:45 pm #245617Thanks Yigit!
I’ve updated from:
#top.post-id-332 .alternate_color { background-color: #9dd09f; color: #5b3b01; }to:
#top.postid-332 .alternate_color { background-color: #9dd09f; color: #5b3b01; }Unfortunately, no changes upon saving to the enfold child theme’s style.css.
Did I somehow miss something again?
March 31, 2014 at 6:43 pm #245615Hi anjusaranarts!
Can you post the link to your website so we can provide you more accurate custom CSS code?
Regards,
YigitMarch 31, 2014 at 6:38 pm #245613Hi!
You have a little mistake in your custom CSS code. Please use following code
#top.postid-332 .alternate_color { background-color: #9dd09f; color: #5b3b01; }Cheers!
YigitMarch 31, 2014 at 6:28 pm #245601In reply to: Footer Widgets Non Functional in Enfold
Hi frogdogz!
Have you made any changes on theme files? Please try deactivating all active plugins and check if that helps. You can remove the footer manually by adding following code to Quick CSS in Enfold theme options under Styling tab
#footer { display: none; }Regards,
YigitMarch 31, 2014 at 6:23 pm #245596In reply to: How can i set Grid layout of images on Home page
Hello Ismael,
Thanks for appreciation.
While i will follow your suggestion with next update. But do you mean to say, that i should overwrite all files except style.css
But what would happen, if the file style.css also gets updated with any update of theme. Means if Kriesi and team also updates style.css with any of the coming update.In that case, should I also overwrite style.css and then just change the following lines from file manager inside cPanel (or first change the below lines on my computer and then upload that file)-
For Parent theme –
under style.css = Theme name: labhanshi
(means changing the name from Enfold to labhanshi)Or is there some another way or procedure to follow the update process in order to overwrite the style.css also.
Kindly suggest.
Another thing-
One of my query asked above (in my 2nd response) still remains unanswered for point 3.
That is, My query regarding Grid Layout. Is there any way i can use Grid Layout using images.
For your kind reference, i wanted to have this sort of Grid LayoutThanks
-
This reply was modified 11 years, 11 months ago by
Labhanshi.
March 31, 2014 at 6:14 pm #245589In reply to: How to edit Latest News widget [with Child Theme]?
Hi!
Ok, I think I found the problem. We’ll fix it with the next update. For now please hide the time with css or delete this line in enfold\framework\php\class-framework-widgets.php
echo "<span class='news-time'>".get_the_time($time_format)."</span>";Cheers!
PeterMarch 31, 2014 at 6:02 pm #245579In reply to: Footer socket
Hi brich816!
Thank you for using the theme!
You can remove the kriesi link on Enfold > Footer > Copyright. Just add the [nolink] tag inside the field. :)
Best regards,
IsmaelMarch 31, 2014 at 6:00 pm #245576In reply to: Breadcrumbs not appearing on pages
March 31, 2014 at 5:56 pm #245572In reply to: How to edit Latest News widget [with Child Theme]?
Hi again!
I don’t know if it’s our version of the setup or what but it’s only removing the date.
Set up:
Version: 2.5
Installed: enfold
AviaFramework Version: 1.8.6
AviaBuilder Version: 0.5Before custom code:
<span class="news-time">February 5, 2014 - 1:23 am</span>After adding to functions.php:
function change_avia_date_format($date, $function) { return false; } add_filter('avia_widget_time', 'change_avia_date_format', 10, 2);this is what we get:
<span class="news-time">1:23 am</span>March 31, 2014 at 5:53 pm #245568In reply to: Enfold Padding & Margins
Hey!
You are welcome Aleks! Let us know if you have any other questions or issues
Best regards,
YigitMarch 31, 2014 at 5:40 pm #245552In reply to: Enfold Installation problems
I have tried that too! The files are there something just seems to be broken. Even live preview shows a blank page…
March 31, 2014 at 5:36 pm #245549In reply to: Enfold Installation problems
Hey!
Please try to increase the allocated memory to 128M http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Regards,
YigitMarch 31, 2014 at 5:35 pm #245547In reply to: Enfold Installation problems
Hello – I have tried that and still no luck!
March 31, 2014 at 5:33 pm #245544In reply to: Enfold Installation problems
Hey bthurtle!
Please try change the name of plugins folder inside wp-content folder and check if that helps
Regards,
YigitMarch 31, 2014 at 5:31 pm #245543In reply to: Enfold Padding & Margins
This reply has been marked as private.March 31, 2014 at 5:31 pm #245542In reply to: icons and ipad
Hey Marssolutions!
Thank you for using the support forum!
Most of the animations are disabled when viewing on a mobile device to improve loading speed but certainly not the links. If you don’t mind, please post the link to the actual page with the icon problem. Make sure that you have the latest version of the theme which is Enfold 2.6.2. We’ll be happy to assist you once we have taken a closer look at the issue.
Regards,
IsmaelMarch 31, 2014 at 5:30 pm #245541Topic: Enfold Installation problems
in forum Enfoldbthurtle
ParticipantHello, I have been trying all afternoon to install Enfold on my wordpress site. I have downloaded the files (3 times) and have tried uploading enfold.zip directly through wordpress and have also tried many many times via ftp. To confirm – I have extracted the enfold.zip file within the themeforest downloadable files.
I can see the theme listed but when I activate it I get a blank page on both the admin and the live site and cannot get into the back end of wordpress until I delete the enfold theme on the server.
My hosting company is Namesco – I have 80 sites hosted and have never had this problem before. I am running the latest version of WordPress 3.8.1.
Help please – three hours is too long to spend trying to upload a theme!!
March 31, 2014 at 5:24 pm #245535In reply to: Team Member
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab to center the text below team member images
.team-member-name, .team-member-job-title { text-align: center; }Cheers!
YigitMarch 31, 2014 at 5:22 pm #245530In reply to: Enfold Padding & Margins
Hi!
Please add following code to Quick CSS as well
.av-special-heading { margin-top: 20px; } .js_active .tab_content { padding: 0; }You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Unfortunately we do not have custom CSS list. But you can find some custom code snippets on documentation here – http://kriesi.at/documentation/enfold/Regards,
YigitMarch 31, 2014 at 5:18 pm #245524In reply to: Insert Social Links/Icons into Socket
Hey!
Please see Kriesi’s post here – https://kriesi.at/support/topic/kriesi-logo/#post-161892
You can hire a freelance developer if you really want to replicate it but unfortunately we cannot help you with that.
You can update the theme to the latest version 2.6.2 ( http://kriesi.at/documentation/enfold/updating-your-theme-files/ ) to have more control over header options ( http://kriesi.at/themes/enfold/headers/ )
Please add following code to Quick CSS as well#top .social_bookmarks_twitter:hover a { color: #46d4fe; background-color: transparent; } #top .social_bookmarks_twitter a { color: white; background-color: #46d4fe; } #top .social_bookmarks_facebook:hover a { color: #37589b; background-color: transparent; } #top .social_bookmarks_facebook a { color: white; background-color: #37589b; } top .social_bookmarks_linkedin:hover a { color: #419cca; background-color: transparent; } top .social_bookmarks_linkedin a { color: white; background-color: #419cca; } #top .social_bookmarks_mail:hover a { color: #9fae37; background-color: transparent; } #top .social_bookmarks_mail a { color: #fff; background-color: #9fae37; }Regards,
YigitMarch 31, 2014 at 5:17 pm #245523In reply to: Enfold Padding & Margins
This reply has been marked as private.March 31, 2014 at 5:16 pm #245522In reply to: Scrolling not smooth on iOS devises
Hi Ismael
Thanks for the response. The site is still very much in development and shouldn’t really be available to the public yet but we’ve run into a couple of issue we’re trying to resolve and need help from others within various forums such as here. Once we are happy with the functionality we are planning on optimising it. If you can recommend any that work well with Enfold that would also be appreciated?
Regarding the scrolling issue, this appears to have started after I added the following CSS but I can’t see why that would cause this problem:
/* Centre Logo for mobile ----------- */ /* iPads (landscape) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { .responsive .mobile_slide_out .logo { position: relative; left: 37%; }} /* iPads (portrait) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { .responsive .mobile_slide_out .logo { position: relative; left: 32%; }} /* Smartphones (landscape) ----------- */ @media only screen and (max-width : 800px) { .responsive .mobile_slide_out .logo { position: relative; left: 30%; }} /* Smartphones (portrait) ----------- */ @media only screen and (max-width : 480px) { .responsive .mobile_slide_out .logo { position: relative; left: 18%; }}March 31, 2014 at 5:02 pm #245517In reply to: Enfold Padding & Margins
This reply has been marked as private.March 31, 2014 at 4:54 pm #245514In reply to: Enfold theme markup validation errors
Hi Devin,
I’m running the most current version WordPress 3.8.1 on my development server and I just upgraded to the latest version on the demo install and the problem persists.I looked into it further, and it seems to be a problem with the visual Avia Layout Builder for this specific case:
– 2 column layout with the gallery on the left
– you click on gallery and then Add/Edit Images, do whatever you need to do, then click Save ChangesThis will result in an extra </p> tag in your markup.
This is easily fixed by dragging your column with the gallery to the bottom of page, and dragging it back to position. Sort of a kludge to fix the problem, but it does remove the </p> tag.
So I think it is a minor bug in your Avia Layout Builder Gallery code.
Since I was able to fix this problem myself, you could close this ticket. But maybe something for the development team to look out for while working on the next release. :)
March 31, 2014 at 4:32 pm #245511In reply to: Horizontal Mailchimp subscribe form
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#mce-EMAIL, #mce-FNAME { float: left; margin-right: 15px!important; } #mc-embedded-subscribe { margin: 0; }Cheers!
YigitMarch 31, 2014 at 4:29 pm #245508In reply to: Excerpts and thumbnails in widget blog post
Hi rikv!
Thank your for using the support forum!
Did you use the Enfold Latest News widget? The widget does have an option to display the title and the excerpt. Additionally, the post thumbnails should be automatically added right before the post title if a featured image is set. If you don’t mind providing a link to actual page with the widget, that would be great.
Best regards,
IsmaelMarch 31, 2014 at 4:14 pm #245498In reply to: Enfold – Mega Menu – Columns
THANK YOU!
March 31, 2014 at 4:08 pm #245492In reply to: Enfold Padding & Margins
Hi!
1- Please add following code to Quick CSS as well
.toggle_content { padding: 10px; }2- Can you post a screenshot and show? I am not sure if i understood it clearly
3- Icons display fine on my end http://i.imgur.com/M1njv2O.jpg
Which browser and OS are you using?Cheers!
YigitMarch 31, 2014 at 4:05 pm #245489In reply to: Insert Social Links/Icons into Socket
-
This reply was modified 11 years, 11 months ago by
-
AuthorSearch Results
Viewing 30 results - 224,851 through 224,880 (of 244,348 total)
-
Search Results
-
Topic: Enfold Installation problems
Hello, I have been trying all afternoon to install Enfold on my wordpress site. I have downloaded the files (3 times) and have tried uploading enfold.zip directly through wordpress and have also tried many many times via ftp. To confirm – I have extracted the enfold.zip file within the themeforest downloadable files.
I can see the theme listed but when I activate it I get a blank page on both the admin and the live site and cannot get into the back end of wordpress until I delete the enfold theme on the server.
My hosting company is Namesco – I have 80 sites hosted and have never had this problem before. I am running the latest version of WordPress 3.8.1.
Help please – three hours is too long to spend trying to upload a theme!!
