daily1inch
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Mobile menu not workingI had the same problem after I applied OceanWP. In my case, I uninstall Autoptimzize plugin and then reinstalled & unchecked a few settings and then now it’s working. I have concluded optimization plugin may affect that point.
So I recommend you to check your plugins!
Hi Jarret all problems solved! thanks for your support ! have a great day
Hi Jarret, Could you please ignore the questions above all and help me with 2 questions below?
1. Can you help me to move a thumbnail to the left of the excerpt and make it small? https://snipboard.io/UGOBkP.jpg
2. Can you help me exactly which part can I adjust for margins of 3 parts? ( I think I can adjust margins in CSS file but cannot find where these belong) https://snipboard.io/eBqXl0.jpg
https://snipboard.io/ES9mzu.jpgthank you so much and have a great day!!!
There is one more question!
4. . Can I edit layout and put another side bar one right side so that I can add other widgets too? like this -> https://snipboard.io/ojfsgI.jpg
- This reply was modified 4 years, 7 months ago by daily1inch.
Hi Jarret, thank you very much for your help.
It worked! now I have a list of the posts in pages if I click categories.
I was little bit worried but you guided so nicely, so I could make it.Could you please give me a hand with a few more help?
I attached screenshot links for each question1. I want to make a space between the Date and the preview excerpt.
Can I put enter right after the date but before the excerpt?
https://snipboard.io/x5M3rz.jpg2. Can I make the Date color changed and make it small?
(Is that also possible to remove the calendar shaped icon on the left side of the date?) https://snipboard.io/hDcyPO.jpg3. Can you help me to move a thumbnail to the left of the excerpt and make it small? https://snipboard.io/UGOBkP.jpg
Thanks!
- This reply was modified 4 years, 7 months ago by daily1inch.
Hi, Jarret, I regenerated child theme and I clicked ‘preview’. It is working now well!!!! Would like to step into the next step!
Have a great day and talk to you soon
Forum: Fixing WordPress
In reply to: Help me to fix low speedthanks for the material! will look into it
thanks
Forum: Fixing WordPress
In reply to: Help me to fix low speedI installed autoptimize and actvate inlin & defer css now there is no direct factor regarding to render blocking resources, but it says ‘enable text compress’ can I do that also with autoptimize ? thanks
Hi Jarret, I clicked ‘activate’ but I think it doesn’t work well. Nothing on the webpage I see nothing…
The link you shared suggests to make a ‘functions.php’ file but when I made the file, WP says that I should make an ‘index.php’ file. So I changed the file name from ‘functions.php’ to ‘index.php’ but I see nothing when I activated.
If I changed back to the file name to ‘functions.php’. An error pops up in WP and says I need an ‘index.php’ file. Think I should fix this first.
Will get back to you soon
Thanks
oh my god. sorry it changed. it changed into pink. I am sorry it wasnt’ applied when I tried this morning but it works now… sorry for wasting your time!
You can see here -> https://snipboard.io/fes8Vx.jpg
It looks pink color selected for selected text, but still in black
For #1, I created a ‘twentyfifteen-child’ folder under ‘wp-content’ and created style.css & index.php inside the folder.
For style.css, I added below.
/*
Theme Name: Twenty Fifteen Child
Template: twentyfifteen
*/For index.php, I added below.
`<?php
add_action( ‘wp_enqueue_scripts’, ‘my_theme_enqueue_styles’ );
function my_theme_enqueue_styles() {$parent_style = ‘parent-style’; // This is ‘twentyfifteen-style’ for the Twenty Fifteen theme.
wp_enqueue_style( $parent_style, get_template_directory_uri() . ‘/style.css’ );
wp_enqueue_style( ‘child-style’,
get_stylesheet_directory_uri() . ‘/style.css’,
array( $parent_style ),
wp_get_theme()->get(‘Version’)
);
}and now I see like this -> https://snipboard.io/IAdL5C.jpg
is this correct?Hi Jarret, thanks for reviewing my website.
What I expected to see it like below. Instead of a list of full contents, I expected to see a list of short versions like below which will be opened to a full page if I click ‘read more’
https://snipboard.io/AQcMLC.jpg
Thanks!
Hi Jerret, thanks for quick response.
If you refer to the link above, now we can change selected text color in a block which was not possible in old version of WP. We were only able to change the entire block text color.
If I select a part of a block and then click change text color with the function within a block, the color does not change.
Could you please check if this isn’t supported yet in twenty fifteen?
Thanks