salave
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Resizing inner divHi bcworkz,
Recent past days a different picture has been developing. We normally receive the same issue as described on these pages: issue 1, and issue2 that normally generates a different outlook of the pages and posts.
Muchly speaks turning off the cloudflare security, on which for me i remember also without using cloudflare before and i had faced similar problem, so it be the GDPR effects on REST API. How can we solve this?
Forum: Developing with WordPress
In reply to: Resizing inner divHello bcworkz, we tried to publish a new article today on Sunday and we received the same message, outside the viewpoint. If you check the screenshot, the section of thumbnail is not from youtube. Could be a hint?
Forum: Developing with WordPress
In reply to: Resizing inner divHi, the trouble i am having is the embedded YT videos are reported to have gone outside the viewpoint. I attempted to add this to my theme function:
add_filter( 'embed_defaults', 'change_embed_size' ); function change_embed_size() { // Adjust values return array('width' => 400, 'height' => 280); }
plus i added additional css
img{ width: 100%;} iframe{ width: 100%;}
but still its not working, the same problem is reported by Google. What can i do? Last page report screenshot.
Forum: Developing with WordPress
In reply to: Getting the Post IDMost of the time i deal with pre-made PHP and CSS pages, so I guess you could say that my coding ability is little.
If I understand this correctly, the homepage at the moment is an archive, and we occasionally exclude archives from indexing, so I needed my homepage to be prominently shown on a page.
Once again, I believed that writing everything down on a page would make rewriting simpler, but that was not the case.
It’s somehow a surprise how hard it was for me to use my limited coding skills to make it seem that way. I might give it a shot again later.
- This reply was modified 1 year, 3 months ago by salave.
Forum: Developing with WordPress
In reply to: Getting the Post ID<?php if ( is_front_page() ) : ?> Code <?php endif; ?>
Do you remember the day you corrected syntax error which was shared for us to use on profile image alt? Now imagine me trying to create if ( $the_query->have_posts( . . except and pagination. It’s not simple thing for me
Forum: Developing with WordPress
In reply to: Getting the Post ID@bcworkz for sure I’ve been waiting for your reply, as i had left the homepage empty since yesterday.
I attempted to copy the content.php to a new created page “front-page.php” but it also didn’t work. The way i will continue to do these trials, i know i would come up with something incorrect. Here is my theme, help me to make me work.
Forum: Plugins
In reply to: [SEOPress - On-site SEO] DecrepitatedIt adds when title is bold. Anyway it be WordPress doing that.
Forum: Developing with WordPress
In reply to: Getting the Post IDTested with Query loop, adding in page, it shows the latest posts, but few posts with no style.
Forum: Developing with WordPress
In reply to: Getting the Post IDI created an empty page with title “homepage.”
I assigned it as homepage in reading settings, but checking it in Pages, its defined as front-page.
Now the homepage hasn’t populated any posts.
Home: https://sopriza.com/ to appear like: https://sopriza.com/category/family-and-community/
Forum: Plugins
In reply to: [SEOPress - On-site SEO] DecrepitatedHi, it can be seen in source when you use FAQ, lets say on widget. As far as i know the element in HTML5 is deprecated.
Forum: Everything else WordPress
In reply to: Server performance permalinkThank you for the clarification. I’m going to stick with just one query, but I’m also curious about how these queries are measured. If there are alternative methods, I prefer not to use a plugin.
Forum: Developing with WordPress
In reply to: Getting the Post ID@chouby i now getting the picture, you brought up new idea as to why i was facing some problems. I wish to have my homepage into my pages. How can i do it?
Forum: Developing with WordPress
In reply to: Permission policy header on wordpressEdit: I am also using
Header set Access-Control-Allow-Origin “https://example.com”
Forum: Developing with WordPress
In reply to: Comments credentials cachedThank you. At the moment I have added exclude /wp-json/ . Waiting to see the results from it.
For the few days I’ve been using it, i like it as it improves the website speed drastically.
Forum: Developing with WordPress
In reply to: Comments credentials cachedNormally using cache plugins without cloudflare, the cache on comments works fine, it updates itself knowing the user if they’re signed out, it doesn’t display signed-in as.. to comment, but using cloudflare ‘cache everything’ now it cause that problem. Are you certain that you troubleshoot while enabling Cloudflare’s ‘cache everything’ feature?