Martin Robbins
Forum Replies Created
-
Have you tried the title=”false” argument in the gravity form shortcode?
Example:[gravityform id="1" name="Contact Form on wpmulti.org" title="false" description="false" ajax="true"]Forum: Themes and Templates
In reply to: Make category archives look just like front pageIt might be category.php … Or style.css or some other stylesheet.
You could post your index.php, archive.php, category.php and css stylesheet on pastebin.com … and then post the pastebin links here
Forum: Themes and Templates
In reply to: [WEN Business] mobile friendly slider textEdit: good question premiumwp posted while I was writing
Although it’s likely not a WordPress issue, you could use one or more css
media queries to adjust the font size depending on the screen width.Forum: Themes and Templates
In reply to: Make category archives look just like front pageYou could try make a copy of index.php and name it archive.php.
Also, it would be helpful if you post a link to your site.
Good Luck
Forum: Fixing WordPress
In reply to: installed wp cannot get it goingHave you tried the manual update procedure?
https://codex.wordpress.org/Updating_WordPress#Manual_UpdateForum: Fixing WordPress
In reply to: Facebook Debugger Completely Useless?This likely is not a WordPress issue.
I have had the same problem attempting to post links on FB with the featured image appearing. I was able to work around by saving as a FB draft, And then edit the draft and (sometimes) there is a scroll button where you can see all the images and choose the right one.
Definitely use a browser and not any FB app.
Forum: Fixing WordPress
In reply to: Upload photos to library issuesPlease post the error?
Forum: Fixing WordPress
In reply to: wp-admin log-in troubleHere’s the instructions how to change back the site url and or the home url:
https://codex.wordpress.org/Changing_The_Site_URLForum: Fixing WordPress
In reply to: Database still exists, but I lost my wp-content fileYou can put back the /wp-content/plugins/ and /wp-content/themes/. But you probably still need the /wp-content/uploads/ folder as well.
Do you have any file backups on your host? There’s a good chance you can find and put back the entire /wp-content/ folder
I don’t see any box around the content in my TwentyEleven example. And the comments templates is below a horizontal line, separated from the content. http://wpmulti.org/example-how-to-move-comments-on-page/
I think you will need to revert whatever you did in order we can provide further assistance.
Relative to it’s original position on the screen, To where would you want to move it?
Forum: Fixing WordPress
In reply to: Can't re-use slug from deleted pagePerhaps you have a some “hidden” post that uses the desired slug? What happens when you load the slug? ie http://example.com/slug/
Forum: Fixing WordPress
In reply to: "Archives" title redundancyAppears to me to screen reader text not is hidden:
<div class="widget-wrap"> <h4 class="widget-title widgettitle">Archives</h4> <label class="screen-reader-text" for="archives-dropdown-2">Archives</label> </div>So you could try css something like this:
label.screen-reader-text {display:none;}Forum: Fixing WordPress
In reply to: 4.2.2 Update ErrorYou could try the manual update procedure:
https://codex.wordpress.org/Updating_WordPress#Manual_UpdateCheers
Forum: Fixing WordPress
In reply to: updating to 4.2.2Is it possible you not are admin authority?