Maruti Mohanty
Forum Replies Created
-
Hi
did you get a solution to the above issue?
I am presently looking for a solution
Thanks in Advance
Hi
Go to lib/rich-reviews-db.php line number 33 and add an extra space between “PRIMARY KEY” and “(id)”
and that will do the trick
Forum: Themes and Templates
In reply to: [Hiero] Responsive Actions not workingHi
The theme is resposive by default, but you have made a loads of customization and haven’t followed the best practices and have messed up things.
Meta slider is a responsive slider, so i am not sure why you are having issues with the slider. Please check with the settings and this should be done.
Also you have used tables in the structure, and tables are difficult to make responsive so I prefer to avoid tables and would advice the same to you.
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Changing The Background On SidesHi
You can do this by adding the following codes to the theme’s style.css file. Here I would suggest you to make the changes using child theme, so that this change along with other changes made will stay preserved even after theme updates
You need to upload an image you want to use as a background and use it like below.
.site-main { background-image: url("http://www.topropepress.com/wp-content/uploads/2014/08/wwe-network-logo.jpg"); }then add the below to readjust the main container
.site-main .container { background: none repeat scroll 0 0 #fff; padding: 20px; }Hope it helps!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Disappearing Sidebar on main pageHi
I looked into your site and can understand the issue you are talking about.
I looked into the source code and the side bar is there, the issue is you have messed up with the structure. The structure is something like below.
<div class="clearfix container"> <div id="primary" class="content-area"> <div id="widget-area-2" class="site-sidebarSo if possible fix it else the easiest solution would be to download the theme again and replace index.php, content.php and see if that fixes the issue.
Hope it helps!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Sub-Menu on Mobileyou are welcome 🙂
Forum: Themes and Templates
In reply to: [Fashionistas] Menu in mobileHi lexarc,
Did you try removing the above codes from the style.css and see if this works?
if so please paste your style.css in pastebin and share the link here.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Search in Top Menu BarHi juanita.lum
I would say that in this community, we try our best to keep a thread exclusive and so even a slightest change should be addressed in a new thread. I hope you would follow that hence forth.
Now for your modification.
You can do this by adding the following codes to the theme’s style.css file. Here I would suggest you to make the changes using child theme, so that this change along with other changes made will stay preserved even after theme updates
.site-sidebar .widget_search .search-field { width: 60%; }Hope it helps!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Border around sidebarYou are welcome. Glad it helped 🙂
Forum: Themes and Templates
In reply to: [Fashionistas] Featured ImageHi justusandlove,
can you explain what do you mean by other pages here.. I checked few of you posts and the images look Ok to me and as you wanted.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] A few ??? From newbieHi Mrs-a
Can you please create new threads for the relevant issue.
This way we can keep the issues exclusive and will serve the purpose of the community.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Border around sidebarHi
You can do this by adding the following codes to the theme’s style.css file. Here I would suggest you to make the changes using child theme, so that this change along with other changes made will stay preserved even after theme updates
.site-sidebar { border: 1px solid #000; margin: 0 0 0 -322px; padding: 10px; }Hope it helps!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Mobile Menu DisappearingHi
can you share a link for us to have a look
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Images DisappearingHi
I still see images in the post(s).
can you share a link from where you find the images missing from?
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] How do I change the color of all the links?Hi
Yes the link you have provided above should do the trick.
Only leave or dont use the below codes
.entry-title a { color: #000; } .entry-title a:hover { color: #000; }The above changes the color for the title
Hope it helps!
Thanks