afjsystem
Forum Replies Created
-
the theme of customizr is the safe theme which taken from wordpress for free and of course it’s safe. you may replace any file (reinstall) if you think it’s a theme issue.
i assumed you’re using a premium plugin outside the www.ads-software.com plugin.
Detect each of plugin. Ussualy they injected the code using url base 64 encode/decode.
erase that.
Forum: Themes and Templates
In reply to: [Customizr] hiding menu nav on certain page (front page)yes dave. the contents of website are for who agreed the disclaimer.
i’ll try the snippet above and will get back to you for result. First, i imagine using function filter, but css way would be fine.
for those who not agree, i prefer to show the popup window saying thanks or a lightbox image. This will need the code too (the popup window).
it’s your plugins issue.
Forum: Themes and Templates
In reply to: [Customizr] Ccreating boxed post/page area?i’ll make it simple of what you intend to do :
Dave, he wants to make each of three featured page in boxes. So he can apply different background color of each.
right, @sugaboss ?
Forum: Themes and Templates
In reply to: [Customizr] moving social icon below the centered text logohi.. i applied the snippet but it displayed only a half. need more css tricks.
i added min height at below css :
.brand.span10.offset1 {float: none;min-height:70px}
Forum: Plugins
In reply to: [Social FBlog] Problem with like buttonis there any solution can be post in here ?
how to delete the css when i use the child theme css ?
Forum: Themes and Templates
In reply to: [Customizr] how to add custom field below article contenthi.. perfecto.. this is resolved.
but one more thing..
i want to move the Movie Attribute to right above the content (not after content, after second thought, i saw IMDB)
and the sypnosis is the content.i tried this hook but no luck,
__before_content , it’s goes above the title
after_content_title, it goes before post meta and after titlei think developer tools like earlier version is much helpful.
Forum: Themes and Templates
In reply to: [Customizr] how to add custom field below article contenthi there again..
i need a conditional tags for custom post type “reviewfilm” in customizr way.
<?php add_action('__after_content', 'content_after_content', 0); function content_after_content() { if ( !is_singular('reviewfilm')) return ''; $image_id = get_post_meta(get_the_ID(), "_simple_fields_fieldGroupID_1_fieldID_1_numInSet_0", true); $img_src = wp_get_attachment_image($image_id, 'medium'); echo $img_src; } ?>
if i have the same function for different post type, can it be merge into one function and only one action ?
i think it’s same here.
i have revert back to 1.0.8 and the add entry button works again.
The save button works.Hi Cristian, i think it’s a bug for 1.0.9 version.
me too, can’t add entry after update
Forum: Themes and Templates
In reply to: [Customizr] Change customizr backgroundhow to insert featured image as title background ? like twentyfourteen ?
Forum: Themes and Templates
In reply to: [Customizr] how to add custom field below article contentyes, i tried this one :
<?php add_action('__after_content', 'content_after_content', 0); function content_after_content() { echo '<div class="span6"> Test </div><div class="span6"> Test2 </div>'; } ?>
How can i show the some custom field with the post-type : broker-list ?
looks like better in HTML ?Forum: Themes and Templates
In reply to: [Customizr] Change Layout of Category PagesMaybe you mean modifying the custom page template for category archives ?
Forum: Plugins
In reply to: [Theme My Login] Change Action Linksi tried that but the register link is not changing.
when i put it on my child theme functions, it does changing but it’s not appeard as the registration page. It appears as the login page.
any idea ?
follow and try my way to reduce plugin conflict.
deactivate all plugins related to FB except NXS.
(from my exp, i cleaned up the dbase from any fb app related).
unregister your FB app from your FB ID (go to setting > app > remove app.
reset all cookies from browser or the site cache
logout from wp and then login again (optional but recommended)
setup the NXS again from the beginning (fb app and key and authorize)it’s works for me.