-
AuthorSearch Results
-
October 15, 2013 at 3:41 pm #175680
In reply to: Enfold > Header > Transparent > Navigation
Hello Jeroen!
Try adding this code to the Quick CSS:
#after_layer_slider_1{ background: none; } #main{ background: rgba(255, 255, 255, 0.0) !important; }
Regards,
JosueOctober 15, 2013 at 3:34 pm #175678In reply to: Enfold php errors after install
Hey! Mind posting me access to your wordpress installation, as well as access to your ftp server?
I cant reproduce the issue in any way so I think its probably a combination of server setting + theme, which would require me to run some try and error tests. When posting the login/ftp data make sure to mark the reply as private ;)
Cheers!
October 15, 2013 at 3:10 pm #175664Hello!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.home div .flex_column { width: 109.7%; margin-left: -50px!important; }
If you would like to remove the padding on top, add following code as well
.home .content, .sidebar { padding-top: 0px; }
Regards,
YigitOctober 15, 2013 at 2:57 pm #175653In reply to: Enfold Woo Product Image CSS
http://www.truecedar.com/navgrief/product-category/grief-support/
Test site.. work in progress!Yes, I did regenerate images. I even took the featured image out of the product, updated and then reloaded.
Most woo product images created at 450 x 450. The e-book product did resize but to the native size not the style.
Thank you.
October 15, 2013 at 2:54 pm #175649In reply to: changing portfolio-item text
Hello!
Please go to Enfold theme options > General settings and change portfolio slug http://i.imgur.com/RmXcC3m.jpg
Best regards,
YigitHi e-conomy!
You are currently using Enfold version 1.6. You can update to the newest version ( which is 2.3.2 ) via FTP. Feature that allows you to update the theme from WordPress backend will be added after you update to 2.3.2
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750Best regards,
YigitOctober 15, 2013 at 2:49 pm #175644In reply to: remove text footer
Hi e-conomy!
Please go to Enfold theme options > Footer and add [nolink] to Copyright section
Cheers!
YigitOctober 15, 2013 at 2:28 pm #175631In reply to: How do I make a "Frame" in my homepage
Hello dalen550!
In WordPress dashboard, please go to Enfold theme options > Styling tab and find “Use stretched or boxed layout?” then change it to “Boxed Layout”
Regards,
YigitOctober 15, 2013 at 2:18 pm #175625In reply to: bbPress looks messy
Hey revas!
Page title is very long, that is why it happens. You can add following code to Quick CSS in Enfold theme options under Styling tab
.title_container .main-title { font-size: 15px; }
Cheers!
YigitOctober 15, 2013 at 2:18 pm #175624In reply to: Adding Google Fonts
This reply has been marked as private.October 15, 2013 at 1:56 pm #175610In reply to: Enfold Breadcrumbs – Auto Draft text
Thanks Peter, that’s great!
Loving the support given by Kreisi themes! Can’t possibly buy any other now!
Thanks again,
VictoriaOctober 15, 2013 at 1:43 pm #175606In reply to: Table bug (Enfold)
Hello Dave!
Thank you for posting a detailed one :) Do you mind creating a temporary admin login so i can login and take a look?
Regards,
YigitOctober 15, 2013 at 1:41 pm #175602In reply to: Enfold php errors after install
I tagged this thread for Kriesi. He developed the framework and he can comment on the issue.
October 15, 2013 at 1:37 pm #175601Topic: Enfold crashes Safari on iPad 1 & 2
in forum EnfoldDDamjanovic
ParticipantHi,
a client told me that the Enfold demo crashes Safari on iPad 1 & 2 (closes the app). No more infos for that, unfortunately. We don’t use iPads.
Best regards
DavidOctober 15, 2013 at 1:31 pm #175600In reply to: Enfold Breadcrumbs – Auto Draft text
Hello!
I’m not sure what causes the issue but something adds a page (called “auto draft”) to the database. I tried to delete the page but then it shows up in the breadcrumb again. I now solved the issue with a small function which removes the “Auto Draft” link from the breadcrumb. I added the code to the child theme functions.php.
function avia_fix_breadcrumb_trail($trail) { foreach($trail as $key => $data) { if(strpos($data, 'Auto Draft') !== false) unset($trail[$key]); } return $trail; } add_filter('avia_breadcrumbs_trail','avia_fix_breadcrumb_trail');
Cheers!
PeterOctober 15, 2013 at 12:26 pm #175586In reply to: Enfold Breadcrumbs – Auto Draft text
This reply has been marked as private.October 15, 2013 at 12:23 pm #175584This reply has been marked as private.October 15, 2013 at 11:47 am #175576In reply to: Text in Text Blocks now ignores alignment.
Another update (and I should’ve checked this sooner) : The issue also exists in other themes, so I guess it’s not caused by Enfold…
… still driving me crazy, though! :)
Thanks.
October 15, 2013 at 11:20 am #175566Topic: remove text footer
in forum Enfolde-conomy
ParticipantHow do I remove the text in the footer: enfold theme by kriesi?
October 15, 2013 at 11:16 am #175562In reply to: Enfold Breadcrumbs – Auto Draft text
Hello Pictori!
Please create me an admin account and post the login credentials as private reply. I’ll look into it.
Regards,
PeterOctober 15, 2013 at 11:12 am #175559This reply has been marked as private.October 15, 2013 at 10:27 am #175545Hi 666666!
Open up /wp-content/themes/enfold/config-layerslider/LayerSlider/list.php and delete following code line
<a href="?page=layerslider&action=import_sample" class="add-new-h2"><?php _e('Import sample sliders', 'LayerSlider') ?></a>
Cheers!
PeterOctober 15, 2013 at 10:21 am #175544Topic: Grid layout 3 column to mobile should be one column
in forum Enfoldttem
ParticipantWhen resizing the grid layout archive pages like this one:
http://kriesi.at/themes/enfold/blog/blog-grid/ (3 columns)
to mobile width(iphone etc), the items from the 3 columns should display above one another in one column (rather than the alternating 1 large thumbnail item, 2 smaller thumbnails items)
The shop page: http://kriesi.at/themes/enfold/shop/ the 3 columns adjusts this way to 1 column for mobile width
How can I make this change to the 3 column grid layout?
October 15, 2013 at 10:05 am #175536In reply to: Enfold > Header > Transparent > Navigation
This reply has been marked as private.October 15, 2013 at 9:56 am #175534In reply to: A few issues with Enfold 2.3
Did you try in IE8? It has failed on every PC i’ve tried.
October 15, 2013 at 9:55 am #175533In reply to: Transparent background with enfold
Hello Lene Larsen!
The theme styling is heavily customized and it’s beyond the scope of our support forum. However I noticed that all css code modifications can be found in a stylesheet ( http://www.vacanzanimaux.fr/wp-content/themes/vacanzanimaux/modifs.css ) and you can probably use it as a starting point.
Best regards,
PeterOctober 15, 2013 at 9:35 am #175526In reply to: A few issues with Enfold 2.3
Hello!
Personally I can’t reproduce the issue on my pc but I tagged the thread for the other support staff members – maybe they can reproduce it and provide a css fix.
Best regards,
PeterOctober 15, 2013 at 8:53 am #175511In reply to: Woocommerce catalog page
Thanks for your answer. I know this. But Is it possible create a woocommerce template page for create a layout like my category pages?
In my old theme I override woocommerce templates into my child theme. In enfold is it possible?
Best regardsOctober 15, 2013 at 8:35 am #175509In reply to: A few issues with Enfold 2.3
Anyone?
October 15, 2013 at 7:19 am #175499In reply to: Advanced Layerslider
Ah thank you Josue. We will try this. You are surely the wisest of the Enfold Jedi.
Have a great day and thanks again. -
AuthorSearch Results
Viewing 30 results - 234,211 through 234,240 (of 241,757 total)
-
Search Results
-
Hi,
a client told me that the Enfold demo crashes Safari on iPad 1 & 2 (closes the app). No more infos for that, unfortunately. We don’t use iPads.
Best regards
DavidTopic: remove text footer
How do I remove the text in the footer: enfold theme by kriesi?