wpbees
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Restrict access to WordPress siteGood day!
Have you tried looking into the most recent plugins that could solve your concern via simple configurations?
Here is a list of plugins that could help:
https://wordpress.org/plugins/restricted-site-access/
https://10up.com/plugins/restricted-site-access-wordpress/
or
https://s2member.com/?utm_medium=affiliate&utm_source=idev&utm_campaign=3117
Hope these help
Forum: Fixing WordPress
In reply to: interactive mapsGood day!
Have you tried using Google Maps for your site? Check this out:
or if you have the budget you can also try:
https://codecanyon.net/item/mapplic-custom-interactive-map-wordpress-plugin/6800158
here is a list of recommended map plugins as well:
https://wordpress.org/plugins/tags/interactive-map/
Hope these help.
Forum: Fixing WordPress
In reply to: link problemGood day!
Bet to solve these kind of issues site wide with a plugin.
Have you tried simple broken link checkers such as:
https://wordpress.org/plugins/broken-link-checker/
or
https://wordpress.org/plugins/velvet-blues-update-urls/
also here are some external link checkers:
http://validator.w3.org/checklink
http://wummel.github.io/linkchecker/Best to identify the issue first then work on it.
Hope these help.
Forum: Fixing WordPress
In reply to: Background imageHello.
Have you tried using rgba configurations via CSS?
EG.
Try to look for this entry in the CSS logs of your theme.
background: rgba(76, 175, 80, 0.3)
This would give you a greenish background with about 30% opacity here.
Hope this helps.
Forum: Fixing WordPress
In reply to: Fix the format of the pageHello there,
Try to press backspace on the paragraph then press shift+enter key to have a space and see if its the same.
Forum: Fixing WordPress
In reply to: menu dropdownTry to use this plugin.
https://wordpress.org/plugins/wp-responsive-menu/
Under the wordpress admin menu section, create and name the menu you’ll use, and add the menu items you want to it.
Then go to the WPR setting menu.
General Setting:
Select “Enable Mobile Navigation”
Under “select menu”… choose the menu you have created before.Under “Elements to hide in mobile:” I placed this css:
.av-masonry-sort,.logo“Enable Swipe”: Yes
“Search Box”: Hide
“Allow zoom on mobile devices”: YesMenu Appearance: (under the WPR setup)
“Menu Symbol Position”: Left
Under “Menu Logo”: place your logo (square is good)
“Menu Open Direction”: Left
“Display menu from width (in (Email address hidden if logged out) )”: 768
“Menu Width”: 80
“Enable borders for menu items”; NoForum: Fixing WordPress
In reply to: Featured images aren’t showing in blog?Hello there,
Maybe try to check your settings.
Appearance > Customize > Theme Options > Layout Options > Archive Content Layout and check in your settings.
Forum: Fixing WordPress
In reply to: Increasing menu heightHello there,
Try these two.
#megaMenu > ul.megaMenu > li.menu-item > a,
#megaMenu > ul.megaMenu > li.menu-item > span.um-anchoremulator{
padding-top:20px;
padding-bottom:20px;
}or
#megaMenu ul.megaMenu{
height:50px;
}Forum: Fixing WordPress
In reply to: How to create similar panels?Hello there,
Which panel are you referring at?
Forum: Fixing WordPress
In reply to: EditingHello there,
Try to change it on editor.
Go to Appearance > Editor
Make sure you are on the main “style.css” stylesheet
Paste the following code at the top of the “style.css” sheet.
* {font-family:”Courier New”, Courier, monospace}
The ( * ) in the CSS code will apply the Font style to all text in the website.Forum: Fixing WordPress
In reply to: Comments section – can i change where it appears?Hello there,
Can you try this.
Open single.php and page.php and move
<?php comments_template(); ?>
after
<div class=”entry-content”>
<?php the_content(); ?>
<?php wp_link_pages(); ?>
</div>Forum: Fixing WordPress
In reply to: My blog page is blank because of Yoast plugginHello there.
Try to deactivated all your plugins to see if it conflicts on other plugins and see which one affects it.
Forum: Fixing WordPress
In reply to: Image Links not working (unclickable)Hello there,
The image links are working on my end. Did you add or update plugins before this? Try to deactivate all of them and see which one affects the images links.
Forum: Fixing WordPress
In reply to: Cant access my wp-admin pageHello there,
Did you add or update a plugin before this happen? Try to revert the changes you did before or use the wayback machine to restore your wordpress site
Forum: Fixing WordPress
In reply to: Is there any wp plugin which will let me to add keyboard shortcuts