Forum Replies Created
-
AuthorPosts
-
October 6, 2013 at 7:03 pm in reply to: WooCommerce – General Question for modifying shop module #171244
Hi radis92!
You can either go to Appearance > Menus and uncheck Enfold Footer Menu in Menu Settings http://i.imgur.com/eMXkV3V.jpg
or add following code to Quick CSS in Enfold theme options
#socket .sub_menu_socket { display: none; }
Regards,
YigitHello!
1) In WordPress dashboard you should go to Posts > Add New to add new blog posts http://i.imgur.com/WpHuXAo.jpg
2) You should go to edit page and click on “Default Editor” and you will see a magic wand http://i.imgur.com/FePn7St.jpg and add Testimonial element under Content Elements. Then copy that shortcode and go to Appearance > Widgets, and to your sidebar widgets, add a Text Widget and paste your shortcode into that Text Widget.
3) You can try some plugins for that one
Best regards,
YigitHey!
That is AJAX and you are going to need to hire a freelance developer to achieve something like that as well. You can try finding one on http://www.microlancer.com/
Cheers!
YigitHey lpfa!
Please add following code Quick CSS to remove the sections you mentioned
.product-sorting, .product .woocommerce-tabs, .related.products { display: none; }
And can you post the link to your website?
Cheers!
YigitHey!
Great! :)
You are welcome, let us know if you have any other questionsRegards,
YigitHello Indiatravelz!
Please add following code to Quick CSS in Enfold theme options and adjust as desired
.avia-button { font-family: 'Dancing Script', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 18px!important; }
Regards,
YigitOctober 6, 2013 at 5:16 pm in reply to: Installed wp and enfold theme and will not move from wp-admin. #171216Hi techtools!
Can you elaborate? You do not remember your login credentials?
Best regards,
YigitOctober 6, 2013 at 5:09 pm in reply to: WooCommerce – General Question for modifying shop module #171214Hi BelIblis!
Please add following code to Quick CSS in Enfold theme options
.product-sorting, .product .woocommerce-tabs, .related.products { display: none; }
This will remove all three. Modifying WooCommerce temlpates could be complicated. If your other questions are CSS related as well, feel free to post them any time :)
Cheers!
YigitOctober 6, 2013 at 4:53 pm in reply to: black vertical borderlines after update 2.3 instead of grey #171212Hi MartinSchambach!
Please add following code to Quick CSS in Enfold theme options
.sidebar_left .content { border-left-color: #e1e1e1; }
Best regards,
YigitHi Niels!
You can do both but first option would require editing theme files. You can add following code to Quick CSS in Enfold theme options for second option
#top #menu-item-search.menu-item-search-dropdown>a:after { content: ' Search'; font-size: 13px; }
Cheers!
YigitHi yukanl!
Please add following code to Quick CSS in Enfold theme options
.entry-content td { border: solid 1px #e1e1e1; }
Best regards,
YigitHey!
Please add !important to the same code so it should be like
@media only screen and (max-width: 767px) { .content .entry-content-wrapper { padding-right: 0!important; } }
Then flush your browsers cache and refresh your page a few times.
Regards,
YigitHi kirkmc!
It is not supposed to display sidebar. Please add following code to Quick CSS in Enfold theme options
@media only screen and (max-width: 767px) { .content .entry-content-wrapper { padding-right: 0; } }
Best regards,
YigitHi Indiatravelz!
You can try to do it using CSS http://www.w3schools.com/css3/css3_2dtransforms.asp
Cheers!
YigitHi diaarts!
1) You can go to Enfold theme options and choose Boxed Layout under Styling tab
2) Please add following code to Quick CSS in Enfold theme options under Styling if you would like to remove the whole bar
.title_container { display: none; }
and add this code if you would like to remove only breadcrumbs
.breadcrumbs { display: none; }
3) You should add Color Section element under Layout Elements to that certain page http://i.imgur.com/CVRHg0g.jpg
Cheers!
YigitHey norasp!
Please do not start the same topic more than once. We are following a queue. Starting the same topic 5 times will not change anything.
That being said, please post the link to your website so we can provide you CSS codesBest regards,
YigitHello!
Sure, i’m closing this one for now. Feel free to open a new topic when you complete your questions list :)
Regards,
YigitHello!
You can add following code to Quick CSS in Enfold theme options
.ajax_form .button { float: right; }
It will move button to right side of your form
Best regards,
YigitHey!
@subevent which version of Enfold are you using? That option was added with Enfold version 2.0. If you have older, you should go to your ThemeForest profile and go to Downloads and download new version. Only after that you will see this tab http://i.imgur.com/wzsJvzE.jpgRegards,
YigitHi!
You are welcome Gerry! Let us know if you have any other questions or issues :)
Cheers!
YigitHi!
Code that was given actually removes only box shadow. You can post the link to your website and a screenshot showing how you would like to display your portfolio grid and we can give you necessary css codes :)
Best regards,
YigitHey!
I checked your website on Chrome, Firefox and IE on Win7 and on Safari on iphone, i refreshed page couple times and navigated through pages to see if logo disappears, but it dd not. It should be cache issue. Please flush the cache of your browser and check once again if issue remains :)
Regards,
Yigit -
AuthorPosts