Forum Replies Created
-
AuthorPosts
-
Hey!
Following code should remove it as well
.post-meta-infos { display: none; }
Regards,
YigitHi DoGrinDigital!
In which browsers it displays php errors? I have checked your website on Chrome, Firefox and IE and there is no php errors.
Cheers!
YigitHi silviouk!
Please post a screenshot and show us how you would like header to look after changes.
Cheers!
YigitHey oskarpalmenfelt!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_menu { display: none; } /* removes main menu */ div .logo { display: none; } /* removes logo */
Cheers!
YigitHi absmith55!
You can undo changes you have done and add following code to Quick CSS in Enfold theme options to remove search icon from main menu
#top .menu-item-search-dropdown > a { display: none; }
Regards,
YigitHi adamsm!
Can you post custom CSS you have added to Quick CSS?
It should work if you target elements as i explained here https://kriesi.at/support/topic/icon-colours/#post-183014 :)Cheers!
YigitHey CooperDevon!
You can add Post Slider to your page and choose “Portfolio Entries” in “Which Entries?” section to display your portfolio items :)
Cheers!
YigitNovember 6, 2013 at 3:52 pm in reply to: Social Icons in Top Menu Bar, Make them coloured without hovering #185191Hi Matt!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .social_bookmarks_linkedin a { color: #fff; background-color: #419cca; } #top .social_bookmarks_twitter a { color: #fff; background-color: #46d4fe; } #top .social_bookmarks_facebook a { color: #fff; background-color: #37589b; } #top .social_bookmarks_rss a { color: #fff; background-color: #ffa133; }
Regards,
YigitHi!
Have you tried adding the code to Style.css file inside your child theme folder? A link to your website would be helpful, we might be targetting wrong element. so please point out the element
Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.iconbox .iconbox_content .iconbox_content_title { padding: 2px 0 2px 0; }
Cheers!
YigitHi Jonathan!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.template-blog .post_delimiter { padding: 0; }
Regards,
YigitHi mbnsite!
Can you post the link to your website so we can inspect elements? And please update your theme. New Swedish file is without German strings.
Best regards,
YigitNovember 6, 2013 at 3:37 pm in reply to: Align text to the right in Highlighted column of Data table, and cente the rest #185179Hi jtarzian!
Can you post the link to your website? They should be center aligned
Best regards,
YigitHi Robert!
I just checked your website and they looks fine on my end http://i.imgur.com/dwXxoPX.jpg Can you post a screenshot and show the issue?
Nice website by the way!Best regards,
YigitHey!
None of the other users reported such bug. There could be a conflict with a plugin but seems like it is working fine now.
Cheers!
YigitHi AndrewDouglas!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.current-menu-item>a>.avia-menu-fx {display: none; }
We can provide you custom CSS code to change styling options if you point out the exact elements
Best regards,
YigitHi Robert!
If you mean child pages, you should set parent page in Page Attributes in Pages > Add New ( or Edit Page screen) http://i.imgur.com/4fAy8d7.jpg
Best regards,
YigitHi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
div.pp_default a.pp_arrow_next, div.pp_default a.pp_arrow_previous, div.pp_default .pp_nav .pp_play, a.pp_close, div.pp_default .pp_expand, a.pp_next, a.pp_previous { color: transparent; }
Regards,
YigitHey!
Have you tried deactivating all active plugins to see if that helps? This is how i see your website on IE8 mode http://i.imgur.com/VrZA8QA.jpg
Regards,
YigitHi!
In that case, please refer to this post https://kriesi.at/support/topic/remove-kriesi-link-in-footer-but-allowing-another-link/#post-183000
Best regards,
YigitHi!
Please try Ismael’s code here https://kriesi.at/support/topic/header-and-css-problem-with-ie8-and-ie9/#post-184671
Best regards,
YigitHey Shandhamankar!
You can go to Enfold theme options > Footer and add [nolink] to Copyright section to remove “Enfold Theme by Kriesi”.
Where exactly would you like to add social media links?Cheers!
YigitHey!
You can add following code to Quick CSS in Enfold theme options to increase top padding on all pages
.fixed_header.social_header #main { padding-top: 147px; }
You just need to adjust this value
Regards,
YigitHi!
Mobile menu was set to display: none so code in my previous post should fix it. Can you post a screenshot and show the issue you are having?
Best regards,
YigitHi Syclopz88!
Please login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download the latest version of Enfold.
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/67209750Cheers!
YigitNovember 6, 2013 at 1:29 am in reply to: Submit button – use the enfold instead of the form button #185012Hey!
As i see you changed themes name to Midischool. so link is currently http://dev.midischool.com/wp-content/themes/midischool/dev.midischool.com/wp-content/themes/enfold/images/layout/bg-button.png
while it should be http://dev.midischool.com/wp-content/themes/midischool/images/layout/bg-button.png and you should have the image in that path.
Your current css is.main_color input[type='submit'] { background-color: #c05f5f; color: #ffffff; border-color: #a03d3d; border-radius: 3px; background-image: url("dev.midischool.com/wp-content/themes/enfold/images/layout/bg-button.png"); }
You should change the path here and other other codes where you used gradient as background image
Cheers!
Yigit -
AuthorPosts