robin90
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Clean Retina] Corporate Layout and latest post pages?Hi aborruso,
Thanks for using our theme Clean Retina.
Sorry I didn’t actually get what you were trying to achieve. But yes for sure corporate layout doesn’t work for static page. This is the option for home page. You can either choose to show latest blogs in your home page or Corporate layout. Not both at same time. But we are thinking on this and will give this options in our upcoming versions.
If you could clarify a bit more about the issue we could provide you with better help.
Regards,
Team HorseForum: Themes and Templates
In reply to: [Clean Retina] remove title and tag cloud pageHi epigrapisa,
If you want to remove the page title in page then go to Appearance->Theme Options->Design Options-> Custom CSS and paste these css.page .entry-title, .page .entry-title a{ position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE7 */ clip: rect(1px, 1px, 1px, 1px);}
Now if you want to show tag cloud in page, create child theme of clean retina and create a template in the child theme. In your page template use this code <?php the_widget( ‘cleanretina_custom_tag_widget’); ?>.
Regards,
Rabin( Team Horse )Forum: Themes and Templates
In reply to: [Clean Retina] Confused about sliderHi bennettskaya,
Thanks for using our theme. Actually slider image shouldn’t be a problem if you do exactly what sanjiv has told in above comment two.But also here it goes once again.
– Go to Appearance->Theme Options->Featured Posts slider->slider options
– set the number of sliders
– Then go to featured post slider options below slider options
– Fill the each input box with the Post ID of the post which you want to use as slider.
– Remember that each post whose post id you are using for slider must have featured image minimum of size 962*390.
– For viewing post id you can simply use this plugin https://www.ads-software.com/extend/plugins/wp-show-ids/ OR you can manually
first go to posts>all posts>hover on any post>and link will be shown at the bottom part which includes a number which is actually the post id.)
– Then click save.This should solve your problem.
If you still face any problem feel free to askRegards,
Rabin (Team Horse)Forum: Themes and Templates
In reply to: [Clean Retina] Menu Not Displayed on Smaller ScreensHi,
Lane Lester
I think there might be some plugins conflicting with our theme. Please try to turn your plugin off one by one and see if the problem still persists.I see that you are using wp-minify plugin which does not support WordPress above version 3.3.2. First turn off wp-minify plugin and see if menu works or not.Then proceed with other.Let me hear if it works or not.
I hope this will solve your problem.
Regards,
Rabin( Theme horse )Forum: Themes and Templates
In reply to: [Clean Retina] Child Theme Needed for Customizing CSS?Hi Lane Lester,
Any custom css that you will add in custom css box will be preserved after theme update too. You don’t need to create child theme for that.
Regards,
Rabin(Theme Horse)Hi,
I think the error is due to uninitialized variable. You can just put this line of code
if( !empty( $options ) )
just above this line foreach( $options as $option ) { above line 1033 of theme-options.php inside inc folder of your themealso the value will be set once you fill up the social link option on admin section and click save and the error message will not show up again.
Forum: Plugins
In reply to: [Regenerate Thumbnails] [Plugin: Regenerate Thumbnails] Odd PHP when failingHi there i ran into the same problems
function () { if (c) { var a = c.length; n(arguments), j ? (l = c.length) : e && e !== !0 && (k = a, o(e[0], e[1])); } return this; } function () { if (c) { var a = c.length; n(arguments), j ? (l = c.length) : e && e !== !0 && (k = a, o(e[0], e[1])); } return this; } function () { if (c) { var a = c.length; n(arguments), j ? (l = c.length) : e && e !== !0 && (k = a, o(e[0], e[1])); } return this; } function () { if (c) { var a = c.length; n(arguments), j ? (l = c.length) : e && e !== !0 && (k = a, o(e[0], e[1])); } return this; } function () { if (c) { var a = c.length; n(arguments), j ? (l = c.length) : e && e !== !0 && (k = a, o(e[0], e[1])); } return this; }
few days ago it was working fine. Is this because i just upgraded my WP to 3.4