zartgesotten
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: page dropdowns how do you making the main page in active iAh. I think I understand.
There is a video explaining that.
Look here:
Video explaining your problem.
Hope that helps!
AnjaForum: Fixing WordPress
In reply to: Need Plugin With Portfolio Plugin FunctionalityGreat! Glad to help! Have a great day!
AnjaForum: Fixing WordPress
In reply to: Scroll to id big title buttons – doesn’t workGreat to hear it works now”
Have a great day!
AnjaForum: Fixing WordPress
In reply to: Can’t make any changes to websiteYou’re welcome! Even if Frank gave the vital information! Great Job @futtta!
Forum: Fixing WordPress
In reply to: No Picture On My Static Page and Code Doesn’t HelpHi Mopgrass,
I can’t find that code in your CSS but I see there is some other CSS that might be overriding our new code. So try this:body.home { background: url(‘https://tobinband.com/wp-content/uploads/2017/03/book-glasses-red-read-159542.jpeg)!important; }
It should got into your theme’s css file so it should be editable the way you said.
Also there are many 404 Errors on your site that you should look at.
https://pasteboard.co/2tzllsnlI.pngYou should also look at using Firebug for troubleshooting. There is a lot of help on that on the internet if you google it.
Good Luck
AnjaForum: Fixing WordPress
In reply to: Can’t make any changes to websiteIn case you’re not sure if you can delete, just rename first. That should have the same effect but keeps you a backup.
I see you have something called “fast-velocity-minify” installed, which seems to also have some kind of caching… so you should also try what happens if you turn that off. In the code it says:
<!– refreshing cache –>So there must be some caching going on.
Please turn that off and try again.
Thanks
AnjaForum: Fixing WordPress
In reply to: Can’t make any changes to websiteIt still looks like there’s a cache plugin active (Look at the source code). Very hard to say what’s wrong without access… everything looks good from the frontend.
Are you sure all cache plugins are inactive?Forum: Fixing WordPress
In reply to: Type of Rooms Plugin with compare optionToolset Types is able to do that. But it costs and it has a learning curve. But maybe someone has a better suggestion.
Good luck
AnjaForum: Fixing WordPress
In reply to: Plugin: item content type with parent and ratingThe only power forceful enough that I know (except of course custom coding) is Toolset.
Toolset types
That should be able to do everything you need.
But be aware… it has a learning curve! But that should be expected with that kind of task.
Regards
AnjaForum: Fixing WordPress
In reply to: Shop SpacingI only see a subscription form. Sorry.
Forum: Fixing WordPress
In reply to: Creating Editable Content via Specific Form FieldsHi there,
the only thing that rang my bell right away is toolset CRED.
Toolset CRED
I have never tried it but it seems to be what you’re looking for!
Regards
AnjaForum: Fixing WordPress
In reply to: No Picture On My Static Page and Code Doesn’t HelpHi there,
I THINK there might be an error in the code.Try this:
body.home { background: url(‘https://tobinband.com/wp-content/uploads/2017/03/book-glasses-red-read-159542.jpeg); }
Regards
AnjaForum: Fixing WordPress
In reply to: Scroll to id big title buttons – doesn’t workIf you look at the “contact” button link, it says
<a href="#contact">
That links to the segment with the ID “contact”.
If you want any button to link to an element on your page, you will need to change the link to the ID of that element.
For example the section titled “Misje I Misjonarze” has the ID “team”. IF you want to link to that, insert a link that calls
#team (look at the menu item “contact” for reference).Regards
AnjaForum: Fixing WordPress
In reply to: How To Migrate WP Site WITHOUT Posts?I’d use duplicator to export the site excluding the uploads folder and INCLUDING all posts and pages. Then migrate to the new site and use bulk delete plugin to delete all posts. Or you could manualle remove wp_posts and wp_potsmeta data inserts from the sql file you will import.
Forum: Fixing WordPress
In reply to: page dropdowns how do you making the main page in active iHello 23rw,
I am sorry but it is very hard to understand your request. Could you try again telling us what you need?
Thanks
Anja