Edward Caissie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media can’t be uploaded showing warning & WPSmush missing@arakilandeswari – I would suggest the “new” plugin might be part of the issue you are seeing and would recommend deactivating it to see if that helps with getting your site back to what you are used to seeing. If this is a conflict between the two plugins you might want to put your concerns forward to both authors to see if one (or both) have any further suggestions to correct this.
~ Cais.
Forum: Fixing WordPress
In reply to: video shortcode youtube nocookie not working@rlonau – The best I can get is also just a display of the link to the “no cookie” video which in and of itself might be the best approach depending on the concerns and importance of not using cookies on the site.
I’m not seeing anything specifically in “trac” related to YouTube no-cookie oEmbeds and the behavior we are seeing, there might be a case to add this.
~ Cais.
Forum: Networking WordPress
In reply to: Missing theme styles after enabeling multisite@sda1qw3 – Thanks for the update and sharing what you found! Well Done!!
~ Cais.
Forum: Fixing WordPress
In reply to: Video tutorial for WP?@@modernvisionpk – This is one of the better places to get started with WordPress: https://codex.wordpress.org/Getting_Started_with_WordPress
As to finding video tutorials, you should be able to do a quick search and find numerous external sites offering WordPress tutorials and/or just search at YouTube.
~ Cais.
Forum: Fixing WordPress
In reply to: Use of period “.” in slugs and permalinks@asbell – I wouldn’t recommend using a
.in a slug/permalink without taking into consideration all of the current use cases of the.in URL structures starting with the domain name extension (example.com) and ending with the “web page” being displayed (such as index.php, default.html, etc.)I would also be a bit leery about using the
|symbol although that might be a bit more forgiving in modern browsers. Using-and_are much better options if needed to provide better, or more readable, URL segments, etc.~ Cais.
Forum: Fixing WordPress
In reply to: video shortcode youtube nocookie not working@rlonau – As far as I can see
4is not working because “youtube-nocookie” is not able to resolve that URL (resolves to a 404 not found page) while5appears to be fine if I copy and paste your example (http://take.ms/qwAjg … although perhaps not what you are wanting?!).It also appears the core oEmbed code would need to be adjusted and/or a plugin supporting “youtube-nocookie” as an oEmbed URL would need to be added to support the URL on its own line approach as well.
~ Cais.
Forum: Networking WordPress
In reply to: Bylines@1c3urrell – I suspect the “byline” you are referring to is the one that appears under the article headline and beside the “N” logo (for example
By PA News).If you are writing these articles then I would expect by default it to use your “account” to publish them as well. There is an option (usually hidden in most current default installations) that would allow you to change the “author” of the article to another account before (or after) publishing.
Try the following to see if this helps: http://take.ms/CWtRH (check the author box)
Then scroll down below the TinyMCE editor’s box: http://take.ms/rSiOP (select a different “byline” account).Also to note, you can move the “Author” block to a more convenient place if that helps as well.
~ Cais.
Forum: Networking WordPress
In reply to: Missing theme styles after enabeling multisite@sda1qw3 – My apologies, I missed the differing font families being used.
It appears the “before” is using the “Lato” font-family from the dynamic styles while the “after” is using the “Poppins, sans-serif” font-family from the modules styles(?!)
I’m not familiar with the theme itself although hopefully this will point you to the areas you need to review. In this case, I suspect a setting/option that allows for the font to be set for the various sections within the theme.
~ Cais.
Forum: Fixing WordPress
In reply to: Category descriptions@ahamaton – Displaying the category’s description is most often controlled by how the theme author has chosen to use the “list category” function (or similar) within the theme. Again, depending on the the theme, this may be a case of “hidden” (which is not common) or often times setting a function parameter to not display the description.
I would not specifically call this “broken” or requiring a “fix” although you might want to contact the theme author to see how best to adjust the theme to your preferences.
I did have a quick look at your site and although I am not familiar with the code or layout (and did not find the category description in the example URL) if you know the HTML container the description is being written to you could add some custom CSS to set its
displayproperty tononewhile you work with the theme author to get to a better option.~ Cais.
- This reply was modified 7 years, 11 months ago by Edward Caissie.
Forum: Fixing WordPress
In reply to: Preview Button Failure In Firefox, Slowness@drlissaj – Since “featured image” is commonly used as a theme component, have you checked in with your theme’s author to see if they are aware of any browser related concerns? They may have a correction being prepared for release.
~ Cais.
- This reply was modified 7 years, 11 months ago by Edward Caissie.
Forum: Fixing WordPress
In reply to: Using Visual / Text Tab Inserts Mysterious Code@alexandraqb – If you are using Generate Press for your theme base then it could just be a temporary browser issue. Try using a different browser such as Chrome if you are currently using Firefox for example.
Here is a reference and fix suggestions if this is Generate Press related: https://generatepress.com/forums/topic/4-9-anyone-else-having-tinymce-issues/
~ Cais.
Forum: Networking WordPress
In reply to: Subdirectory breaks some themes?@kylesureline – A multisite installation as subdomains or sub-directories should not really have any significant effect on the sub-site functionality. You might want to check with the theme author(s) to see if they are aware of any concerns with multisite sub-directory installations.
~ Cais.
Forum: Fixing WordPress
In reply to: Setting “Posts Page” default no longer displays featured image@get_username – The “featured image” functionality is generally based on a single page/post and needs to be able to identify that appropriate single value.
$post->IDwould be correct but does not accurately apply to archive type views in this specific case such as a blog index.php and/or other similar template pages such as a category.php, tag.php, archive.php, etc.You would need to write a more specific query to identify the first published post(?) and use its ID to designate the “featured image” for the blog index header (if I am understanding your idea here correctly).
As you noted this works on page, I would also suspect your current code idea would work in single views of your posts, too.
~ Cais.
Forum: Fixing WordPress
In reply to: Unwanted line on WordPress job listing post@qudosinternet – Try the following custom CSS (your ideas might need to be removed if you are still using them):
.job_position_featured { box-shadow: none !important; }The
!importantdirective may be optional, you could try the above without to start.~ Cais.
Forum: Networking WordPress
In reply to: Missing theme styles after enabeling multisite@sda1qw3 – The two example URL look essentially the same, perhaps this is a caching issue you are having? Have you tried using an anonymous browser window to view the two different URL?
~ Cais.