bayu-angora
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Hide Date and Update Snippet DescriptionI take this screenshot.
Pic above is taken from my dashboard.
The snippet is right regarding to what I want.
The description snippet is regarding to my post content.Pic below is taken from search engine result.
There is the date with random unwanted description.Forum: Fixing WordPress
In reply to: Hide Date from Snippet and Search EngineOk. Thanks.
Forum: Fixing WordPress
In reply to: Enable / Disable Genericons FeatureBut the http request for genericons still loaded even the theme has no feature to show the genericons, right?
Forum: Fixing WordPress
In reply to: Warning About Error Code and Validation on W3Thanks, Jeff.
Forum: Fixing WordPress
In reply to: Warning About Error Code and Validation on W3Thanks for answer. I will try to fix it.
Forum: Fixing WordPress
In reply to: Multiple SoundCloud Track Into 1 ScriptI added more tracks.
The total 8 tracks now.Forum: Fixing WordPress
In reply to: Too Many JS FilesResolved.
Forum: Fixing WordPress
In reply to: Too Many JS FilesThanks for suggest, Hardeep.
Forum: Fixing WordPress
In reply to: Too Many JS FilesBut I see some wordpress site
that less JS on their site.Maybe about 2 or 3 JS in total.
Forum: Fixing WordPress
In reply to: Problem with my site's search engine hitsTry to modify your site description.
Forum: Fixing WordPress
In reply to: Optimize Web Load TimeThanks for your answer, James.
Cheers!
Forum: Fixing WordPress
In reply to: Optimize Web Load TimeHi, James.
Thanks for your answer.I like the default font from TwentyFifteen (noto serif).
if I remove web font, my whole page will be times new roman, right?By the way, I mean 200ms about server response.
I read it from Google page insights.You should reduce your server response time under 200ms. There are dozens of potential factors which may slow down the response of your server: slow application logic, slow database queries, slow routing, frameworks, libraries, resource CPU starvation, or memory starvation.
https://developers.google.com/speed/docs/insights/Server
200ms for server response?
Is there a way to get it?Forum: Plugins
In reply to: [WP Fastest Cache] Web Load Time Under 1 Second?I used Incapsula about a month ago (before I used WPFC).
Yesterday I tried to integrate Incapsula on WPFC CDN setting.
But I found my web going slow load after I integrate it.
So, I disable CDN setting and back to my old setting.
And I found my web load faster again like before.Forum: Themes and Templates
In reply to: [Ignite] Error Header MenuThanks for support, Ben. It works.
But I will try to switch to another theme first for a while.Forum: Themes and Templates
In reply to: [Ignite] Error Header MenuHello, Bensita.
Thanks for response.No, I mean I don’t want my menu going to more than 1 line.
I just want to keep my menu as 1 line (span menu) on standard view.
-> https://ctrlv.cz/wxIAOr just going to wrap (toggle menu) when they are on mobile view.
-> https://ctrlv.cz/n5DVSo, they are no chance to error or going to more than 1 line.
-> https://ctrlv.cz/U7QLI also try to modify my code like this.
But still no fix when I reach between 800px to 1030px.#overflow-container
{width: 80%; margin-left: auto; margin-right: auto;}#title-info
{margin-left: 10%;}#menu-primary ul.social-media-icons
{margin-right: 10%;}@media all and (min-height: 600px){
.site-header
{position: fixed; width: 100%; z-index: 9999;}.overflow-container
{padding-top: 60px;}}@media (max-width: 800px){
#logo
{margin-right: 65px;}#toggle-navigation i.fa-bars
{margin-left: 65px;}}.menu-primary
{font-family: roboto slab; font-size: 18px; font-weight: 600;}#site-description
{display: none;}.social-media-icons i
{font-size: 24px;}.entry-title, .excerpt-title
{font-size: 24px; font-weight: bold;}.more-link
{color: #ff0000; font-weight: 600;}.pagination
{color: #ff0000; font-weight: 600;}.entry-categories p, .entry-tags p
{font-size: 16px;}a:link, a:visited, a:hover, a:active
{text-decoration: none;}#sidebar-primary section.widget .tagcloud
{line-height:28px;
text-align: right;
padding-bottom: 24px;}.site-footer
{display: none;}I want my menu just going to wrap (toggle) before going to 2 lines.