Forum Replies Created
-
AuthorPosts
-
October 5, 2014 at 11:56 pm in reply to: Logo / site-title centred over the full width in one line #45316
Sakin
Keymaster@Johannes: This is confusing. Can you just post in the screenshot of what you want and then your site URL. Then I will be able to send you the custom css.
Sakin
Keymaster@Fede1583: Sorry this theme doesn’t have Genericon options for post meta. We will add in our features requested list. So, that we will update in future version update.
To hide the author, you can add the following css in “Appearnace => Theme Options => Custom CSS” box.
.by-author { display: none; }Sakin
Keymaster@tboslett: Sorry I cannot give css solution by checking in screenshot. I need to see your site URL then I can check in and provide you css.
Sakin
Keymaster@bhnightclub: First, I see that you are using old version of Catch Everest Free theme. You are using Catch Everest version 1.5.4 but the latest version is 1.8. So, can you update and check if this get fixed.
Also this look like Chrome rem issues. So, if this doesn’t get fixed after the update then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
body > div { font-size: 1.4rem; }Sakin
Keymaster@offirkeren: For me it’s not working even in Firefox. The problem is with “Mobile Casino No Deposit Index” widget in your sidebar. So, remove that or change that in responsive table or responsive column.
Sakin
KeymasterHi Joao,
You can add the following css in “Appearance => Theme Options => Custom CSS” box.
ul.social-profile li.facebook a { background-position: 0 -43px; } ul.social-profile li.twitter a { background-position: -44px -43px; }Regards,
SakinSakin
Keymaster@offirkeren: This page uses table which is not responsive. So, you need to convert that into responsive column or responsive table. For that please use plugins. There are responsive table and responsive column at http://wordpress.org/plugins/, you can use that. This is not theme issue so I cannot help much on this.
Sakin
Keymaster@Joaozinho: This is because the background image size is smaller size at 1280px width 1010px height
so upload the larger image.
Sakin
Keymaster@Chris: To increase the site width to 1100px width, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1025px) { #page { width: 1100px; } }About the header image, I am not 100% sure if this will work on not. You can upload header image from “Appearance => Header” and then upload the image. Then you will see ‘Crop Header Image’ box. See this screenshot http://www.pinterest.com/pin/548594798331307420/ . Then you need to click on ‘Skip Cropping, Publish image as is’. This should load your original image you have uploaded.
To remove to gap, I need to check in your site URL. So, that I can check in and send you the custom css.
Sakin
Keymaster@Kim: Thanks and issue solved by regenerating thumbnail and cache flush. Have a nice weekend.
Sakin
Keymaster@Threemorebites: There is some conflict with script. If it’s not plugin then maybe your widget.
Can you check remove your text widget where you have added Top Food. I see there a lot of scripts. When I check in your site, you have google analytic, StatCounter and other script added in your sidebar text widget. These script are supposed to be added in “Appearance => Theme Options => Webmaster Tools => Code to display on Footer”
Sakin
Keymaster@Threemorebites: I just check in your site and the slider code looks fine. Have you added any new plugin or updated your plugin. I doubt there is conflict with your ‘tooltipster’ plugin. Can you deactivate that plugin and check in.
Sakin
Keymaster@Kim: This is strange looks like regenerate is not working in your site. Did you activate any new plugin or update plugin recently. As I tested in my server and it’s working fine. I have just tested in new demo server as well. It’s working fine.
Also when I check in your source of your image in the site, it’s
<img width="644" height="312" alt="laser-hair-removal" class="attachment-featured-slider wp-post-image" src="http://hidemyage.com/wp-content/uploads/laser-hair-removal1.jpg">You can see the image tag is taking width and height properly but the in src it is taking full image. So, it’s issue with the image crop.
I will also email you, if you want to talk in detail.
Sakin
Keymaster@Kim: As there is lot of empty paragraph code
<p></p>. When you edit the post, check in with text mode and you will see all the codes. See this screenshot which shows how to go to text mode http://www.pinterest.com/pin/548594798332210926/.Note. When ever you press enter from your keyboard, WordPress adds in paragraph.
Sakin
Keymaster@Kim: I check in the theme update and it’s nothing to do with image size. I see in the code it is still set to
add_image_size( 'featured-slider', 644, 320, true );Check that regenerate thumbnail plugin and clear your cache. I am sure it’s not related to theme update.
Sakin
Keymaster@rgamlam: You can change the padding-bottom and padding-top as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
#homepage-message { padding-bottom: 30px; padding-top: 30px; }Sakin
Keymaster@matteo: Upgrading to Pro version is pretty simple. Catch Everest Pro theme is the advance version of Catch Everest Free theme and it has lot of additional features. You can check at http://catchthemes.com/theme-instructions/catch-everest-pro/.
So, all your work on free theme will be safe. You custom css and theme options settings will be there when you upgrade to pro version. But there are few settings that WordPress changes when upgrade. This has been explained in http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/
Note: I hope you haven’t edit/added any core theme files inside ‘catch-everest’ theme directory. As all files inside ‘catch-everest’ theme directory will be reverted back to original when you update or upgrade your theme.
Sakin
Keymaster@rojtalbot: If you want that for all pages, then remove .home from yoru css. So, replace your css
.home #main { padding-top: 0; }
With the following css
#main { padding-top: 0; } -
AuthorPosts
