pedger
Forum Replies Created
-
Well, I thought that only you could pass this information to developers, since it is a problem with Jectpack.me website. Volunteers have no power over that, I suppose.
Am I wrong? 🙂
Thanks
Hi Jeremy
It didn’t work.
I tried also with another wp.com account I have, just in case…. same behaviour.
What do you have to say about https://jetpack.me/support/debug/ showing one info and debug page from my site stating another? Is this a bug in jetpack? 🙂
Do you have any clue on what have I done wrong? It is indeed the first time I use jetpack, and I installed on my localhost because I wanted to show related posts in another location than right next to content, using https://jetpack.me/support/customize-related-posts/ customizations . I tried to use some fake related posts content that I found instructions somewhere but didn’t suceeded. Then, I uploaded the database using “wp-cli search-replace”. It didn’t work at first, but someday out of the blue it started working. I had to change some CSS for that and had it disabled by commenting the code in my theme that echoes the shortcode at some point of single.php. When I turned it back on, it never worked again.
Is there anyway for me to check the dummy content I inserted, or/and a way for me to check my database for erroneous data?
let’s start from that.
Ah, a remark. http://flexperto.assets.camp is a staging server. We will change to the official URL soon, I imagine I’ll have the same problem again, am I right?
thanks.
oh, sorry… didn’t close a “pre” tag correctly, i guess…
Forum: Fixing WordPress
In reply to: .htaccess permalinks redirectwell… can you paste here the contents of your .htaccess? please do it with the “code” tag above the editor.
Here, mine looks like this:
Options +FollowSymLinks -SymLinksIfOwnerMatch # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wp-raw/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wp-raw/index.php [L] </IfModule> # END WordPressAlso, do you know what kind of webserver are you using? Apache? Nginx? This is important because to make custom permalinks work, you have to setup the webserver to accept this kind of redirects.
For now, you can use the default permalink (that one that looks like http://YOURSITEHERE/?p=123) and your blog should work again.
Forum: Fixing WordPress
In reply to: .htaccess permalinks redirectHi
There is a lot of info on https://codex.wordpress.org/Using_Permalinks page
You can focus on “Automatically updating .htaccess” if you want, since it may automatize your process.
I hope that helps.
If you have more questions, please reply
Forum: Fixing WordPress
In reply to: No comment box on natural theme wordpressHi Sara
Try to check if this specific post has comments disabled.
Go to your Posts list, click on Quick Edit below a post name and check the status of “Allow Comments” option.If it is disabled, you could bulk edit the post you want to enable comments:
Posts >> select them all and “Edit” under bulk actions and hit apply >> choose “allow” next to comments and hit update posts.Hope that helps. Please post here back if this works for you.
Forum: Themes and Templates
In reply to: [Arcade Basic] Content alignment and widthHi @justincgrammer
In your case, it seems that a CSS code is preventing the content to occupy the whole screen.I found it on line 949 of style.css
.content-area { width: 750px; float: left; }try removing width:750px;, leaving like this:
.content-area { float: left; }Hope that helps!
Forum: Themes and Templates
In reply to: [Enigma] Posts againYou’re welcome.
Forum: Themes and Templates
In reply to: [Arcade Basic] Content alignment and widthIn that case, what I can recommend is that you use alignment to the right instead of left.
The way that this theme is made make somehow difficult to overcome this problem.
Nonetheless, you can try modifying your CSS rule at style.css line 4993 to 30px instead of 15px, like this:
.alignleft { float: left; margin: 0 30px 15px 0; }or add a new rule with your css plugin like this:
.alignleft { margin-right: 30px !important; }Forum: Themes and Templates
In reply to: [Arcade Basic] Content alignment and widthsorry, here’s the link to the screen shot again:
Forum: Themes and Templates
In reply to: [Arcade Basic] Content alignment and widthI see that you blog has a sidebar (with Categories widget)
Do you want to remove the sidebar, is that it? so the contents fill the entire page (something like this: https://pedger.files.wordpress.com/2015/07/riso_venere_con_gamberi_cozze_e_zucchine_-_appunti_genuini_-_2015-07-29_10-40-40.png )
let me know
Forum: Themes and Templates
In reply to: [Arcade Basic] Content alignment and widthHello Giulia
Can you provide a link to your website, so we can help in a better way… each theme has its own styles, so it’s very hard to help without knowing which one you are using.
thanks
Forum: Themes and Templates
In reply to: [Enigma] Posts againHi
In you style.css file, lines 2403 and 2407-2408, you have commented lines
If you remove those comments, leaving it like this:
.nav-previous { float: left; width: 50%; } .nav-next { float: right; text-align: right; padding-left: 15%; width: 50%; }does that do the trick?
Also, you may want to remove line 2409 (padding-left)
Try it and tell me if is that what you needed.
regards
Forum: Fixing WordPress
In reply to: Unable to login with IE on local network@rottensod, have you got the answer to this problem? Because I’m having the exact same issue but in my case its on production server, localhost works fine.
Hi
Gabriel and I translate PollDaddy (v1.8.8) plugin. The file is available at http://hacklab.com.br/files/2010/12/polldaddy-pt_BR.po or via the following post: http://hacklab.com.br/2010/12/17/traducao-pt-br-polldaddy/
Thanks and enjoy!
Olás. Eu e o Gabriel fizemos a tradução do novo plugin PollDaddy e o arquivo .po está disponÃvel nos links acima. Aproveitem!