Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@radeko: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
figure.featured-image { text-align: center; }Regards,
MaheshJanuary 26, 2017 at 9:29 am in reply to: Widget Footer Areas 1, 2, 3 and 4 are not responsive (mobile friendly) #108049Mahesh
Participant@blantonlaura: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
@media screen and (max-width: 600px) { #supplementary.four .footer-col { float: none; margin-right: 0; width: auto; } }Regards,
MaheshJanuary 25, 2017 at 5:08 pm in reply to: Error in my excerpt says \"→rarr\" after \"continue reading\" #107999Mahesh
Participant@seebliss: Just to let you know that the theme has been updated and is now available. Please update and check if the issue is resolved. Let me know if any problem.
Regards,
MaheshMahesh
Participant@sanket: Please replace
<div class="powered-by">Sanket Arora</div>with the following code:
<div class="powered-by"><a href="https://www.myblog.medtreatserve.com/sitemap/" target="_blank">Sitemap</a> | Sanket Arora</div>Regards,
MaheshJanuary 25, 2017 at 4:03 pm in reply to: Category label: change color or set image background #107992Mahesh
Participant@lucapizzonia: Please use the following:
.category-170 .page-header .page-title { background-image: url("pathofimagefile"); }Regards,
MaheshMahesh
Participant@sanket: Just checked your site, seems you have already put the sitemap link in the footer. Let me know if you want any further help.
Regards,
MaheshMahesh
Participant@craigbrowne: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@novaglenn: Just tested your site, the menu and featured image issue was because of WP Fastest Cache. And about the dropdown menu, seems like a plugin issue. Please try disabling the plugin one by one and check if that resolves the issue. Since you’ve lots of plugins activated, I don’t want to cause any issue on your live site because of testing. Let me know if any problem.
Regards,
MaheshJanuary 25, 2017 at 2:46 pm in reply to: Image Gallery Carousel is not working with Lucida Pro | Premium WordPress Theme #107983Mahesh
Participant@haralanov: Are you using any other plugins other than Jetpack, please try disabling the plugin and check if that resolves the issue. Let me know further.
And for the other issue, our team is on to it.Regards,
MaheshMahesh
Participant@kayaker4157: May be a caching problem. I tried the same with the child theme on our server and it is working fine. Let me know further.
Regards,
MaheshJanuary 25, 2017 at 2:27 pm in reply to: How do i create a "dropdown list" below the primary menu in Clean Journal Pro? #107977Mahesh
Participant@travelsis: Please post in your site url. You mean to add sub menus or another menu? And where do you want to attach the pic?
Regards,
MaheshMahesh
Participant@audun:
1. How can I also change the site-title hover color? For this I want it to turn into white instead of red..site-title a:hover, .site-title a:focus { color: rgb(255, 255, 255); }2. I still want to know whether it’s possible to have a symbol-menu-box instead of the text-menu-box that appears on smaller devices.
Add the following code in your child theme’s functions.php.function rock_star_primary_menu() { ?> <button id="menu-toggle" class="menu-toggle genericon genericon-menu"><?php _e( '', 'rock-star' ); ?></button> <div id="site-header-menu" class="site-header-menu"> <nav aria-label="<?php esc_html_e( 'Primary Menu', 'rock-star' ); ?>" role="navigation" class="main-navigation" id="site-navigation"> <div class="menu-main-menu-container"> <?php if ( has_nav_menu( 'primary' ) ) { $rock_star_primary_menu_args = array( 'theme_location' => 'primary', 'menu_class' => 'menu nav-menu', 'container' => false ); wp_nav_menu( $rock_star_primary_menu_args ); } else { wp_page_menu( array( 'menu_class' => 'menu nav-menu' ) ); } ?> </div><!--end menu-main-menu-container--> </nav><!--end main-navigation--> </div><!-- .site-header-menu --> <?php }3. What is the preferred image size of a logo for this theme?
There is no specific size for logo, you can use any size of logo as desired.Regards,
MaheshMahesh
Participant@lucapizzonia: Are you using any plugins? Try disabling the plugin and check if that resolves the issue. Seems its because of Shareaholic.
Regards,
MaheshJanuary 25, 2017 at 12:23 pm in reply to: Category label: change color or set image background #107970Mahesh
Participant@lucapizzonia: You can do this with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.category-172 .page-header .page-title { background-color: #00ff00; } .category-170 .page-header .page-title { background-color: #ff00ff; }Note: I used background-color instead of images.
Regards,
MaheshMahesh
Participant@markthack: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@peterdroginformation-nu: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@mati: Glad to know your site is working now. Let me know if I can be of any help. Have a nice day.
Regards,
MaheshJanuary 25, 2017 at 10:41 am in reply to: Two questions — main slider image, 'readouts' on a page #107965 -
AuthorPosts
