Giri
Forum Replies Created
-
AuthorPosts
-
ok
This reply has been marked as private.Please reupload your genesis theme via ftp. Its missing some files.
Sure. Give me the ftp details. I’ll check whats wrong
ok thanks
You are welcome.
Hi Sieko,
Don’t overwrite the files.
Switch to theme like twenty fifteen, then delete both supreme and starter. Then do a fresh installation of both themes by searching in wp.org directory from your add new theme section.
Finally activate the supreme theme.
Hopefully that would fix the issue.
Let me know if it doesn’t.
Thanks
This reply has been marked as private.Hi billy,
GD styles overrides the styles in home page. I believe you need transparent background only in home page.
So just add the following code in your custom css.
.home-page #geodir_wrapper { background: transparent; } .home-page #geodir_content .hentry header, .home-page #geodir_content .hentry footer, .home-page .footer #widget-footer { border: none; }
Hi Jonny, use this line in wp-config.php file to get inside the wp admin
define('CODE_SNIPPETS_SAFE_MODE', true);
Let us know the fatal error you face
Thanks
Hi Belen,
I linked you to the Dev version. I push often there. So most of the times direct download link give you unstable copy.
I have attached the current stable version here.
Let me know if you still see bugs.
Thanks
Ho roman,
I modified the filter like this in your website.
function geodir_oembed_filter($html, $url, $attr, $post_ID) { if (strpos($html, 'blockquote') !== false) { $return = $html; } else { $return = '<div class="geodir-post-video-wrapper">'.$html.'</div>'; } return $return; } add_filter( 'embed_oembed_html', 'geodir_oembed_filter', 10, 4 ) ;
Keep in mind wordpress automatically adds the oembed part for the supported sites. So the link is converted to blockquote.
Thanks
This reply has been marked as private.Hi Gautam,
When “For admin use only” setting set to “yes” field will be displayed only for admin user in both backend and frontend.
Try testing that as normal user and let us know if that doesn’t help.
Thanks
-
AuthorPosts