Forum Replies Created
-
AuthorPosts
-
PsinkKeymaster
Hello @ Diego Morilla
I’m quite confused regarding the query. I guess you are trying to say that you want to change the “Read More” button label.
Please follow the screen record to replace the “Read More” Label
https://www.awesomescreenshot.com/video/2247305?key=5e54c2190d5cd2e75d4a356454218105I’m still not clear on this line “I transparent, without a colored background, just like it appears in the demo”
Can you please confirm that you want to make the button background transparent?
And please share your site URL
Regards,
PsinkPsinkKeymasterHello @John Barbagallo
We are really sorry for having you in trouble sorting homepage section. For now, we have contact the theme author to look into this issue. We will come back to you after the theme author fix this issue.
Regards,
PsinkPsinkKeymasterHello @Minature_hero
Currently, there is no meta description tag in the theme. That’s why the meta description is missing. If you want to add the meta description tag, you can add it by yourself between the head tag in the code.
i.e
Regards,
PsinkPsinkKeymasterHola diego
Lo sentimos mucho, no teníamos tutoriales en video. Todo lo que tenemos son instrucciones escritas.
No entendí el problema real del que intenta hablarnos.
¿Puedes compartir la URL de tu sitio? Y describa su consulta con más detalle y, si es posible, comparta capturas de pantalla del problema, sería útil descubrir el problema real un poco más rápido.
Y la próxima vez, comparte tu consulta en inglés.
Saludos,
PsinkPsinkKeymasterHello @Minature_Hero
I see it’s working on your site too.
Check This Screen Records
https://www.awesomescreenshot.com/video/2241487?key=6f1c80ca74794d1b927c703761867521The site Title is also working well. I guess you have not set the site title. I see there is only a logo and tagline on your site.
https://www.awesomescreenshot.com/video/2241500?key=81790e4ea916f20b1d005d03e3821a3a
Regards,
PsinkJanuary 1, 2021 at 11:11 pm in reply to: How to translate trip type to spanish with WPML Plugin #141827PsinkKeymasterHello @Beatriz Haubi
Please contact directly to the WP Travel Pro author
Here is the link
https://wensolutions.com/contact/Regards,
PsinkPsinkKeymasterHello @Aghalkhan
This theme is from ‘magikcommerce’.So Can you please contact at https://www.magikcommerce.com/?
Check This Image https://ibb.co/FVtJVnc
Regards,
PsinkPsinkKeymasterHello @Michael
There is no issue with the theme. I guess you have tried to remove Footer credit manually from the theme and got the issue.
Regards,
PsinkPsinkKeymasterHello @Minature_Hero
We have added the H1 properly. Maybe there is a Cache issue or something like that.
As you can check in our demo site https://demo.wenthemes.com/wen-corporate/page-layout/, here you can see the page title is H1 and if you go to homepage https://demo.wenthemes.com/wen-corporate/ site title is h1.
Can you please share your site URL?
Regards,
PsinkPsinkKeymasterHello @Suguna
Please add this CSS to the theme
#header-featured-image h1.page-title { display: none; }
Too Add above CSS, Go to Admin panel >> Appearance >> Customize >> Additional CSS, there paste CSS code and published then refresh
Regards,
PsinkDecember 31, 2020 at 12:15 am in reply to: Change size of featured Image on Archive page view #141731PsinkKeymasterHello @Claire
Here we have got a few CSS, Please add this in the theme
To do soo, Go to Admin Panel >> Appearance >> Customize >> Additional Css, There paste below CSS then published and refresh, you will get changes
.blog .archive-post-wrap .hentry .hentry-inner { display: flex; } .blog .archive-post-wrap .post-thumbnail { width: 35%; } .blog .archive-post-wrap .post-thumbnail img { width: 100%; object-fit: cover; } .blog .archive-post-wrap .entry-container { width: 65%; padding-left: 20px; } .blog .archive-post-wrap .more-link { margin-top: 20px; } @media screen and (max-width: 767px) { .blog .archive-post-wrap .hentry .hentry-inner { display: block; } .blog .archive-post-wrap .post-thumbnail { width: 100%; } .blog .archive-post-wrap .entry-container { width: 100%; padding-left: 0; } }
Hope this CSS will help you out
Regards,
PsinkDecember 30, 2020 at 10:36 pm in reply to: Image and background in the 1st section of the front page [2nd part] #141726PsinkKeymasterHello @SamOO
Please follow theme instruction
https://themepalace.com/instructions/themes/myself/#doc-introduction-section-13Or you can follow screen record on it
https://www.awesomescreenshot.com/video/2226941?key=8e758c1b5c3a6446c7f7f8147e5df833Regards,
PsinkPsinkKeymasterHello @Suguna
Please follow the theme instruction https://themepalace.com/instructions/themes/elead-pro/#doc-how-to-set-static-front-page-4
Or, You can watch screen record to know how to set up the blog page in the theme
https://www.awesomescreenshot.com/video/2219427?key=de5e22ddaf5a6ad0bf10ea25f411e088Hope this will help you out
Have a good day and a great new year
Psink
PsinkKeymasterHello @BJBUNDY
For Query ( a ) add this CSS in Additional Css
– For “News & Gossip”
.archive-blog-wrapper h2.section-title { color: #900e0e; }
– For “New Pics & Videos”
#latest-post h2.section-title { color: #900e0e; }
– For “Live & Rockin’ – New shows in the Guide”
#must-read h2.section-title { color: #900e0e; }
– For “Events & Promoters”
#featured-post article .section-title a { color: #900e0e; }
– For “New Releases”
#featured-post .design .section-title a { color: #900e0e; }
If you want to make all headlines the same color you can combine all of them as follows
.archive-blog-wrapper h2.section-title, #latest-post h2.section-title, #must-read h2.section-title, #featured-post article .section-title a, #featured-post .design .section-title a { color: #900e0e; }
Change the color code as per your requirements
For Query ( b ) add this CSS to hide ‘By’ from the topmost section and button section
.archive-blog-wrapper .byline, #featured-post .byline{ display: none; }
For Query ( c ) – Add this CSS to make date unclickable all over the site
span.posted-on { pointer-events: none; cursor: default; }
For Query ( d ) – it seems we have to fix it in the code, Please wait until we released the update – we will notify you about the update within 48 hrs
For Query ( e ) – Please add this CSS
for the top navigation
#top-navigation{ background-color: #b7bbaa; }
for the first section
.archive-blog-wrapper{ background-color: #b7bbaa; }
for the second section
#latest-post{ background-color: #b7bbaa; }
for the third section
#must-read .entry-container{ background-color: #b7bbaa; }
for the last section
.education-wrappe{ background-color: #b7bbaa; }
Please add all of this CSS in Additional as you have done earlier
Have a great day
Psink
PsinkKeymasterHello @Michael
Sorry for having you in trouble with one of our themes. I guess you are talking about the message ‘There has been a critical error on this website.’ at the bottom of the page.
Can you please confirm that because I did not see any “visit website” at the bottom of the page?Regards,
Psink -
AuthorPosts