Forum Replies Created
-
AuthorPosts
-
Mahesh
ParticipantHi @calmo16,
The last CSS I’ve given you above will make the image logo non-responsive (width fixed to 220px) in devices with max-width of 768px and also put the logo in the center as you’ve mentioned. I just checked your site and seems that you’ve changed the logo and moved it below the primary menu.
Regards,
MaheshMahesh
ParticipantHi @calmo16,
Do you need responsive logo or non-responsive logo? Its confusing, please confirm first, then I can help you.
Regards,
MaheshFebruary 23, 2016 at 5:49 pm in reply to: Featured content, Text widget, Promoheadline, Languages #86113Mahesh
ParticipantHi @scubafreak,
Yes, I got the file and thank you.
It seems you’ve done 19% translation. The translation seems to work fine on our server. And to some extent translations in your site is working too for example: archives, categories etc. Try to complete the translation. You can refer to this link:
https://translate.wordpress.org/projects/wp-themes/adventurous/cs/default
After you’ve translated, please share you complete zipped theme.Regards,
MaheshMahesh
ParticipantHi @tatsujin,
Can you please share your code with which you are displaying the widget. We need to check where you’ve hooked the widget to. First it needs to be remove from previous hook then hooked to the desired position. And by below body content, do you mean to place it below the main content (primary, secondary) and just above the footer.
Regards,
MaheshFebruary 23, 2016 at 5:01 pm in reply to: Featured content, Text widget, Promoheadline, Languages #86108Mahesh
ParticipantHi @scubafreak,
Can you please share the cs_CZ.po file that you’ve created for the theme.
Regards,
MaheshMahesh
ParticipantHi @calmo16,
I hope this will fix your issue with responsive header, logo size and distance between menu and content block. 🙂
Please add the following CSS in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box:@media screen and (max-width: 768px) { #logo-icon, #logo-icon img { width: 220px; } #fixed-header-top #logo-icon { display: inline-block; } }Regards,
MaheshFebruary 23, 2016 at 4:37 pm in reply to: Featured content, Text widget, Promoheadline, Languages #86100Mahesh
ParticipantHi @scubafreak,
In my server there was no Czech language listed in my WordPress setting so I manually added cs_CZ.mo and po file and admin-cs_CZ.mo and po files. Then created cs_CZ.po file from adventurous.pot file with and edited with poedit which automatically genereate cs_CZ.mo file. And just for testing, I changed the string (Monthly Archive) to some other string(example: test language) and checked the frontend and the change was there, so it should work fine with yours too. Please post in your site url.
Regards,
MaheshMahesh
ParticipantHi @micha,
I checked your site before it crashed. The site is up again. 🙂
1. Remove space and change background to white:
You can fix it with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:.page.page-id-5384 #main { padding-top: 0; } .page.page-id-5384 .site { box-shadow: none; } .page.page-id-5384 { background-color: transparent; }2. I don’t see the picture. Please clarify more.
Regards,
MaheshMahesh
ParticipantHi @calmo16,
You have a really long menu that is why there is an issue with responsive, you can use the following CSS to reduce the padding by a little. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
@media screen and (min-width: 1200px) and (max-width: 1280px) { .clean-box-nav-menu a, .sidebar-header-right .widget_nav_menu a { padding: 13px 15px; } } @media screen and (min-width: 991px) and (max-width: 1201px) { .clean-box-nav-menu a, .sidebar-header-right .widget_nav_menu a { padding: 13px 10px; } }And for putting the image in the middle, add the following CSS:
#fixed-header-top #logo-icon { margin: 0 auto; float: none; display: block; text-align: center; } #fixed-header-top #logo-icon img { display: inline-block; }Regards,
MaheshMahesh
ParticipantAre you using any plugins, if yes, please try disabling the plugins one-by-one and check again. In our server the theme is working fine and so as the customizer. Let me know if the problem persists. Please post in your site url.
Regards,
MaheshMahesh
ParticipantHi @bia,
For header image you can use any size image as you want to. You can crop to your desired size or skip cropping and upload the full image.
Regards,
MaheshMahesh
ParticipantHi @eggbanana,
Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
.nav-primary .menu .sub-menu a, .nav-primary .menu .children a { background: none repeat scroll 0 0 rgba(0, 0, 0, 1); }Regards,
MaheshMahesh
ParticipantHi @uoft,
I checked your site and both the mobile menu and desktop menu is working fine. Didn’t find any issue. Let me know if any problem.
Regards,
MaheshMahesh
ParticipantHi @micha,
I checked your given url (landing page), the site says “File not found 404 error”. Let me know as soon as the site is up.
Regards,
MaheshMahesh
ParticipantMahesh
ParticipantHi @spacer,
Did the issue start only after the update? On our server, there is no such problem, theme is working normally. Please try disabling the plugins and check again. Let me know if the problem persists.
Regards,
MaheshFebruary 22, 2016 at 1:31 pm in reply to: Remove borders around the content boxes and widgets and narrow sidebar #85977Mahesh
ParticipantHi @leoibra,
1. I don’t quite get it what you meant, please clarify.
2. Multiple H1
Also only one H1 per page is old. It was only valid for HTML4.
In HTML5, you can have more then one H1 tag. That was issue only when you use HTML4 tags. In HTML5, H1 tag per article tag is good for SEO and we have carefully designed H1 tags with special attention on header tag and headings
Catch Evolution Pro theme is build in HTML5, CSS3 and Responsive design. So, H1 is better for SEO then H2.
You can also check this Video http://www.youtube.com/watch?v=GIn5qJKU8VM by Google software engineer Matt Cutts, who clearly states that you can use multiple H1 but don’t over do it. Also use h1 specific to heading and header tags.
You can also check this article URL http://html5doctor.com/html5-seo-search-engine-optimisation/
But if you really want to change it, you can change it by building child theme and editing it.3. There is no theme option for this. You can use Yoast SEO plugin for this.
Regards,
MaheshFebruary 22, 2016 at 1:21 pm in reply to: Featured Image is showing cut off for each excerpt post on blog page #85976Mahesh
ParticipantHi @kjcornerstoneva,
For this you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s
functions.phpadd the following codes.function manage_image_size() { remove_image_size( 'gridalicious-featured-content' ); add_image_size( 'gridalicious-featured-content', 400, 225, false ); } add_action( 'init', 'manage_image_size' );Then use Regenerate Thumbnails plugin once to generate thubmnails. You can visit this link for the plugin: https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Mahesh -
AuthorPosts
