gstar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Hide using CSSAmazing!
Thanks @alchymyth that worked ??
Forum: Plugins
In reply to: [WP Job Manager] Widget area location for Job and resumeI’ve added this to code snippets:
set_theme_mod( ‘job-display-sidebar’, ‘side’ );
set_theme_mod( ‘resume-display-sidebar’, ‘side’ );But still my sidebar shows at the top?
Anyone else managed to get this solved?
Using latest jobify version with latest WP version
Forum: Fixing WordPress
In reply to: ERROR: This is not a valid feed.– Tried deactivating all plugins
– Tried default theme
Is there no way to figure out the error without trying the other two options?
Forum: Plugins
In reply to: [International Telephone Input for Contact Form 7] Change field widthFantastic that worked! Thank you ??
Forum: Plugins
In reply to: [International Telephone Input for Contact Form 7] Change field widthLooking much better already!
The width is perfect, just the height I haven’t managed.
I could not find>
input[type="text"], input[type="email"], .input_text
Forum: Fixing WordPress
In reply to: Turning off AVATARSI see what it is:
<header class=”comment-author vcard col-md-2 col-sm-3 col-xs-12″>
</header>
But I do not know how to hide this?
Forum: Plugins
In reply to: [International Telephone Input for Contact Form 7] Change field widthWow that works like magic! Thank you @damiarita
Forum: Plugins
In reply to: [International Telephone Input for Contact Form 7] Change field widthTried also:
[intl_tel your-tel placeholder size:40 “Your Telephone”]
Forum: Plugins
In reply to: [International Telephone Input for Contact Form 7] Change field widthHi @damiarita, well spotted.
I added this: `[intl_tel your-tel placeholder size=”40″ “Your Telephone”]
`
Not having any effect though. Am I missing something?Forum: Plugins
In reply to: [WooCommerce] Translating “Hey, welcome back!”Thanks lorro that solved it!
Forum: Themes and Templates
In reply to: Twenty Sixteen Full Width Single PostI want to remove the whitespace on the left hand (where the meta tags such as author and date are).
Forum: Themes and Templates
In reply to: Twenty Sixteen Full Width Single PostThanks Michael. I have added this to custom CSS but nothing is happening.
Forum: Fixing WordPress
In reply to: Changed my permalinksOK all good in the hood!
I found this: https://yoast.com/research/permalink-helper.php
and added this to htaccess:
RedirectMatch 301 ^/([0-9]{4})([0-9]{2})([0-9]{2})-([^/]+)/id=(\d+)/$ https://www.mysite.com/$4
Thanks for your help though.
Forum: Fixing WordPress
In reply to: Changed my permalinksI’m not sure what you mean with /’s. Do you mean I’m missing a / in various places? Perhaps I’m not explaining well.
Both permalinks setups work fine. The problem is for 8 years I used the first structure and now I set up the new structure. So all old URLs are going to 404.
Forum: Fixing WordPress
In reply to: Changed my permalinksI want to keep the new structure: /%year%%monthnum%%day%-%postname%-%post_id%/
But I want the old one to redirect to the new one.