kubegusa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Twenty eleven child: Grey line between header and navigation menuOk, the line is not grey but seems to be from the body background color… Like the code moved the navigation menu down a bit. Puzzled as to how and why.
Forum: Fixing WordPress
In reply to: Problem with slideshowNeed more info.
What plugin are you using for the galleries?
Can you post a link to your site so we can see the pbm?
Can you post the html in your page that has the galleries?Forum: Fixing WordPress
In reply to: Auto Redirecting changed PermalinksNever done it but found this for you. Hope this will get you started.
https://bythegram.ca/tutorials/batch-rewrite-wordpress-slugs-permalinks/Forum: Fixing WordPress
In reply to: Page content: images appear but text does notDuh!! Brilliant! Thank you SO much! I really appreciate you taking the time to look through my code. ??
Forum: Fixing WordPress
In reply to: Unpublish a pageWhat do you mean with ‘there is nothing there’?
Can you explain more clearly what you’re finding?Forum: Fixing WordPress
In reply to: Unpublish a pageonce a page is published and picked up by google, it will remain in the cache for a while; no idea if and when it will disappear
If your page is still online, it will be findable on search engines
So if you want it offline, de-active the entire site.
You’ll have to work on it offline or check out this post https://www.ads-software.com/support/topic/how-do-i-take-an-entire-wp-site-offline-ie-wheres-the-off-switch?replies=5Thank you so much! This fixed my problem. You’ve been so helpful!
Forum: Fixing WordPress
In reply to: Unpublish a pageChange the status of the page from published to draft or pending
Forum: Fixing WordPress
In reply to: Username and Password@iamnewtowordpress : I don’t have experience with what you’re asking for BUT I wonder if this could work for what you’re trying to achieve. Select the visibility status “password protected” for your page, and type in a password. The page remains visible in your menus. When a visitor clicks on it to view it, they’ll get a message to type in the password. So no user name, just a password. And the site admin gets to set the password, and you can change it when needed. Just a thought.
Forum: Themes and Templates
In reply to: How to remove pipe after last navigation menu itemWhen I add to the PHP code
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary’, ‘link_after’ => ‘<span class=”my-span”>nbsp|nbsp</span>’ ) ); ?>It again, gives me the spaces but also additional pipes below the navigation menu.
Big sigh.Forum: Themes and Templates
In reply to: How to remove pipe after last navigation menu itemBasically, I’m thinking.. if I can add a character using PHP, I should be able to add a space, using PHP too… but how oh how…
that would solve my 1st problem… would still need to figure out how to remove the last pipe
anyone?
Forum: Themes and Templates
In reply to: How to remove pipe after last navigation menu itemMy php code looks like this:
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary’, ‘link_after’ => ‘<span class=”my-span”>|</span>’ ) ); ?>
I’ve tried all other options that I could find using CSS to define this, but I always got pipes underneath the navigation menu. Couldn’t figure out how to make this work using CSS.
In changing this php code, I’m still looking to add spaces between the menu items and the pipes, and how to remove the last pipe.
I did quite some reading online about this, and it seems to be a tricky one for many. Please help!
Forum: Plugins
In reply to: [Contact Form 7] Cannot save changes made to Contact Form 7In the meantime I’ve received a theme update from Themeszen, and contact form 7 works again. If you haven’t, just email him and he’ll send you the updated theme(s).
Forum: Themes and Templates
In reply to: I want a *website* I do not want a *blog*.Yes, and check if the support is done by professionals and not just by volunteers. Nothing wrong with that of course, but the former guarantees your stuff getting fixed and being brought up to date if something breaks in a new WP version or with certain plugins.
Forum: Themes and Templates
In reply to: I want a *website* I do not want a *blog*.Here’s one that I trust https://www.woothemes.com/
Also: search the net for ‘buy wordpress themes’.
Most of them will be under $50. Even double would be more than worth it because usually life time support is included.