Forum Replies Created
-
AuthorPosts
-
May 8, 2017 at 11:37 pm in reply to: How can i have in front page all the post listed per category. #115483
Mahesh
Participant@gianluca-degiorgio: For this you’ll need to customize the theme further with child theme. You can find more details on creating child theme HERE. I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@justinillig: You can either first delete your current theme and then upload a new one(via FTP or Cpanel or change theme and delete the old one from admin) or use Catch Updater and upload the theme (it’ll be a fresh install).
Install Catch Web Tools plugin and activate Catch Updater Module.
https://wordpress.org/plugins/catch-web-tools/
Please check the video tutorial for using Catch Updater in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8Regards,
MaheshMahesh
Participant@justinillig: If your database is hacked, then this is not possible. If just reinstalling the theme fixes your issue, your setting and data won’t be lost. But if not, you must install fresh copy of WordPress and begin from scratch. I recommend you to seek help from the professionals for this like Wordfence, Securi etc. They may help you with the issue.
Regards,
MaheshMahesh
Participant@nimadude: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.content-area { width: 1200px; } @media screen and (max-width: 1200px) { .content-area { width: 100%; } } .slideshow_container { margin: 0 auto; }Regards,
MaheshMahesh
Participant@franz: Its fine but in small devices, its still divided into two columns. Using percentage works fine too.
#primary { width: 69%; } #secondary { width: 29%; } @media screen and (max-width: 960px) { .widget_search #s { width: 75%; } } @media screen and (max-width: 767px) { #primary, #secondary { width: 100%; } }Regards,
MaheshMahesh
Participant@fireflywebs: Is the issue still occurring? If yes, please try installing fresh copy of the latest version of the theme. If the issue persist, let me know. We’ll need to check on your server for the issue.
Regard,
MaheshMahesh
Participant@justinillig: Your site is hacked, I recommend you to install fresh copy of the theme. If it still doesn’t resolve the issue, try installing the fresh copy of WordPress. And change you password use much more stronger password. Let me know if any problem.
Regards,
MaheshMahesh
Participant@mitchc: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.single #main .entry-footer .entry-meta .tags-links { display: none; }Regards,
MaheshMahesh
Participant@nimadude: Your page is already 1024px wide. Let me know how wide do you want it?
Regards,
MaheshMahesh
Participant@filip_1: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
@media screen and (max-width: 990px) { #menu-pocetna .menu-item { width: 100%; } #access ul li a { text-align: left; } }Regards,
MaheshMahesh
Participant@nimadude: Thank you for your appreciation. If you like my support and Studio theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/studio?rate=5#postform
Have a nice day!Regards,
MaheshMay 8, 2017 at 12:33 am in reply to: Move #feature-slider .entry-container, change color of menu and entry container #115415Mahesh
Participant@webrightcaid: Can you please paste in the exact CSS code that I’ve provided and let me check your site so that I can check for the actual issue.
Regards,
MaheshMahesh
Participant@fireflywebs: I checked the same on our server and its working fine. Try disabling the plugins if you have any. And while selecting Homepage/Frontpage option, please make sure you are on the home page on the right screen (live testing) or try selecting Entire Site option. Let me know if any problem.
Regards,
MaheshMay 8, 2017 at 12:18 am in reply to: Woo Commerce Integration Issues and Font Sizes and Layout #115413Mahesh
Participant@vincent-pan:
1. The bug has been fixed and the update is released. Please update your copy of the theme.
2. Please check the image in the link http://bit.ly/2plrgK3. This is how its displaying on our server.
3. Please use the following CSS:#primary .post ul.cmmrm-route-params li, #primary .page ul.cmmrm-route-params li, #primary .post ul.cmmrm-rating li #primary .page ul.cmmrm-rating li{ background: none; }Note: Don’t use the code directly for the email. Please copy and paste it from the thread only.
Let me know if any problem.
Regards,
MaheshMay 8, 2017 at 12:08 am in reply to: Which sidebar gets bumped to the bottom when the page is narrow #115412Mahesh
Participant@blackwood: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
@media screen and (max-width: 1000px) { .three-columns #main #secondary { display: none; } .three-columns #main .content-sidebar-wrap { width: 67%; } .three-columns #main #primary { float: right; width: 100%; } .three-columns #main #third-sidebar { width: 30%; } .three-columns #third-sidebar .widget { width: 100%; } } @media screen and (max-width: 600px) { .three-columns #main .content-sidebar-wrap { width: 100%; } .three-columns #main #third-sidebar { width: 100%; } }Regards,
MaheshMahesh
Participant@tripandtripsa-s-a: I just checked your site. And now the slider is working fine. Please check the image in the link below:
http://bit.ly/2pWAjTIRegards,
MaheshMahesh
Participant@mailhunter: Thank you for the review. We really appreciate it.
Regards,
Mahesh -
AuthorPosts
