avifb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Mobile menu background color different than headerHey @apprimit
Yep, it worked!
Thank you so much for your help and fast reply!Forum: Themes and Templates
In reply to: [OceanWP] Version 4.1.3 broke my site on mobileGot it! Thanks mate!
Forum: Themes and Templates
In reply to: [OceanWP] Version 4.1.3 broke my site on mobileThank you. It worked as well as the Claude solution.
I guess body {} includes all these:
.blog .container, .archive .container, .search-results .container, .category .container, .tag .containerForum: Themes and Templates
In reply to: [OceanWP] Version 4.1.3 broke my site on mobileOK, with the help of claude.ai I added the following custom CSS code to keep the content fixed and properly aligned in mobile view:
@media (max-width: 768px) { .blog .container, .archive .container, .search-results .container, .category .container, .tag .container { overflow-x: hidden; } }
Sorry to inform that I still get the “Invalid/missing request nonce.” error when trying to connect to instagram.
Yes it is:
https://vgfreak.com/wpOK, I edited the .htaccess file and now http://vgfreak.com/xmlrpc.php is available.
However, I still get “Invalid/missing request nonce.” when trying to connect to Instagram.Update: editing the .htaccess file broke my site (the was 404 when trying to access any post).
I reinstated the old one…- This reply was modified 5 years, 7 months ago by avifb.
Thank you for the reply!
The file DOES exists here:
https://www.vgfreak.com/wp/xmlrpc.php
(under the wordpress installation folder “wp”.For some reason it cannot be accessed in the regular way.
Also, my hosting provider offers PHP version (up-to) 7.2 Could that be the problem?- This reply was modified 5 years, 7 months ago by avifb.
OK, got it.
Can you point me maybe to a place where I may find a solution?Forum: Themes and Templates
In reply to: [Twenty Twelve] Tag CloudNot true, the problem appears also in microsoft edge
I have the same issue.
It has began just recently.I have the same problem.
How do you roll back to 4.7.5?Forum: Fixing WordPress
In reply to: SQL Query to extract all posts and pages to txt fileSELECT wp_posts.post_title as Title, wp_posts.post_date as DATE,
GROUP_CONCAT(wp_terms.name) AS TAGS, wp_posts.post_content as CONTENT FROM wp_terms
INNER JOIN wp_term_taxonomy ON wp_terms.term_id = wp_term_taxonomy.term_id
INNER JOIN wp_term_relationships ON wp_term_taxonomy.term_taxonomy_id = wp_term_relationships.term_taxonomy_id
INNER JOIN wp_posts ON wp_posts.ID = wp_term_relationships.object_id
WHERE post_author = 1 AND post_type LIKE ‘post’ AND post_status LIKE ‘publish’ GROUP BY wp_posts.ID order by post_dateForum: Plugins
In reply to: Making featured images clickableup
Forum: Plugins
In reply to: Making featured images clickableuhmm.. help?