manaadiar
Forum Replies Created
-
Wow, thanks for your prompt response @bornforph.. Will let you know if this happens again..
Forum: Fixing WordPress
In reply to: Comments Form in single postNoted, but what would be the right code to use..?? I had similar problem with another theme..
Forum: Fixing WordPress
In reply to: WordPress 4.8 editor “Failed to load content css”@clorith, pls see this screenshot..
The CSS file starts with @import url(css/reset.css) and this reset.css and style.css and editor-style.css which is shown in the error “Failed to load content css: https://shippingandfreightresource.com/wp-content/themes/Safres-Theme-2017/css/editor-style.css” are ALL present in the host File Manager..
So not sure what else to do.. Pls assist, thanks..
Forum: Fixing WordPress
In reply to: WordPress 4.8 editor “Failed to load content css”Hi, my error doesn’t make reference to fonts, only below “Failed to load content css: https://shippingandfreightresource.com/wp-content/themes/Safres-Theme-2017/css/editor-style.css”
But i have checked the file manager and this file is present.. This only started after updating to 4.8
Forum: Fixing WordPress
In reply to: Sharing to a Google page does not workHello Porton, I have the exact same problem.. I have tried everything as well, but it doesnt seem to help.. I have asked questions on the Google+ site as well.. Hope someone answers somewhere..
If you have found a solution in the meantime, please will you share, thanks..
Forum: Themes and Templates
In reply to: Whitespace in Expound ThemeAlso, after I customised it, the view on the iPad and cellphone is not being responsive..
Forum: Themes and Templates
In reply to: Whitespace in Expound ThemeHi @designbyjesser – this doesn’t work..
Forum: Themes and Templates
In reply to: Issue with footer nested inside main boxHi Esmi, the theme is free although it is only available to download behind a login..
I dont think they support any themes, there is not even an email id or method to contact them somehow..
There should be someone in this forum that could possibly assist with this, because WP.org has a vast experience with such types of issues.. Thanks..
Forum: Fixing WordPress
In reply to: Remove Featured Image From Appearing Inside Post@slaterbeckham, in case you are still having this problem, just today i edited the content.php file and removed below and it worked fine..
<?php
// Get, resize and display featured image
if( of_get_option(‘blog_single_thumbnail’,’1′ ) == ‘1’ && has_post_thumbnail() ) { ?>
<div class=”post-head-image”>
<div id=”post-thumbnail”>
<img src=”<?php echo aq_resize( wp_get_attachment_url( get_post_thumbnail_id() ), wpex_img( ‘blog_post_width’ ), wpex_img( ‘blog_post_height’ ), wpex_img( ‘blog_post_crop’ ) ); ?>” alt=”<?php echo the_title(); ?>” />
</div><!– #post-thumbnail –>
</div>
<?php } ?>