The Baud
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Form SubmissionForum: Fixing WordPress
In reply to: Form SubmissionCould you explain what you wean by that ?
I would like to be able to select how many appear on the list before a page is prompted to change page where the same amount will list and so on.
Forum: Fixing WordPress
In reply to: latest post in homepage??You should try to add multiple loops, one for each category you need.
have a look at this article : https://www.catswhocode.com/blog/multiple-wordpress-loopsForum: Fixing WordPress
In reply to: migration from live to local failedHi, I just had an issue with a dev to prod transfer. I solved it with this great plugin : duplicator.
It is so simple and does a fantastic job.Forum: Fixing WordPress
In reply to: How to Full-width on pagesYou need to change all html and css of your theme.
If you want a full page website, maybe you should try another theme with full page functionalities. Look for bootstrap full page layout on the theme repository.Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Change Domain – Page Builder to set up again?Actually, it helped me discover Duplicator. I wil definitively use it for every future project.
DuplicatorHi,
One solution would be to use the float CSS property to align your links : https://www.w3schools.com/css/css_float.asp
Then your should add an align:center property to each one.Another way of doing it would be using Bootstrap framework from twitter : https://getbootstrap.com/
This really nice plugin implements bootstrap on your wp site :
https://www.ads-software.com/plugins/wordpress-bootstrap-cssForum: Fixing WordPress
In reply to: Make header unclickable or link to another page.Hi,
This hand cursor means that this is a link to your home page.
Do you need to remove the link (in this case, look for the header file of your theme and change the code), or to remove or change the cursor (you just need to add the css property then) ?Forum: Fixing WordPress
In reply to: User Registration, Login, Edit profileHi,
So, what is your problem ?Forum: Fixing WordPress
In reply to: Similar tags can't co-existHi,
It is not a wordpress issue. You should never use spaces or special characters in web developpment. Is is as simple as that.
Try to use underscores instead of spaces and everything should work nicely.Forum: Fixing WordPress
In reply to: how to use wp_enqueue_script in plugin setting page ?Hi,
What I would do : register my enqueue_script function in my theme functions.php, but with an if statement checking the ID or the url of the page.Forum: Fixing WordPress
In reply to: How do I edit a static homepage?Hi,
If your wordpress site is set to use a static page as homepage, it means that you have a page dedicated to this. In the Setting/reading panel you will find the name of the page you need to edit.Dear author,
I am sorry to tell you that since your great plugin won’t work with plugin generated CPT, I had to uninstall it and find another one :
Better Related ContentRegards…
Forum: Fixing WordPress
In reply to: Main Menu BarI don’t think there is a max to the menu elements. Somenone can confirm ?
If you want to bypass the issue, you can try wp_menubar. It is a great plugin, very customizable and useful to implement complex menus.Forum: Fixing WordPress
In reply to: Main Menu BarTo change back to defualt wordpress theme, just select it in the Themes menu.
But I am not sure it could really be a theme issue, since you have the problem in the admin section. Try it anyway.Try also to check file permissions on your server.
At last, you can replace your wp install by a new one except for the wp_content folder (containing your plugins, images and theme).