Hiren Patel
Forum Replies Created
-
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Stop rich reviews starting a new lineHi, @emma36
you can do it using the HTML and customize CSS like this or if you don’t mind you can share the link of the page so we can look further.<div style=”display:inline-block;”>
<div style=”float:left;”></div>
<div style=”float:right;”>[RICH_REVIEWS_SHOW]</div>
</div>- This reply was modified 5 years, 1 month ago by Hiren Patel.
- This reply was modified 5 years, 1 month ago by Hiren Patel.
- This reply was modified 5 years, 1 month ago by Hiren Patel.
Forum: Plugins
In reply to: [HB FreshDesk] Fatal Error on activateHello @aedelgod,
Thanks for reaching out to us.
We have fixed your bug in our latest version of a plugin. please update our plugin with the latest version. So, you can activate our plugin.
Let us know if you have any query.
Thanks- This reply was modified 6 years ago by Hiren Patel.
Forum: Fixing WordPress
In reply to: Background suddenly turned black from whiteShould be you changed THEME color scheme from theme option..!!!
if not than you need to add/update CSS File to solve this
body{
background:#000;
}Forum: Fixing WordPress
In reply to: WordPress blog in a Webplus site?I don’t think, you can connect WP tool with your webPlus..!!
You can create directory(hostname.com/blog) and move WP over there and it will work..!!
You can install some plugin in wordpress and it will happened using APIs
Hopefully this will help you..!!
Thanx
Forum: Localhost Installs
In reply to: ERROR: "Table Prefix" must not be empty.$table_prefix = ‘wp_’;
is it there in wp-config.php file ?
when you install WordPress, you must need to write something in that field… i.e “wp_”
Forum: Fixing WordPress
In reply to: PaddingOpen style file @ https://www.parlieri.com/wp-content/plugins/so-widgets-bundle/widgets/features/css/style.css
or
Appearance > Editoradd this code in that file at bottom..!!!
#masthead{
margin-bottom: -7px;
padding: 0;
}Hopefully, it will work…thanx
Forum: Themes and Templates
In reply to: [OnePress] Fixed SidebarHello,
Using CSS it’s possible to scroll Sidebar
Thanks
[Signature links removed by moderator per forum rules.]Forum: Themes and Templates
In reply to: [Modality] remove setup Opaciti and background-colorYou have to use CSS to remove background
background:transparent;
[Signature links removed by moderator per forum rules.]
Forum: Themes and Templates
In reply to: Social iconsFrom wordpress theme backend, once you add proper link.. I wll be display there
Thanks
[Signature links removed by moderator per forum rules.]Forum: Themes and Templates
In reply to: [Olsen Light] Footer problemtd#footer{
bottom: 0;
left: 0;
position: fixed;
width: 100%;
}add this in your style.css file
Thanks
Forum: Themes and Templates
In reply to: [Argent] removing header from the siteok, will take care of it…
Thanks
Forum: Themes and Templates
In reply to: [Argent] removing header from the site.site-branding{ display:none; }
try this to remove Banner..!!
[signature removed]
Forum: Themes and Templates
In reply to: [Customizr] Customizr and W3totalcacheHello,
All options are there in WP-CACHE tab in WP backend..!!!
If you need to increase speed of site than try to reduce images size that will show you real speed of site..!!! Minifying JS/CSS not effect that much to site speed..!!!
[signature removed]
Forum: Themes and Templates
In reply to: [evolve] [Theme: EvoLve] Add own icons to content boxYou can find icon image and replace it with CSS coding easily..!!!
[signature removed]
Forum: Themes and Templates
In reply to: [Olsen Light] Footer problemYou need to use CSS to make it FIX at bottom..!!! If you know CSS, you can do it easily..!!
[signature removed]