Dap1
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] XML Sitemap Not Updating Change from http to httpsI just found out how to fix this. It’s not intuitive at all and I suggest the Yoast team to consider changing this. The sitemap should use the wordpress web address value. If a setting needs to change for the sitemap, I suggest moving it to the “XML Sitemap” settings or to the “General” settings.
If anyone else runs into this issue, here’s how you fix it:
In the admin, click on the Yoast SEO “Search Console” then “Settings”. From there, you’ll have to re-authenticate your Google webmaster profile. Once re-authenticated, your sitemap will update.Forum: Plugins
In reply to: [User Role Editor] current_user_can not workingAny help Vladimir? The users are logged in and this still isn’t working.
Forum: Plugins
In reply to: [User Role Editor] current_user_can not workingSorry if that was not clear, but users have to be logged in to see this page. They are in fact logged in. This still doesn’t work when they’re logged in.
Forum: Fixing WordPress
In reply to: Cannot log in, no error messageIt’s not a browser issue. I have the correct password. I’ve reset it a few times. The reset password works just fine.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Drop-down Filters Not Showing UpThanks for you help Jonathan. I decided to move to categories instead of custom taxonomies. You can close this ticket.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Drop-down Filters Not Showing UpHey Jonathan. Thanks for your reply. I am not using CPT UI. I’m using WCK https://www.ads-software.com/support/view/plugin-reviews/wck-custom-fields-and-custom-post-types-creator
I’ve read the FAQ and nothing there helped me in this situation.
Forum: Plugins
In reply to: [WP Calendar] How to display past eventsBump
Forum: Fixing WordPress
In reply to: Adding a <span></span> in the title_liTerrian was close to being correct. The code below works.
<?php wp_list_pages('title_li=<span>&link_after=</span>'); ?>
The post by jbjweb is full of errors. I do not suggest using that technique.
Forum: Fixing WordPress
In reply to: HTML not executing in Internet ExplorerThe page is fixed, thanks.
Forum: Fixing WordPress
In reply to: HTML not executing in Internet ExplorerYes, after I cut the Flash the page does show up. I do not understand what characters within the flash code cause problems. This code is the default coding, that Flash exports and recommends on the Adobe website. Why would this same code work on a page, but now with WordPress?
<object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ codebase=”https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0″ width=”800″ height=”200″ id=”header” align=”middle”>
<param name=”allowScriptAccess” value=”sameDomain” />
<param name=”movie” value=”https://www.gurpcity.net/home/header.swf” /><param name=”quality” value=”high” /><param name=”bgcolor” value=”#000000″ /><embed src=”https://www.gurpcity.net/home/header.swf” quality=”high” bgcolor=”#000000″ width=”800″ height=”200″ name=”header” align=”middle” allowScriptAccess=”sameDomain” type=”application/x-shockwave-flash” pluginspage=”https://www.macromedia.com/go/getflashplayer” />Forum: Fixing WordPress
In reply to: Enclosure tag fields in 1.5 not getting populatedFor flash video (.flv) use video/x-flv
Forum: Fixing WordPress
In reply to: Enclosure tag fields in 1.5 not getting populatedAnother enclosure, not mentioned on the WordPress forums is for feeding a PDF document. The enclosure is the same as an MP3 enclosure, except instead of audio/mpeg, use application/pdf.
Forum: Installing WordPress
In reply to: Importing mySQL database errorYes removing that table worked. Thanks