robin90
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Clean Retina] How to use the Gallery page templateHi Dan Andrei,
Go to your dashboard, Settings->Permalinks and click save changes. This will do the trick.
Rabin
Forum: Themes and Templates
In reply to: [Clean Retina] Remove "protected"&"private" from titlesHi fountaini,
Can you provide link your website where its appearing above issue so that we can have look at it?
Rabin
Forum: Themes and Templates
In reply to: [Clean Retina] Static Page Header and Footer OnlyHi PattayaNic,
If you don’t want to show static home page content area then copy this css and paste it in your custom css box inside theme options.
.home #main{display:none;}
Rabin
Forum: Themes and Templates
In reply to: [Clean Retina] Missing Mobile MenuHi blinkline,
This might be due to some plugin conflicting with our theme. Please try to deactivate your plugin one by one and see if the problem still persists.
Rabin
Forum: Themes and Templates
In reply to: [Clean Retina] tiny menu problemeHi mrdares,
We have designed our theme to show the three blue lines when viewed in smaller devices like iPhone. That’s part of design not problem. Also the dropdown arrow doesn’t appear when you actually view it on iPhone or other smaller device but it appears only when you resize your browser on your pc. Try to look it actually on your iPhone or any other smart phone then you will know what I am trying to say.
Rabin
Forum: Themes and Templates
In reply to: [Clean Retina] Remove link on page titleHi designnutter,
You need to customize the php file. If you make direct changes it will be lost on update so make a child theme and make changes in your child theme. The function you have to look in is cleanretina_theloop its inside clean-retina->library->functions->function.php
Hope it helps you. Further you can contact our support team http://www.themehorse.com/contact-us/
Rabin
Forum: Themes and Templates
In reply to: [Clean Retina] Translate "Continue Reading"Hi Olundell,
Sorry but Swedish language is not available now. But you can use Poedit software to create translation file. Here is a tutorial if you like to have a look http://betterwp.net/wordpress-tips/create-pot-file-using-poedit/ .
If PattayaNic could provide us with the Swedish translation file we will keep it in our theme folder and provide to all. Hope PattayaNic will wrap up his to do list task soon 🙂Rabin
Forum: Themes and Templates
In reply to: [Clean Retina] description php codeHi ebenezer357,
<?php the_content(); ?> will do that
Rabin
Forum: Themes and Templates
In reply to: [Clean Retina] editing header-extensions.php in child themeHi Ricky,
Just making the copy of header-extensions.php file in the child theme will not be able to overwrite the code.
Only the template files like header.php, footer.php and others are overwritten by the child theme file of the same name but
not the functionality files.You need to unhook the function i.e. cleanretina_headerdetails hooked to cleanretina_header action hook.
Then add you own function all similar with cleanretina_headerdetails just making the changes that you want
and hook it to cleanretina_header action hook.
All this coding can be inside the functions.php file of you child theme.Go through this link http://themeshaper.com/2009/05/25/action-hooks-wordpress-child-themes/ , this tutorial shows how its done.
Rabin
Forum: Themes and Templates
In reply to: [Clean Retina] "tinynav" showed up in the headerHi annwelch,
Can you post link to your website so that we can have a close look on the issue.
Rabin
Forum: Themes and Templates
In reply to: [Clean Retina] Remove menu from Home pageHi Simplyamandalee,
So if you want to remove whole menu from the homepage. copy this css and paste it in your Custom Css box inside theme options
.home #access{display:none;}Regards,
RabinForum: Themes and Templates
In reply to: [Clean Retina] How to use the Gallery page templateHi 2794549,
Did you follow our theme instruction http://www.themehorse.com/theme-instruction/clean-retina/#gallery .If you are having issue in any particular steps I could clarify you a bit more. You can also contact our support team via http://www.themehorse.com/contact-us/ .They will guide you in detail.
Regards,
RabinForum: Themes and Templates
In reply to: [Attitude] Edit templatesHi sivanvega,
Actually attitude_main_container is not a function. It’s a hook and the function attached to this hook is attitude_content. You can locate this function inside attitude->library->structure->content-extensions.php
[ Signature moderated. ]
Forum: Themes and Templates
In reply to: [Attitude] How do I turn off the text header?Hi Conniec,
You can paste this css in your custom css box inside the theme option
#site-logo{display:none;}Regards,
RabinForum: Themes and Templates
In reply to: [Attitude] How do I turn off the text header?Hi conniec,
Can you post the link of your site? Do you mean you don’t want your site title and description to be shown?
[Signature moderated]