pdoc
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma Parallax] enable full-width on blog postHi,
I have implemented the suggestion, and actually it works very well.
Is there a way for me to decide which posts will be full width, and which instead will have the sidebar?
Thanks a lot!Forgot to mark it as resoved.
Forum: Fixing WordPress
In reply to: Add new theme: An unexpected error occurredHi,
Just my two cents to try to help, and maybe to report a possible bug:
I am installing wordpress 4.4.2.
I am using the same zip file downloaded from wordpress, that had worked perfectly few weeks ago.
Also this time, the installation seemed to be ok.
Besides that , at the time to search for new themes to install, I had the very same problem reported by RITNB.
I opened the file themes/index.php and noticed that it was like:<?php // Silence is golden.
So it was missing the closing “?>” at the end.
I added that so that now it is:
<?php // Silence is golden. ?>
This solved the problem.
Strange as it may seem, a previou installations in other directories of the same server also generated the “incomplete” themes/install.php, but in that case I had no problem in adding new themes… I am confused at this point ??
Hope this helps,
Regards.Forum: Themes and Templates
In reply to: [Enigma] enigma parallax force full view on mobileHi,
Yes, there is a setting where I can deactivate the mobile theme, in Jetpack plugin.
Now also with mobile the full desktop view is loaded automatically.Thanks a lot for your help!
Forum: Themes and Templates
In reply to: [Enigma] enigma parallax force full view on mobileHi,
site is at https://www.presentardoc.com
my .htacces file is:
################## start of file (this line is not part of it)# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /01_sites/wptest/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /01_sites/wptest/index.php [L]
</IfModule># END WordPress
################## end of file (this line is not part of it)If I enter https://www.presentardoc.com on a mobile, I land to the mobile view, and I have to tap on “View full site” (at the bottom) to display the desktop layout.
If I enter https://www.presentardoc.com/01_sites/wptest then also on a mobile the full view is displayed.Thanks.
Forum: Themes and Templates
In reply to: [Enigma Parallax] enigma parallax https issueHi.
That makes a lot of sense, and in fact it worked ??
Thanks a lot!Hello,
thanks for the quick reply.
The changes suggested allow me to hide the date from the posts in the blog area.
That was actually one of my concerns. thanks.The other question was if I can filter what posts to show in the blog area, based on specific categories (or tags), is it possible?
For example, I want only some posts to be shown, and I create them assigning category “DoNotMissThis”…BR,
Forum: Themes and Templates
In reply to: [Enigma Parallax] enigma parallax https issueHello,
Thanks for your reply.
Please find the page at at:
https://www.presentardoc.com/01_sites/wpress_test/
I can see the “green lock” icon besides the url, with a warning sign, and the message is “Firefox has blocked parts of this page that are not secure”.
If I activate “Enigma” this does not happens, only with “Enigma Parallax”.BR