Forum Replies Created
-
AuthorPosts
-
anotherusername
ParticipantWell, I did replace the genesis folder in the wp-content/themes folder and that unfortunately didn't fix it either.
I really don't know what to do from here, and Bluehost tech support is pretty useless.
I guess at this point I have to think about rebuilding my sites.
So is the best move exporting SQL data and then reimporting it via Myphp?
I guess my main concern is whether it will be easy to relink the photos used in the posts and pages.
anotherusername
ParticipantBy the way, it looks like the version of Genesis that I am using is 2.10.1
At least, that is what it says in the style.css file of the /genesis/ folder
And I did try changing the template and stylesheet option in the database to twentyfifteen (the most recent default wordpress template that is installed) but that didn't work.
anotherusername
ParticipantHi there, Brad, and thanks for the note.
I might have to switch themes via phpmyadmin because right now I can't get in to the admin of my wordpress sites either.
If you (or anyone else) has an idea on how to switch themes via the database / phpmyadmin without totally borking the site, that would be great.
Thanks in advance.
anotherusername
ParticipantThanks so much!
May 31, 2016 at 5:45 pm in reply to: Need Suggestions For Wider Theme For Photography (plus text) #186629anotherusername
ParticipantThank you for the suggestions. I shall look into the themes.
Are you familiar with the plugins they have? Are they worth getting too?
I forgot all about column classes... :-/
May 31, 2016 at 3:45 pm in reply to: Need Suggestions For Wider Theme For Photography (plus text) #186613anotherusername
ParticipantBump...
anotherusername
ParticipantMy concern is that there would be a "wordpress way" to do it and a seperate built-in "genesis way" to do it.
anotherusername
ParticipantThanks so much for the help, Lauren.
One more question though:
How do I get rid of the borders that appear on the sides when I click on one of those Navbar links?
You might not see them if you are in safari or chrome or opera, but I see them in Firefox on a desktop.
Thanks in advance.
anotherusername
ParticipantHi there, Carlo:
Thanks for your note.
In case anyone wants to go the simple hooks route and just use:
Unhook genesis_do_header() function from this hook?
Do note that you will want to probably put a div in there with a margins, since you are losing a div (sorry, off the top of my head I don't remember what the DIV Id is... maybe just #header ???).
Hope this helps.
anotherusername
ParticipantThanks for the code.
I am fairly certain that is for html5 code and not for XHTML sites.
I decided to take the easy way out and used the genesis simple hooks plugin and just clicked the:
Unhook genesis_do_header() function from this hook?
Button.
January 22, 2015 at 7:43 pm in reply to: Centric Pro: Remove Down Scroll Button in Home Widget 1 #138350anotherusername
ParticipantYou rock, Dave!!!
Had a total brain cramp and didn't even realize it was JS.
thanks again, mate.
anotherusername
ParticipantChanging the font and font size is almost always done in your CSS file.
Changing the placement MIGHT be done in your css file, but deending on WHERE YOU want it to appear, you might have to use hooks to unhook the current location and hook it into another location.
anotherusername
Participant+1 to categories, as Victor Suggested above.
You might also look into using custom post types IF the type of info you want to post for events is significnantly different than many of the other posts.
But that is more advanced.
anotherusername
ParticipantHi there, Monique:
I see only one .pdf link. It is the one that you are using this photo for:
http://www.ijvd-netwerk.nl/wp-content/uploads/2014/11/Oog-voor-elkaar-Programma-2014-2018-1.jpg
Is that the correct link?
When I click on it, the .pdf file automatically opens up in Acrobat Reader.
I only need to click ONCE. I do NOT need to click twice.
Usually, it depends if the browser is set to use the adobe acrobat reader plugin to open .pdf files.
usually, in your Browser options, there will be a section called Applications, and you set it to open PDF documents with Acrobat Reader.
I hope this helps.
anotherusername
ParticipantI’ve tried Epik theme and did not like it. I’m thinking about Centric, but I’m not sure.
What is it about Epik that you did NOT like???
What is it about Centric that you DO like???
looking at the Centric home page, it seems like it is a quite a bit different from the ventureharbor.com site that you like.
I’m looking for a theme which does not require me to write code.
I don't think such an animal exists. Not trying to discourage you... just trying to get you prepared for what you will have to eventually do.
anotherusername
ParticipantHi there, Julie:
Please go to:
Settings > Reading > Blog pages show at most
And tell us what it says there.
I am guessing it is set to 4, but I have been known to be wrong before.
anotherusername
ParticipantI don't mean to be a wet blanket, but...
did the author of the plugin give you a license to sell the plugin, too???
If I developed a plugin for somebody, they would have the right to USE the plugin, but not to sell it.
Maybe he gave you license to sell it after all and I am just being ultra paranoid. But i would double check with the author just to be sure. No point in getting sued over something like this...
anotherusername
ParticipantIn the second example, you will notice this conditional lin:
function sk_set_posts_display() { if ( ! ( is_archive() || is_search() ) )
that is basically saying that the function is NOT run unless it is an archive page or a search results page
You might try expanding it to:
if ( ! ( is_archive() || is_search() || is_front_page() ) {
That will PROBABLY work (fingers crossed).
The problem with trying to mix and match code from plugins and from what you find on other sites around the net is that they might not be compatible.
anotherusername
ParticipantDude, it's $10 and comes with a free theme.
Plus it uses a separate db table instead of cramming everything into post_meta table.
You could either spend about the equivalent of two cups of coffee and try out the plugin, or If you wanted to do it via custom post types, custom fields, etc, but you could easily blow trough $100 in plugins and STILL have to do the heavy lifting yourself...
I would say go for it, but I don't know how important it is to you to get all the benefits of genesis.
anotherusername
ParticipantCan you link to your site please?
Also, have you looked in your Appearance -> Widgets area?
-
AuthorPosts