bensita
Forum Replies Created
-
It has some content protect that doesn′t allow me to inspect the site, could you disable it?
Forum: Themes and Templates
In reply to: How to change the color for my theme .Your site is under construction, so we cannot see it ??
I′m not sure about why the difference between local and live.
But I was checking and it seems that I uses images hosted on another site and that site is not accesible right now.
This is an example of images that your sites uses from that other site:
https://testdevlock-copy.dev/wp-content/uploads/2016/01/keys-1024×768.jpg
This site isn′t working at all https://www.testdevlock-copy.dev/
Hope that help you!
Forum: Fixing WordPress
In reply to: How to align to left the category pageTo remove post date you just need to add this code to the CSS option that you choose from above.
.post-date-wrap { display: none; }
Let me know if it works!
Forum: Fixing WordPress
In reply to: How to align to left the category pageHi,
To align text to the left you must change where it says “center” to “left”
GENERAL POST STYLING ================================================ */ .loops-wrapper .post { text-align: center; /* make archive post view text center */ }
To do this you can:
1. Use a Child theme: https://codex.www.ads-software.com/Child_Themes2. Install Custom CSS plugin https://www.ads-software.com/plugins/simple-custom-css/
3. Modify directly this file (not recommended)
https://www.john14-six.com/wp-content/themes/themify-ultra/style.cssThis last option is not recommended because if you update the theme will overwrite your changes.
Please share a link to your site!
Forum: Fixing WordPress
In reply to: How do I align my posts to the left hand side of the page?It looks like you are not using a Child theme.
You can try pasting this on a custom CSS field:
@media screen and (min-width: 61.5625em) body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content { float: left; margin-right: -100%; margin-left: 34.99999999%; width: 50.00000001%; margin: 0; }
If you don′t have a custom CSS field on your theme you can install this plugin:
https://www.ads-software.com/plugins/simple-custom-css/
1. Activate plugin
2. Go to Appearance > Custom CSS
3. Paste the code above.
4. Update custom CSS.Let me know if that helped you out!
Forum: Fixing WordPress
In reply to: How do I align my posts to the left hand side of the page?This is what you want to achieve?
https://www.awesomescreenshot.com/image/929287/36304e3e30c15b66e4d86f3df4f85ad1
Forum: Themes and Templates
In reply to: Long Space After Like ButtonHi ,
You mean this space?
https://www.awesomescreenshot.com/image/929260/e30bd7132de51b939aa4411c0e3bfaf5You should add this to your CSS:
.entry-meta.bottom { display:none; }
Let me know if it helps!
Forum: Themes and Templates
In reply to: Jetpack Popular Posts widget in verticalLet me know if that helps!
Forum: Themes and Templates
In reply to: [Zerif Lite] About Page Won't Display Themed Graphics ProperlyOk, I don′t see anything wrong.
Maybe what you want is to change some font sizes to make it look good?
Try locating “.about-us .big-intro” insidehttps://www.project-video.org/wp-content/themes/zerif-lite/style.css
(line 2052)Look for font-size and give it a lower value.
Let me know if that helps!
Forum: Themes and Templates
In reply to: [Dazzling] Slider Height Bug On First LoadPlease share a link to your site ??
Forum: Themes and Templates
In reply to: resetting the CSSYour content is safe ??
I′m glad that I helped you!
Forum: Themes and Templates
In reply to: Jetpack Popular Posts widget in verticalUnfortunately, I never used Headway Themes.
As far as I can see, It has a visual editor / Template builder, so maybe you can create a new footer area full width and place your widget there?Forum: Themes and Templates
In reply to: resetting the CSSHi wordpresshatesme,
When you want to change some changes to a theme, it would be better to use always a child theme, so the original theme isn′t modify.
Please check: https://codex.www.ads-software.com/Child_Themes
Now, if you didn′t create a child theme you can do this:
1. Activate any other theme.
2. Delete sugar & spice theme
3. Install it again and activate it.You will get a fresh copy of that theme ??
Hope that helps you!