Forum Replies Created
-
Author
-
RaduModerator
Hello,
We know about this notice and we will fix that in a future update.
If you set a background, the warning will disappear.
I’ve added this to bug list and will be patched.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
1. Go to Appearance -> Menus -> Just reorder the tabs then press save, the search cannot be moved.
2. I’ve added a class named hidethisbutton then i added on Quick CSS area this snippet :
COPY CODEul#menu-top-menu li.hidethisbutton { display: none;} body.logged-in ul#menu-top-menu li.hidethisbutton {display:inline-block;}
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTry this CSS
COPY CODE.dwqa-comment-author .dwqa-date img { width: 50px !important; } .dwqa-single-question .dwqa-comment { padding-left: 80px !important; }
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi, please read this :
What is a child theme?
A child theme is simply a theme that inherits the functionality and looks of another theme – the parent.The whole idea of a child theme is that you can modify, and add to the functionality of that parent theme without modifying it directly. The parent remains intact, everything is built within the child theme.
But this sounds like additional work, right? Why would you want to play around with child themes if you can simply modify the theme you actually want to modify…?
Read entire article about child themes : http://themefuse.com/child-themes-what-they-are-how-to-use-them-and-why/
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTry to put CSS the css in Theme Options -> General Settings -> Quick CSS.
Let me know if it works.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 28, 2015 at 13:47 in reply to: Text position on profile cover and rotating picture while upload #70384RaduModeratorAlso i need FTP
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 28, 2015 at 13:32 in reply to: Text position on profile cover and rotating picture while upload #70376RaduModeratorHi,
Can you provide admin credentials ? i cannot see the page
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou’re welcome @Mike ,
Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂
http://themeforest.net/downloads/
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Just add this
COPY CODE<em>NEW</em>
in the menu title and the NEW label will be appear.
Let me know if it’s ok.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I suggest you to delete all theme files and all plugins and reinstall theme and plugins.
I this not solve your issue try to increase php memory see how to here : http://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/
Try to disable cache from wp-config if the cache is enabled by changing from define(‘WP_CACHE’, true);
to define(‘WP_CACHE’, false);Also if the advices from above not helping you i suggest you to reinstall wp again ( clean installation )
Read more about this error/warning.
Also if you want we provide wordpres+theme installation for only $49 – from here you can buy installation service https://archived.seventhqueen.com/services/wordpress-theme-installation-service
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou’re welcome Troy.
Have a nice day.
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorAdd this css to your kleo-child/style.css
COPY CODE/*Align job title with date*/ #job-manager-job-dashboard table ul.job-dashboard-actions { height: 0; min-width: 105% !important; }
Regarding the ? from Filled? it seems that is generated by the plugin.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTest it please and let me know if is ok.
COPY CODE/* Activity Page */ #buddypress div.item-list-tabs ul li a{font-weight:bold;} #buddypress div.item-list-tabs ul li a:hover {color: #339933 !important;} #buddypress div.item-list-tabs#subnav ul li.selected a {color:#339933 !important;} /* Profile Page */ #buddypress #item-body #subnav ul li a:hover {color: #333 !important;}
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Set !important to that css declarations.
Where have you posted the css customization ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
To be accurate with a fix, please provide the exact url of that page, and the account login and pass.
Regards
RaduHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorThe previous post is a reply to https://archived.seventhqueen.com/forums/topic/how-can-i-change-the-size-of-the-profile-icons/#post-70142
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Please read here : https://css-tricks.com/snippets/css/using-font-face/
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Add this css code to your Theme Options -> General Settings -> Quick CSS or FTP in wp-content/themes/kleo-child/style.css
COPY CODE@media(max-width:600px) { .header-color.social-header { display:none; } }
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTry this snippet
COPY CODE#buddypress div.item-list-tabs#subnav ul li a { color:#222; font-weight:bold; background-color:rgba(0, 128, 0, 0.7); padding:0 15px; margin: 0 2.5px; } #buddypress div.item-list-tabs#subnav ul li.selected a { color:#FFF !important; font-weight:bold; }
Let me know if is ok.
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorIf you want to see directly member profile instead activity add this code
COPY CODE/** * Change BuddyPress default Members landing tab. */ define('BP_DEFAULT_COMPONENT', 'profile' );
To kleo-child/functions.php
It’s ok ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi again,
You can remove that border using this css
COPY CODE#buddypress div.profile { border-width: 0px !important; }
Let me know if is ok
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTake a look at these plugins :
https://wordpress.org/plugins/wp-irc/
https://wordpress.org/plugins/powies-irc-chat/
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou’re welcome,
Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂
http://themeforest.net/downloads/
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorI tested now, and i not encounter this issue, the theme works fine, please clear your browser cache from could be the problem.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorIt’s ok ?
COPY CODE#buddypress #item-body #subnav ul li a {color:#666 !important;} #buddypress #item-body #subnav ul li.current a {color:green !important;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorGo here : theme option > header option > Main menu info remove or replace that text
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorThe colors correspond..
The changes not updating because wp-super-cache who have some cached pages.
http://www.le-journal-des-dj-producteurs.com/category/blog/
The homepage header not color because it style from page backend http://www.le-journal-des-dj-producteurs.com/wp-admin/post.php?post=6809&action=edit -> Theme Options -> Uncheck transparent menu
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorThank you !
Have a nice day
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorI need an dummy account or admin credentials to can see the page.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYes, you can remove.
If you want to add any css customization is recommended to put css snippets to kleo-child/style.css but in some cases like this put the css in quick CSS area.
You’re welcome,
Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂
http://themeforest.net/downloads/
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
The breadcrumbs not appears on category pages,
Check here : http://www.le-journal-des-dj-producteurs.com/category/non-classe/
Make sure to flush cache after any modification.
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorCan i choose a preset for header ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorIt’s ok now, i’ve putted the CSS in Quick CSS area form Theme Options -> General Settings and it works now.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorVery possible, i will login right now to check.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Make sure is not a browser cache ( open your website in incognito and see if the behaviour is the same ) If this is not a cache issue, please provide me URL and admin credentials
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
On my side on latest version of kleo this issue not exists.
Can you provide admin credentials and url to look closer ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorCan you provide please the url to can give you accurate CSS fix ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorI not see the css that i provided on the page, can you provide admin login details, i will remove that line, if no, please add this code to your kleo child style.css
COPY CODE#buddypress .activity-timeline { width: 0 !important; border-width: 0 !important; position: inherit !important; margin: 0 !important; padding: 0 !important; }
It should work i’ve tested
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou’re welcome,
Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂
http://themeforest.net/downloads/
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 24, 2015 at 17:32 in reply to: Twitter Widget not showing my twitter account after theme update #69836RaduModeratorHi,
The widget didn’t appear because the widget wasn’t added….
Now the widget are in footer 3.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts