chiragpatel2911
Forum Replies Created
-
Wp-admin -> appearance -> editor -> open style.css(it will open by default)
Put this css at the end of the style.css no need to edit any default line of css.
.home .image_list_item:hover .da-animate {
position: static;
}
.home .image_list_item:hover {
padding-bottom: 0px;
}Forum: Localhost Installs
In reply to: How to change Site Address?You can use sql querry to update your database posts with old url to new url.
also need to update home and site url.
please make sure theme array data not affected.
kindly request you to take backup before you fire query.Forum: Themes and Templates
In reply to: [Spasalon] remove media or title of pictureif you want to remove it from all post then you can see
Forum: Themes and Templates
In reply to: [Spasalon] remove media or title of pictureHey,
Screenshot : https://screencast.com/t/3EzmHXa3j
Forum: Themes and Templates
In reply to: [Spasalon] remove media or title of pictureYa sure.
please take a look on this screenshot:
https://screencast.com/t/MjmwlgXruKForum: Themes and Templates
In reply to: [Spasalon] remove media or title of pictureHello allobuzz,
Here is the solution of removing links from SEO.
Screenshot: https://screencast.com/t/iyzVHXtj5ot
Thanks.Forum: Themes and Templates
In reply to: ID HomepageIn the body there is a blog class is there so you can use it to css.
or
You have to create new widget area specifically for index.php.Hello Beda,
Thanks for your response.
Let me know is it possible to repeat field group in particular page template.
For example i want to repeat group fields of name, DOB, sex, Image when page template = “front page” then this repeated group shows only in front page template.for batter understanding please take a look on this image.
Screen shot: https://screencast.com/t/z1YvEv8DCI want this post relationship field group on single page template only.
Forum: Themes and Templates
In reply to: [Theme: divi] Why is my site so slow?I notice that you are minify your css and js.
For this issue “Eliminate render-blocking JavaScript and CSS in above-the-fold content” you need to do this:
Typically this means move the js to the footer.
https://developers.google.com/speed/docs/insights/BlockingJSOptimize images is the main thing to sppedup your site.
Forum: Themes and Templates
In reply to: [Invert Lite] Problem with menu when using loho@duponddupont
this is not wordpresss coding issue you can take support for any designer or theme support.Here i notice that you image has extra heights.
Forum: Themes and Templates
In reply to: [Invert Lite] Problem with menu when using loho@hirenpatel1612
This is not a technical issue.Forum: Themes and Templates
In reply to: ID HomepageWhy you need to get the ID for index.php, it is not wordpress page it is a blog template.
You can write your code directly in index.php.
Forum: Themes and Templates
In reply to: [Invert Lite] Problem with menu when using lohokindly take support of web designer or theme developer.
This is not a technical issue.
Thanks.
Please use this css for hover effect on post look like this video.
Video: https://screencast.com/t/dRMu4g23CpN
put it into style.css at the end of the style:
.home .image_list_item:hover .da-animate {
position: static;
}
.home .image_list_item:hover {
padding-bottom: 43px;
}Hello klonz,
I hope it make seance.
take a look on this screenshot : https://screencast.com/t/hxpZ989fIs it good?
then you need to put a css on you style.css.home .da-thumbs div article {
position: static;
}let me know if still an issue.
Thanks You.