rykios
Forum Replies Created
-
Forum: Plugins
In reply to: Set featured image for all postsTypo fix:
and i need to set first image of each post AS “featured” (thumbnail)Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Usage in responsive themesOh, there is a settings page, responsive is enabled with just a click there, amazing! – i never thought there is a settings page hahaha
Marking resolved ??
10 stars for the plugin!Forum: Plugins
In reply to: [News-Ticker] Reporting a problem fixjust before the close >> just before the
</a>
close.Forum: Plugins
In reply to: [Transposh WordPress Translation] Does not translate – Possible causes?OK i have found the cause, it was the W3 Total Cache plugin.
Looks like W3TC and Transposh are not compatible. Removing W3TC fixed the problem and now pages translate fine.Forum: Plugins
In reply to: [W3 Total Cache] PHP Error, undefined function?ok it is a bug, that function is defined in another file (url.php)
To fix:
Edit file
/wp-content/plugins/w3-total-cache/lib/W3/Plugin/PgCacheAdmin.phpChange line 210 to this:
require_once W3TC_INC_DIR . '/functions/url.php';
Error, sorted. (Still cannot verify that there are pre-cache files generated, as it needs time)
Forum: Plugins
In reply to: [W3 Total Cache] PHP Error, undefined function?I m not a php expert, but it looks like function w3_url_format is indeed undefined. At least not in functions/http.php
Looks like a bug indeed.Result: Preload not working (checked via FTP for new page folders written in cache folder, and verified, only visited pages are cached)
Forum: Fixing WordPress
In reply to: How to get the current category name, inside the loopWorks FINE! ??
Thank you very very much for this help!
Forum: Fixing WordPress
In reply to: How to get the current category name, inside the loopRight ?? will try that! Lets see …
Forum: Fixing WordPress
In reply to: How to get the current category name, inside the loopSadly not working…
in category.php i have added both for a test
<?php $cat_name = get_category(get_query_var('cat'))->name; $cat_name2 = single_cat_title( '', false ); ....
then loop.php calls content.php with the new get_template_part thingy, like this:
<?php while ( have_posts() ) : the_post(); get_template_part( 'content', get_post_format() ); ....
So, in content.php i have added to test both:
<span> <?php echo " test1 $cat_name test2 $cat_name2 endtest" ?>. </span>
Prints the test1 word, the test2 word, endtest – not the variable value – they are empty ??
Live-example page https://bit.ly/xYalrl
PS If i echo both variables from inside category php, they are both fine
Forum: Fixing WordPress
In reply to: How to get the current category name, inside the loopHmmm since all my posts have several categories ( and i only need one when viewing a category page) i will try what you say, save the category name to a variable and see if can pass to the loop
Thank you VERY much for reply !PS variable Needs be global?
Forum: Fixing WordPress
In reply to: Blog sharingIf you mean your clients manually copy and past content (new posts) from THEIR blog to YOUR site too, yes that can be automated.
There are several plugins available, that can follow your clients RSS feeds, check at regular time intervals if new posts, and copy new content (create new posts).
If this is the case, search for “RSS poster”, autopost, autoblog, you ll see some free, and also some payed plugins for this if you also run a google search.
Forum: Fixing WordPress
In reply to: How to fix: guests seeing old theme outdated "latest" postsOnly reasonable answer is those people are indeed viewing a ‘cached’ version.
If you are using ANY cache/speed-optimize plugin, disable it, verify if problem is fixed. If it is fixed, all you need to do is uninstall that plugin and use some other instead. I use W3 total cache without such problems, note there is a SETTING in the cache plugin to treat LOGGED IN members in a different way, never serve cache for them.In case uninstalling cache plugin did not help, see via FTP if there are files/folders of an old cache plugin remaining. If you spot folders named “cache” thats suspicious. Maybe a poorly written plugin installed in the past, and never uninstalled properly, left entries in database too…
Last, you may want to take a look at your domain .htaccess file. Download it with FTP, open it in text editor, there should be only a few lines in there, the default wordpress entry. If any OTHER entries found, please post here so we can take a look.
* Disabling the fancy seo permalinks, should leave you with an empty .htaccess file. Try disable permalinks for a while , see if this solves the problem.Last, but not least:
Visitors reporting this problem, are accessing via proxy, and they probably dont even know it. Maybe their ISP (internet PROVIDER company) is using this technique of serving to clients cached pages! In some countries, this happens …a lot ??
Logging in (use of cookies) forces ISP to override local cache, and serve fres, current contentSorted! Was solely a fb settings issue, not a plugin problem.
Here is a screenshot where you can see all differences between my fb advanced tab and yours, can also see (right-bottom corner, in red color) the original fb settings
Just to let you know i also have a third tab, AUTH tab, titled “The New Auth Dialog” – not sure if you have that tab @ your fb app page
Has some permission and privacy options there, will also try different options there if nothing else worksaha! My advanced tab @fb has VERY different layout and many different options!
I will see what options are common, set my settings according to your screenshot, and try different combinations on all other if needed
Will let you know how it went, and will also post here screenshot of my fb advanced tab, with settings that -hopefully- will work ??Many many thanks!