-
Author
-
October 2, 2014 at 00:18 #30404tommyc33nParticipant
Hi all
I have small issue that I want to modify the first issue is in the footer , I want to add few links in the footer near to the power by WordPress link, if can somebody point me to the php file locition and my secound issue is on the group page I need to modify the CSS file as every group the created not have the same size if the group hedear is 1 row it’s get 1 box layout and if it’s 2 row header the height of the box layout is diffreant, the last issue I have is in the footer widget , I add the blog post to the widget but when scroll down to the footer I see the last 5 blog post but they are not align nicely the first 3 row in each blog is 1 under 1 and the last 2 row is start more from the left and need to push them to the right , I use sweetdate theme and I newbi so please point me to the file with location
Thanks for any helpOctober 2, 2014 at 11:16 #30423CatalinModeratorplease send me a link to your website… and I will provide you solutions for all your requests.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 2, 2014 at 12:01 #30439CatalinModeratorfor adding links in footer, please take a look here:
https://archived.seventhqueen.com/forums/topic/add-links-to-footer#reply-5387
for the css modifications in groups page, you need custom development skills to achieve that… every group should have the ability to be selected and styled using a unique id
you have only 3 elements in the footer widget and they look fine… not able to replicate this
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 2, 2014 at 12:18 #30440tommyc33nParticipantHi tanks for your fast replay
In the footer widget I means that the blog line in the end are start from the left and not under like the first line I attach you image , take for exemple the first blog the 5 row that start with “stable?” Need to be under the 4 row “relationship”
And about the group is not have some place I can read about this styles ?Attachments:
You must be logged in to view attached files.October 2, 2014 at 12:56 #30447CatalinModeratorI see what you mean now, please add this in your style.css file from your child theme:
COPY CODEdiv.footer_location .latest-blog .avatar { margin-bottom: 60px; }
let me know if this works.
regarding the modifications, you need basic understanding of how CSS works and how you can select elements in layout pages.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 2, 2014 at 19:40 #30470tommyc33nParticipanthi catalin sorry for late replay the code you give me for fix the blog in the footer was worked perfect but the code to add links in the footer was not work at all and show me error massage on the hedear i was follow the link you give me : https://archived.seventhqueen.com/forums/topic/add-links-to-footer#reply-5387
and add the code in sweetdate-child — function
function kleo_copyright_text()
{
echo ‘<p>’. __(“Copyright”, ‘kleo_framework’).’ © ‘.date(“Y”).’ ‘. get_bloginfo(‘name’).’. <br class=”hide-for-large show-for-small”/>’. get_bloginfo( ‘description’ ).'</p>’;
}i attached you 2 files the first file is how its look on the website after i add this code
and secound is the photo of the function page in the admin areaAttachments:
You must be logged in to view attached files.October 2, 2014 at 23:27 #30504tommyc33nParticipanthi catalin other issue that happend to me just now and its seams to happend after i add the code for the footer and take it back out
for exemple if i want to open new group and i arrive to the group and add new button, when i press the add new button i just reacive an white page without nothing , i try to edit the group becouse i was see thet the forum dont show me nothing and when i press forum its just link to the group and not to the forum but now i see only white page and before i even cannot login to the admin page to see where is the problemOctober 3, 2014 at 00:26 #30508tommyc33nParticipanthi catalin
sorry to bug you too much i just update you , the problem with the white page was happend becouse the first code you give me with the footer links near to the copyright , something was mass the child theme and evey time i was get white page, i was delete the child theme and install it again and now its work fine i chack the group issue and also its work fine , but i still left with the problem about the footer links that i didnt add them as the link you provide me not work for my theme.
is it have other way that i can add this links to the footer near to the copyright ? or i need to give you my little baby face and let you login to the admin to change it for me 😉(by the way i am sorry if my website conntent let you feel uncumftable, but you know we all bussnise pepole and do everything for the money )
and again many thanks for you help
October 3, 2014 at 15:46 #30532CatalinModeratorthe
COPY CODE?>
sign has to be the last in your functions.php file… the function I gave should work.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 3, 2014 at 23:52 #30601tommyc33nParticipanthi catalin
i sorry to dispoint you but this code are not work i attach you 3 photos 1 of the code and more 2 of each link i want to put and where i want to put them
the links i want to put near to the copyright area from the right side to the copy right so its will look like thatCopyright © 2014 ABCD Reasons to join Blog Forums Contact Terms of Use Privacy Policy 18 U.S.C
Attachments:
You must be logged in to view attached files.October 3, 2014 at 23:59 #30606tommyc33nParticipanthi again i make the file with photo shop that you understend better what i want to do
Attachments:
You must be logged in to view attached files.October 6, 2014 at 10:35 #30762CatalinModeratorsend me admin credentials to your website to take a look… reply as private for security reasons. 10x
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 6, 2014 at 15:06 #30803CatalinModeratori added this in functions.php file:
COPY CODEfunction kleo_copyright_text() { echo '<p>'. __("Copyright", 'kleo_framework').' © '.date("Y").' '. get_bloginfo('name').'. <br class="hide-for-large show-for-small"/>'. get_bloginfo( 'description' ).' <a href="#">link1</a> <a href="#">link2</a> <a href="#">link3</a> <a href="#">link4</a></p>'; }
you will need to alter the code to make it functional, so that means you need some basic development skills…
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.