FiWeBelize
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Tag Widget not displaying properlyRocco,
I noticed that when I disabled this plugin the issue went away, sorry for not noticing this earlier.
Forum: Themes and Templates
In reply to: [Customizr] Turn off Customizr NoticesThat did it, thanks for the quick reply.
Forum: Themes and Templates
In reply to: [Customizr] Tag Widget not displaying properlyRocco,
Thanks for letting me know this is being looked into. As for the weird text, I understand the size to frequency styling. I meant the way it breaks the lines, some are really short, some are long. Not sure if that is part of the issue that is being looked into but I thought it weird since it’s overflowing that the lines weren’t all overflowing.
Will look forward to updates on the fix.
Forum: Themes and Templates
In reply to: [Customizr] Non Standard width on posts pageClosing out as I solved the main issue.
Forum: Themes and Templates
In reply to: [Customizr] Non Standard width on posts pageFigured out the full width piece. Would still like to know why only one post was using the full width tho..
Forum: Themes and Templates
In reply to: [Customizr] Using Hack FontThanks @emranemranx,
Will look into your suggestions.
Forum: Themes and Templates
In reply to: [Customizr] Wrapping ExcerptActually, I would like for the text that goes past the image to wrap around it.
The way it looks lie right now is as if there are two columns, one for the text and one for the image.Forum: Themes and Templates
In reply to: [Customizr] Pro updated; regular Customizr got an errorSounds like your host can’t get to the server because of DNS Config Issues. Check with your hosting provider.
- This reply was modified 9 years ago by FiWeBelize.
Forum: Fixing WordPress
In reply to: Ubuntu and Nginx – SSL Works but only homepage loadsActually.. You were right… I added the
try_files $uri $uri/ /index.php$is_args$args;to my sites-enabled config file. For some reason the tutorial I followed missed that in their config.
They had the section of the file as:
location / { if ($scheme = http) { return 301 https://$server_name$request_uri; } }I changed it to:
location / { try_files $uri $uri/ /index.php$is_args$args; if ($scheme = http) { return 301 https://$server_name$request_uri; } }Thanks Pothi.
Forum: Fixing WordPress
In reply to: Ubuntu and Nginx – SSL Works but only homepage loadsHere’s the output from /etc/nginx/nginx.conf
user www-data; worker_processes auto; pid /run/nginx.pid; events { worker_connections 768; # multi_accept on; } http { # Basic Settings sendfile on; tcp_nopush on; tcp_nodelay on; keepalive_timeout 2; types_hash_max_size 2048; # server_tokens off; # server_names_hash_bucket_size 64; # server_name_in_redirect off; include /etc/nginx/mime.types; default_type application/octet-stream; # SSL Settings ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE ssl_prefer_server_ciphers on; # Logging Settings access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log; # Gzip Settings gzip on; gzip_disable "msie6"; include /etc/nginx/conf.d/*.conf; include /etc/nginx/sites-enabled/*; }Forum: Fixing WordPress
In reply to: Ubuntu and Nginx – SSL Works but only homepage loadsLooking at my nginx logs I see this:
2017/03/27 23:33:30 [error] 2640#2640: *2520 "/var/www/html/tag/firefox/index.php" is not found (2: No such file or directory), client: <IP-ADDRESS>, server: fiwebelize.com, request: "GET /tag/firefox/ HTTP/1.1", host: "fiwebelize.com" 2017/03/27 23:33:34 [error] 2640#2640: *2519 "/var/www/html/articles/index.php" is not found (2: No such file or directory), client: <IP-ADDRESS>, server: fiwebelize.com, request: "GET /articles/ HTTP/2.0", host: "fiwebelize.com", referrer: "https://fiwebelize.com/"Forum: Fixing WordPress
In reply to: Ubuntu and Nginx – SSL Works but only homepage loadsHave disabled every single plugin and it’s still broken.
Forum: Fixing WordPress
In reply to: Ubuntu and Nginx – SSL Works but only homepage loadsI’ve tried steps in here: https://code.tutsplus.com/tutorials/options-for-ssl-in-wordpress–cms-21995
and here: https://fancythemes.com/fix-broken-permalinks-wordpress/Forum: Themes and Templates
In reply to: [Customizr] Adding meta and other to headNever mind. Found a plugin that works perfectly…
Forum: Themes and Templates
In reply to: [Customizr] Bank Page when customizingThanks for the assist.