Template changes
This topic contains 11 replies, has 3 voices, and was last updated by Guust 7 years, 7 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
August 9, 2017 at 3:49 pm #390413
Hi GD-Team,
sorry for bothering you again. Sadly i´m not a professional coder and doing hard to understand how to make changes in templates, i read about hooks and actions but don´t understand where to change things to get another look of the page. I would be very happy if you could tell me in easy steps what to do for changing the look of following side (for example) i hope if i understand this i can migrate to the other sites 😉
I want to change https://www.styleplaces.de/unternehmen-eintragen/?listing_type=gd_place
this one should be displayed in 4 coloumns (
- and
- would be appreciated in every coloumn)
Kostenloser Verzeichniseintrag
ohne Ablaufdatum, einfache Listung der Firmenadresse
STANDARD
Unser Standard-Paket inklusive 2 suchmaschinenoptimierten Content-Beiträgen (je 300 – 600 Zeichen) von unseren Profis für sie verfasst, inklusive Premium-Listung im Beauty- Fashion- und Lifestyle Verzeichnis,
Laufzeit: 1 Jahr (39.00 EUR / monatlich)
ADVANCED
inklusive 4 suchmaschinenoptimierten Content-Beiträgen (je 300 – 600 Zeichen) von unseren Profis für sie verfasst, inklusive Premium-Listung im Beauty- Fashion- und Lifestyle Verzeichnis vor den kostenlosen und Standard-Paket Einträgen
….What do i have to change?
Many thanks in advance
Greets Tim
August 9, 2017 at 8:47 pm #390445Hi Tim,
we can’t see that page unless we are logged in.
Let us know,
Thanks
August 9, 2017 at 9:21 pm #390455This reply has been marked as private.August 9, 2017 at 11:08 pm #390466You could add CSS like this:
.geodir_package {width: 25%; float: left}
Adjust the percentage as required.
To change the content, go and change the wording of the package at
GD > Prices and Payments > Prices tab > choose a package and edit > Title to be display while add listingThanks
August 10, 2017 at 11:55 am #390508.geodir_package {width: 25%; float: left}
i tried adding this to style.css without any changes visible, same with gd_core_frontend.css
August 10, 2017 at 12:14 pm #390511I cannot see it having been added to your child theme’s CSS file:
https://www.styleplaces.de/wp-content/themes/thevoux-wp-child/style.cssYou can also add it to GD > Design > Scripts tab > CSS
If we need to check things further, you will have to give us WP administrator details.
Thanks
August 10, 2017 at 12:26 pm #390513now i got it up and running, did not realize that changes for geodirectory sites could be made in thevoux-wp-child. Thumbs up and many thanks for your patience!
August 10, 2017 at 12:44 pm #390518You’re welcome 🙂
August 11, 2017 at 3:12 pm #390735next “problem” i want https://www.styleplaces.de/unternehmen-eintragen to be displayed in full-width. What do i have to change? CSS, Template file, function? I can´t see the wood because of so many trees 😀
Generally it would be great to have a beginners workaround how to customize pages, i read a lot of faqs, documentations etc from you but for me it´s hard to understand how to change stuff quickly. maybe i´m not familiar enough with php, java and wordpress generally…
August 12, 2017 at 12:00 am #390818WordPress plugins and themes are ready to use out of the box, and no knowledge of any coding is required. If people want to customize things but don’t know how to, they usually hire someone who can. There are lots of general WordPress tutorials etc out there, an internet search would give you lots of assistance.
Some GD changes can be made with settings and that is part of support, but any other customizations are your responsibility.
But we don’t mind giving you some pointers and some assistance 🙂GD Pages are mainly customized with changing “sections” and “widgets” as explained here:
https://wpgeodirectory.com/docs/layout/#directoryLots of other visual changes can be accomplished with CSS:
https://wpgeodirectory.com/docs/customizing-your-style/In your case, to make the Add Listing page full width you would use this CSS:
.page-id-2429 #gd-sidebar-wrapper {width: 0%;} .page-id-2429 #geodir_content {width: 100%;}
Thanks
August 14, 2017 at 11:43 am #391053OK, thanks. This modified one worked for me.
.page-id-2429 #geodir-wrapper-content {width: 100%;} .page-id-2429 #gd-sidebar-wrapper {width: 0%;}
August 14, 2017 at 11:54 am #391056Good to hear you fixed it. If you have any other issues, feel free to open a new topic.
Thanks
- would be appreciated in every coloumn)
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket