Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Scholz: I have just emailed you. You can send me details there.
Sakin
Keymaster@Romuald: I send you email in your email address that you have registered with but you didn’t reply me. If you want me to send in different address then let me know it.
wordpress[at]catchthemes[dot]com is noreply email address. So, you will not be able to send email in this address. Don’t send in this email address.
Sakin
Keymaster@ashrafashraf: try this
#slider-wrap .featured-text { font-size: 16px; }Sakin
Keymaster@Romuald: Can you reply me in the email that I have send you. Also in your capture.jpg, can you expand all element so that I can see where it is talking load time more. Again I also tested with Firebug and same here.
Sakin
Keymaster@mergelane: Our theme doesn’t control editor. So, for these type of issue, try posting in WordPres.org support forum. Also try disabling plugin one by one and test it. This is most probably one of your plugin conflicting with WordPress.
Sakin
Keymaster@iceman027: Then you can remove your Header logo from “Appearance => Header” and then add your logo image in Sidebar using “Catch Box Adspace Widget” or any image widget.
Sakin
KeymasterIf you want to add in the border all around the perfect css will be as below:
#homepage-message { border: 1px solid #Fcf9b1; }If you want border in whole area then your css will be like this
.site { border: 1px solid #FCD9B1; }
Now: once you have border around the page, you don’t need left and right border in your menu, homepage message, footer and so on. So, you css for those elements can be as below:
#header-menu, #homepage-message, #colophon { border-top: 1px solid #Fcf9b1; border-bottom: 1px solid #Fcf9b1; }Sakin
Keymaster@stephandrei: Can you send me your site URL and the screenshot of issue in Chrome browser as when I check in our demo page in Chrome, it’s working perfect.
Sakin
Keymaster@Navid: That is only possible by building child theme. It’s bit technical and if you know the details then I can suggest you the steps. But by default there is no option to do that.
Sakin
Keymaster@Navid: If you don’t use header right widget then yes we can center it. Send me your site URL and then I will get Custom CSS for you.
Sakin
Keymaster@medicsontheball: It’s ok. Glad that you found the solution and thanks for posting it back.
Sakin
Keymaster@phoenix: Sorry I need to check in your site and then I can provide your the custom css. Please add in your site URL.
Sakin
Keymaster@Baizurah: You need to add align to make it align. Trying replacing you text widget image content with the following image with align left.
<img src="http://prozak-nation.com/olaf/en/wp-content/uploads/2014/05/en_GB.png" class="alignleft"><img src="http://prozak-nation.com/olaf/en/wp-content/uploads/2014/05/nl_NL.png" class="alignleft">Sakin
KeymasterHello Ryan,
1. Add a border that fits around the whole footer
— Add the following css in “Appearance => Theme Options => Custom CSS” box.#colophon { border-bottom: 1px solid #757575; border-top: 1px solid #757575; }2. Add a border around the “homepage headline and featured content section
— I see that you have already change it by adding the following css.
#homepage-message {
border-color: #fcd9b1;
}3. Adjust the background image size to be a bit wider
— For background you need to adjust your settings through “Appearance => Background”. Either upload the larger size background image or select the “Repeat” option.4. I was able to change the color of the homepage headline and sub text but am still unable to change the font (is this done via google fonts? or is there something I can drop into custom css?)
— For font either you need to user Google Font plugin or upgrade to pro version and user Font Family Options.Regards,
SakinSakin
Keymaster@dbevarly: Wow I just check in your site and you have already added css to hide the colon.
Sakin
Keymaster@mark: Then you can use the code link
<span class="clear"></span>to clear it. But to add these code you need to go in text mode from visual in your post/page editor.Sakin
Keymaster@ashrafashraf: try this
#branding ul.menu { font-size: 16px; }Sakin
KeymasterHello Perriard,
The image URL you have send me at very large and will not look good in your slider. It will be better if you have image width 1280px and height any size you like.
It should work fine. Let me show you detail in screenshots. First go to “Appearance => Theme Options => Featured Slider” and in Select slider type select “Featured Image Slider”
Then go to “Appearance => Theme Options => Featured Slider => Featured Image Slider Options” and click on Upload in image. See this screenshot showing this action http://www.pinterest.com/pin/548594798331985501/. After you upload the image you will see Image Box Like this http://www.pinterest.com/pin/548594798331986216/, where you have select the Image URl and then click in “Insert into Post”. Then save change.
If this doesn’t work for you then you can directly paste your image URL in “Appearance => Theme Options => Featured Slider => Featured Image Slider Options” and in Image paste the url and then try adding title as well. I suspect there issue with the title.
Also I will send you personal email to work with you on your site.
Regards,
Sakin -
AuthorPosts
