Hello all,
I am working on the ‘Clean Retina’ wordpress theme as a start for a client’s website until we move to a premium theme. I’ve got everything looking ok on a desktop computer in latest versions of Chrome, Firefox and Safari. This theme is supposed to be coded as ‘responsive’. However, the media query CSS doesn’t seem to be working correctly as the ‘hamburger’ icon is not showing up on an iPhone Xs in either landscape or portrait mode. Apparently it is part of the .hgroup-right
class, which, for design purposes on a desktop, I have coded to display: none;
.
That allows me to center the website title and description on a desktop computer browser. That coding should not affect the media query coding correct? Because in the media query coding it has coded:
/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media only screen and (max-width: 767px) and (orientation : portrait) and (orientation : landscape) {
.one-column-template .wrapper, .wrapper {
width: 300px;
}
.hgroup-right {
margin-top: 10px;
width: inherit;
}
These free themes always seem to be a very challenging project.
Any constructive suggestions always appreciated.
Thanks.
Dennis
]]>I have just updated the clean retina theme on my website and now have no sidebars on my pages plus a “responsive menu” button appearing in the header which does nothing but toggles to a whole load of code. Not a clue what is going on. Can you help? I am going to have to try and restore previous version of website as it is unusable like this.
]]>Just converted to this theme, which I think is lovely, but have discovered one problem. When I have images that are (supposed to be) centered, but don’t have a caption, the are displaying aligned to the left margin. This isn’t the best look mixed with captioned images that are centered. As an example, see: https://artofnaturalliving.com/2013/09/12/mini-crab-cake-appetizer/ (last image)
]]>I’m trying to add a post to a page. I followed the instructions to go to Setting, Reading, then told which page to put the posts. But, something weird is showing up on that page. What do I need to do to get my posts to show up on a specific page? Thank you for your help!
]]>I’m getting a message that Clean Retina Pro is not compatible with PHP7:
76|WARNING|Use of deprecated PHP4 style class constructor is not supported since PHP 7.
I’m a newbie, and could use some help. Thanks,
Steven
Hello Team Hourse,
I am using Clean Retina free version. My website link is https://ksch.org.in/.
Here I made a slideshow using Clean Retina featured post but whenever i click the pictures of the slides it is redirecting me to the post/page.
Is there any options (using Design Option Tab -> Custom CSS) to remove the links from the slideshow?
]]>Is it possible to use a shortcode that will display a search form inside post content? If so, what is the shortcode? Thanks!
]]>using clean retina and marketpress plugin to gen the store, shows the following error on the store category pages.
Product Category: Books & DVDs”>
this whole text should not be there. All that should show is the featured image for the category.
Tested against 2014 and 2016 themes all that shows is the featured image. A test regular post with featured image enabled does not show the image and probably should not since this use is for the store display
https://www.successfulflyfishing.com/ffctest/store/products/category/books-dvds/
I believe the problem to be in the library functions.php page on lines 373 thru 388. I think there may be an open expression in all that code but so far I can’t find it.
If someone else has had this issue and fixed it, what did you do?
]]>https://www.fly-fishing-colorado.com/store/products/category/fly-rods/
See the back end of the featured image link “> this is coming from one too many ” in either css or js. I have looked at the css and don’t see it. I am not good enough to find it if it is in js. I know this is clean retina problem because I am running the same store builder plugin on a test bed with twenty sixteen without this display problem.
]]>WP 4.5 using a header image cropped to the 978×250, I get a great looking preview but when I save and publish the settings, nothing is updated on the live site display.
www.successfulflyfishing.com
Does anyone have any ideas if this is a WP bug or on with Clean Retina. I have tried everything I can think of including deleting the old db and rebuilding a new copy then going thru the clean retina settings.
]]>Is there a way to export and import the clean retina settings. I am moving hosts and would like to not have to do this the hard way,
]]>I use Clean Retina theme and when i reply my client’s comment then my name showing with “post author” text. Example- RAJAT POST AUTHOR. so plz guide me how to remove this text with my comment author name. link is https://www.masurim.com/sujatha-burla-a-hope-for-hopeless/
]]>Search sometimes works once and then not again or not at all
]]>Is there a custom CCS code to change the font size of the titles/links to my latest post? It’s probably set at H1 or H2 but I’d like it smaller. The website is https://www.mangiapaleo.com
Not sure if it makes a difference but I also have the Use Any Font plug-in for custom fonts.
]]>Hey, I was trying to code this widget, and when I have to edit the part where I write some code to change the way the date of the upcoming event is (in Spanish is plantilla
but I don’t know how to say it in English, sorry)
Can I get some help about it? I can’t find a guide. Thanks!
]]>I’ve just installed the theme and find that the horizontal menu in the header is underneath the header image. The image of the site shown in the preview on the www.ads-software.com site has the menu bar above the image. I can’t see anything obvious to fix this and it looks awful the way it is.
The site is https://www.myagasaga.co.uk
Someone else seemed to comment on this about a year ago with no response!!
]]>I am using theme with wpcourseware which uses a drag and drop builder to order posts so the ID is not used to show the course next and previous links. They use their own index to keep track of the order. This allows for course units (custom posts) to be placed in any order regardless of the publishing ID assigned by WP. It also puts the course units links out of order shown by theme previous and next links which are by post ID.
Where in the dashboard can I turn off show previous and next links produced by the theme?
]]>At tablet breakpoints the options in “Select layout for this specific Post only” continue to display horizontally and flow into the right column instead of stacking. This occurs on tablets (I used an iPad2) in landscape mode (more than 850px and less than 1300px wide). This was first observed in Clean Retina 1.3.5 on WordPress 3.9.0 but is present in Clean Retina 1.3.8 and WordPress 4.1.1.
]]>I didnt like the blue radius buttons so I changed the CSS to be more inline with the theme colors. Enjoy.
/* Readmore */
a.readmore, a.more-link {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
background-color:#ededed;
-webkit-border-top-left-radius:6px;
-moz-border-radius-topleft:6px;
border-top-left-radius:6px;
-webkit-border-top-right-radius:6px;
-moz-border-radius-topright:6px;
border-top-right-radius:6px;
-webkit-border-bottom-right-radius:6px;
-moz-border-radius-bottomright:6px;
border-bottom-right-radius:6px;
-webkit-border-bottom-left-radius:6px;
-moz-border-radius-bottomleft:6px;
border-bottom-left-radius:6px;
text-indent:0px;
border:1px solid #dcdcdc;
display:inline-block;
color:#777777;
font-family:arial;
font-size:15px;
font-weight:normal;
font-style:normal;
height:29px;
line-height:29px;
width:109px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #ffffff
}
a.readmore:hover, a.more-link:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
background-color:#dfdfdf;
}
]]>
I am using the Clean Retina theme, and I want to change the content width. I have looked at other threads, but the codes won’t work because it’s not the same theme.
My site is https://www.kimlovesthesmokies.com and I want the content width smaller, so the blue background will run along the sides as well, not just the header and footer.
Does anyone know a code or plugin that will do this?
Thank you in advance for your help!
]]>I have the menu positioned on the page how I want, but now it seems only the last couple links on the right are clickable!?
Here’s the page: https://www.jeremyrandalljohnston.com
Here’s the current code I’m working with:
#access a {
margin:0 auto;
color: #555;
display: inline-block;
position: relative;
left: 85px;
font-size: 21px;
padding: 21px 10px 0px;
height: 45px;
}
I appreciate the feedback! I’ve been doing what I can to self-teach myself CSS. I’m getting there! Thanks again!
Cheers, Jeremy
]]>Hi – I am not a technical person hence can you please tell me how do adjust Right sidebar width..? so that ads in my website will appear correctly ( without merging with the sidebar)
If you open below URL you will have a better idea on what I am trying to tell.
https://www.finexl.in/formula-magic-hyperlink-condition
Thanks in advance…!!!
]]>Basically want to make my home page here: https://www.jeremyrandalljohnston.com
look like the home page here: https://www.jeremyrandalljohnsto.wix.com/jeremy
minus the background design. Just wanting the home page to be one big static image in the body, but can’t seem to adjust it right. I am also brand new to CSS so don’t want to be too much of a bother but any help is greatly appreciated.
Cheers, Jeremy
]]>Deal all,
I am trying to change the width of the featured slider from default 962 to 1170 px. I have read in this forum that it should be done in the childs functions.php file. I have read elsewhere that the function that defines the image-sizes in the parent theme must be filtered out or removed. In either case, my code does not work. I have tried different ways: simply adding the function with the same name (i read that this should override the function in the parent, using add_filter and finally also removing the parents function first, see my current code:
// Remove the default cleanretina_core_functionality
function remove_cleanretina_core_functionality() {
remove_action('cleanretina_init', 'cleanretina_core_functionality', 20);
}
// Call 'remove_thematic_actions' (above) during WP initialization
add_action('cleanretina_init','remove_cleanretina_core_functionality');
add_action( 'cleanretina_child_init', 'cleanretina_child_core_functionality', 21 );
/**
* Adding the core functionality of WordPess.
*
* @since 1.0
*/
function cleanretina_child_core_functionality() {
/**
* cleanretina_child_add_functionality hook
*
* Adding other addtional functionality if needed.
*/
do_action( 'cleanretina_child_add_functionality' );
// Add default posts and comments RSS feed links to head
add_theme_support( 'automatic-feed-links' );
// This theme uses Featured Images (also known as post thumbnails) for per-post/per-page.
add_theme_support( 'post-thumbnails' );
// Remove WordPress version from header for security concern
remove_action( 'wp_head', 'wp_generator' );
// This theme uses wp_nav_menu() in header menu location.
register_nav_menu( 'primary', __( 'Primary Menu', 'cleanretina' ) );
// Add Clean Retina custom image sizes
add_image_size( 'featured', 700, 290, true);
add_image_size( 'featured-medium', 330, 330, true);
add_image_size( 'slider', 1170, 390, true); // used on Featured Slider on Homepage Header
add_image_size( 'gallery', 330, 230, true); // used to show gallery all images
add_image_size( 'test', 300, 400, true);
/**
* This theme supports custom background color and image
*/
add_theme_support( 'custom-background' );
// Adding excerpt option box for pages as well
add_post_type_support( 'page', 'excerpt' );
}
add_action( 'after_setup_theme', 'cleanretina_child_core_functionality', 21 );
What this does is that it indeed removes the parents function (tested: the coded sizes do not show up in the image folder on the server) if I only run the first part. If the ‘cleanretina_child_core_functionality’ is added all the defined image sizes are generated, including the ‘test’ image-size that I added, EXCEPT for the image size ‘slider’ (exactly the one that I want to change according to the increased width of my entire site). The image size ‘slider’ only gets generated from the child theme functions.php if it has the same dimensions as the image size ‘slider’ in the parent themes functions.php file.
I have looked extensively, but could not find the solution. Your help will be greatly appreciated!
Best,
Peter
]]>I’ve been pulling my hair out all day trying to get this child theme to work. I’ve seen all the mistakes listed that could be possible and still don’t see what I’m doing wrong. I even uninstalled and re-installed my parent theme and still nothing. Any insight or help would be greatly appreciated. The parent theme is located at /wp-content/themes/clean-retina in my file manager and my child theme stylesheet looks like so:
/*
Theme Name: Clean Retina Child
Template: clean-retina
Version: 1.3.8
*/
@import url(“../clean-retina/style.css”);
Any ideas? Still getting the message that the parent theme is missing.
]]>Hi.
I keep getting the following message in my dashboard and I am unsure how to fix it. Can you help, please!
Warning: simplexml_load_string(): Entity: line 1: parser error : Space required after the Public Identifier in /home2/drjess12/public_html/wp-content/themes/clean-retina-pro/library/functions/update_notifier.php on line 123
Warning: simplexml_load_string(): <!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”> in /home2/drjess12/public_html/wp-content/themes/clean-retina-pro/library/functions/update_notifier.php on line 123
Warning: simplexml_load_string(): ^ in /home2/drjess12/public_html/wp-content/themes/clean-retina-pro/library/functions/update_notifier.php on line 123
Warning: simplexml_load_string(): Entity: line 1: parser error : SystemLiteral ” or ‘ expected in /home2/drjess12/public_html/wp-content/themes/clean-retina-pro/library/functions/update_notifier.php on line 123
Warning: simplexml_load_string(): <!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”> in /home2/drjess12/public_html/wp-content/themes/clean-retina-pro/library/functions/update_notifier.php on line 123
Warning: simplexml_load_string(): ^ in /home2/drjess12/public_html/wp-content/themes/clean-retina-pro/library/functions/update_notifier.php on line 123
Warning: simplexml_load_string(): Entity: line 1: parser error : SYSTEM or PUBLIC, the URI is missing in /home2/drjess12/public_html/wp-content/themes/clean-retina-pro/library/functions/update_notifier.php on line 123
Warning: simplexml_load_string(): <!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”> in /home2/drjess12/public_html/wp-content/themes/clean-retina-pro/library/functions/update_notifier.php on line 123
Warning: simplexml_load_string(): ^ in /home2/drjess12/public_html/wp-content/themes/clean-retina-pro/library/functions/update_notifier.php on line 123
Thanks!
]]>Folks,
The Theme Horse Web Site is kaput (I hope this doesn’t mean that you’ve suddenly gone titsup).
I own the Pro version of this theme, and I am getting dozens of these in my dashboard:
Warning: simplexml_load_string(): Entity: line 1: parser error : Space required after the Public Identifier in <PATH>/wp-content/themes/clean-retina-pro/library/functions/update_notifier.php on line 123
I assume this is because the server is dead, so the updater gets a 404 page or something.
]]>Hi,
Is there any way of removing the menu text when viewing it on mobile/a smaller screen, or change it so that it says “Menu” instead of the first page title (Welcome)?
My site is:
HERE
Thanks!
]]>Searching yielded some issues with losing visual views while editing, but my problem goes further than that. Using Firefox 31.0 I added a post to my company blog today. I always create in Visual mode. This post contained links and media. Preview looked good, but when I posted/updated, the final draft on the website had lost all formatting and was one long paragraph with no links and no image. I thought it was WordPress and that’s when I went searching. Uninstalling plugins did not help, using another brower (both Explorer and Safari) didn’t help. Finally tried changing themes and everything looked great. Went back to Clean Retina and it was back to one big mashup. Tried three more themes and it looked great, so I’m assuming it must be the theme.
In summary, the post in both visual mode and preview looks good. It only messes up when I make the final update to the blog. Thanks.
]]>I would like to change the number of post excerpts that display on the homepage, category pages, search pages, archives, etc.
The default setting is 6. How to change it? Thank you
]]>