Richie KS
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MesoColumn] sidebarsorry for the late reply, seem you fixed it already.
sidebar is showing and social share on bottom single post. might be php error cause by your edit to template earlier.
Forum: Themes and Templates
In reply to: [MesoColumn] 480×320yes, its an optional image size. you can delete it by opening functions.php and comment it out like this
//add_image_size( ‘featured-post-img’, 480, 320, true );
the only template using this is on lib/templates/feat-cat-meta-top.php so it won’t have
significant effect so to say..Forum: Themes and Templates
In reply to: [MesoColumn] Social Icons on Top Menutry use plugin like this
https://wordpress.org/plugins/menu-social-icons/Forum: Themes and Templates
In reply to: [MesoColumn] Change my footer_left on Mesocolumuse hooks, add this to functions.php or wp-content/custom-functions.php
remove_action('bp_footer_left','meso_add_footer_left_item'); function meso_add_custom_footer_left_item() { echo 'Copyright ©2018. Blog Andaluz – Andalucia'; } add_action('bp_footer_left','meso_add_custom_footer_left_item',10);Forum: Themes and Templates
In reply to: [MesoColumn] not logged users can not post commentsnow its working again. odd…
Forum: Themes and Templates
In reply to: [MesoColumn] not logged users can not post commentspreviously i can comment and when click the textarea, it show the meta form.
now nothing, the textarea just won’t expand to show comment form.
no clue why, it work previously and now don’t.
however the js console show error with sdk.js, related to facebook. i think.
Forum: Themes and Templates
In reply to: [MesoColumn] not logged users can not post commentswhat browser you’re using?
Forum: Themes and Templates
In reply to: [MesoColumn] not logged users can not post commentsnot sure if this the case, but you will need to click the textarea for the section on name, website, email and submit button to appeared. is this it?
Forum: Themes and Templates
In reply to: [MesoColumn] not logged users can not post commentsnot sure, i do see the button tho, ‘Opublikuj komentarz’
and i can leave a comment…just submit one for test..
Forum: Themes and Templates
In reply to: [MesoColumn] Mesocolumn Securing Specific Filetypesdid you update your fontawesome files? the latest version of fontawesome will not work with mesocolumn, some icon style is different. revert back from mesocolumn version of fontawesome if that’s the case.
didin’t really need to apply the htacess rule for it to work.
in rare cases, the css minify might cause this issue. disable it if have one activated.
Forum: Themes and Templates
In reply to: [MesoColumn] Delete php files on editingnot sure about this, wordpress update should not be able or allow to overwrite themes php files. is this 2 file only affected?
better reupload new version of the theme just in case, backup the old one first incase any edit needed to referred.
Forum: Themes and Templates
In reply to: [MesoColumn] Delete php files on editingthat shouldn’t be happening.
did you check the actual file via ftp, not via theme editor?
it might show different version since its http vs https changes.
check the actual file in theme folder first before any edits.
Forum: Themes and Templates
In reply to: [MesoColumn] GoogleAdSense Ads not displayed@sudiptach
i see, changing theme, still not work.
you might need to wait for few minutes or hours before the ads show up when you add the code.you can also try @emretheaviator to enable script code like adsense in customizer->advertisment settings
Forum: Themes and Templates
In reply to: [MesoColumn] GoogleAdSense Ads not displayedtry remove the Advertisement -> Ad Location -> Header Code
and manual paste the adsense code in header.php before end </head>
adsense a bit tricky, sometime it work sometime not.
change to other theme and test if it still not working. or
try manual adsense code, not auto, for a try. but use the shortcoder to add to advertisement section in customizer.
Forum: Themes and Templates
In reply to: [MesoColumn] GoogleAdSense Ads not displayedthe code inside <head></head> you enter is the verification code for adsense.
did your site pass the verify stage for adsense?
can you access your adsense dashboard to get or setup adsense with size like 300×250, 728×90 etc.