jakedohm
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Contact form not workingPlease post the link to your contact form on your website.
Thanks, JD
Forum: Fixing WordPress
In reply to: Rewrite UrlCreate a file in the folder /register called ‘index.php’ and paste the code below into that file. Then the content from the url “https://domain.com/Blog/Landing-page” will show up at /register, but keep the url “https://domain.com/register”.
<html> <style> body {margin: 0;} </style> <body> <iframe src="https://domain/Blog/Landing-page" style="border: 0; width: 100%; height: 100%"></iframe> </body> </html>
Let me know if that works for you.
Forum: Fixing WordPress
In reply to: Posts not appearing on home pageAll of the blog posts on the home page look fine on my end…
Are you still having trouble? If so, empty your caches in your browser, and then refresh the page.
JD
Forum: Fixing WordPress
In reply to: Rewrite UrlSo to be clear, when people go to domain.com/register, you want them to see the content that’s on the page domain.com/Blog/Landing-page?
Is that correct?
Forum: Fixing WordPress
In reply to: WooCommerce shop layoutAdd the below code into your css, it makes the button fit into the border.
The heights of the different product boxes will still be a bit different because some of them have 2 line titles, but it’ll look a LOT better ??.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { font-size: 14px !important; } .woocommerce ul.products li.product .button { width: 100% !important; }
Let me know how that works for ya
Forum: Fixing WordPress
In reply to: create subdirectories with single wp installationCheck out the WordPress documentation on networking WordPress websites. This would probably work well for what you’re trying to do.
Create_A_NetworkLet me know if you have questions,
JDForum: Fixing WordPress
In reply to: Changing the banner pictureIt seems to be hard coded into your theme.
Find this css class “.header-bg” in your css file, and change the ‘background-image: url(https://url.com)’ to whatever image you’d like. Right now the css for “.header-bg” class reads:
background-image: url(https://assassintackle.com.au/wp-content/themes/theme1862/images/header-img.jpg)
Forum: Fixing WordPress
In reply to: Unable to edit uneven thumbnails. Any ideas?This seemed to work for me via inspector. Give it a shot. PS: I changed the width from 15% which would resize each one by a percentage, to pixels, which should make them all uniform.
.wolf-post-has-summary .wolf-last-post-thumbnail { width:150px; }
Let me know how that works out for you ??
JDForum: Fixing WordPress
In reply to: Center Page on screen CSShtml, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { font-size: 100%; font: inherit; padding: 0; border: 0; margin: 0 auto; vertical-align: baseline; text-align: center; }
Forum: Fixing WordPress
In reply to: Chronological orderFirst of all, this forum is for www.remarpro.com users, and your website is on wordpress.com.
If you submit a support ticket to wordpress.com they should help you.
That being said, the blog posts are showing up from latest – oldest right now for me.
Forum: Themes and Templates
In reply to: [ColorWay] I am using colorwayIf you go into your header file and search for ‘viewport’ then you’ll probably see something that looks something like this:
<meta name="viewport" content="width=device-width, initial-scale=1">
If you remove that, your website should display as desktop on mobile… I think.
JD
Forum: Fixing WordPress
In reply to: Chronological orderPosts on the blog automatically show newest – oldest.
Can you give us the link to your site?
Forum: Fixing WordPress
In reply to: Phone numbers showing same color as headerNo problem!
Don’t forget to mark issue as resolved.
JD
Forum: Fixing WordPress
In reply to: Phone numbers showing same color as headerI can recreate the issue using an iPad 4.
I think the issues spawns from it being set up as a link for mobile…
Try adding this CSS somewhere:
#number a { color: #fff !important; }
Let me know how that goes
Forum: Fixing WordPress
In reply to: Trouble Removing Space Below PhotoIs that the same thing it did before when you removed the spacing code?