Gysbertus11
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Creating a Blank PageEmranemranx thanks for your input!!! Continuing on my journey through these dark arts. After lost of YouTubing, Googling, etc. I used the following code in Modern Theme setting, Child Theme, style.css:
http://miningmet.ru/pm_profile/ Page ID = 2169
.page-id-2169 .tc-header:not(.header-transparent) {
box-shadow: 0 2px 2px rgba(102,102,102,.08);
display: none;
}
.page-id-2169 .page-breadcrumbs {
margin-top: 2em;
margin-bottom: 2em;
display: none;
}
http://miningmet.ru/pm_registration/ Page ID = 2165
.page-id-2165 .tc-header:not(.header-transparent) {
box-shadow: 0 2px 2px rgba(102,102,102,.08);
display: none;
}
.page-id-2165 .page-breadcrumbs {
margin-top: 2em;
margin-bottom: 2em;
display: none;
}
The first two works but the last two do not work. What am I missing?Forum: Themes and Templates
In reply to: [Customizr] Creating a Blank PageMany many Thanks, I will work through this. When I have identified the elements that I need to change, how do I progress?
1) I have created a Child Theme
2) I copied the index and renamed it to page-custompage.php
3) Add the code so that it becomes a custom template.
I can now get a blank page if I delete all the code apart from the template code 🙂
Naturally, I feel great but lose all the value of Customizr :(. I worked through the snippets on the website and the discussion there. Followed the links to the codex ….. into the dark arts ;).
The plugin that I want to use is ProfileGrid with Customizr. The webpage, if you want to have a look is: http://miningmet.ru/pm_profile/
As you can understand, I don’t want to lose any of the power of Customizr, just the heading as it is not needed when the team is in the community plugin.Again thank you
Forum: Themes and Templates
In reply to: [Customizr] Creating a Blank PageSorry, I was a bit rud. I have been using Customizr for +5 years on another website. I build it, it works great. My new Hobby project is starting to take shape and I require a couple of pages that are empty. No header, no menu, etc.
Thanks
Thanks, much appreciated, is it in the pipeline?
I will still use the plugin.
Best regards,
Marius
Forum: Themes and Templates
In reply to: [Customizr] Customize page not loading upThanks for a great Theme, had the same problem and in my case it was Black Studio TinyMCE Widget that created the problem.
hope this helps.
Forum: Fixing WordPress
In reply to: e-mail validation issueHi Marius, I had a blond moment, thanks for the comment, yes it work for Contact Form 7 but not in WP marketplace. I asked in WP marketplace’s forum first, and the answer referred me to WordPress. I will go back to the WP marketplace forum and see if they can address the issue.
Thanks again,
Gys
Morning rdell, thanks for the help.
Much appreciated
Best regards,
Marius
Hi rdell, the new 3.2.1 look stunning. Still the same issue, I must be doing something wrong. This is the code that a copied into the function.php of the child.
add_action (‘init’ , ‘remove_admin_bar_buttons’);
function remove_admin_bar_buttons() {
global $current_user;
get_currentuserinfo();
if ( in_array( ‘administrator’, $current_user -> roles ) )
return;
remove_action ( ‘wp_before_admin_bar_render’, array( TC_customize::$instance , ‘tc_add_admin_bar_options_menu’ ));
remove_action ( ‘wp_before_admin_bar_render’, array( TC_admin_init::$instance , ‘tc_add_help_button’ ));
}thanks
Marius
Hi rdell, can this be a directory issue?
I installed wordpress in /wp
/wp/wp-content/asoapbox-childthanks
Marius
Hi rdell, style.css
/*
Theme Name: Asoapbox child
Version: 1.0
Description: A child theme of Customizr
Template: customizr
*/@import url(“../customizr/style.css”);
header.tc-header {
/* Adjust the (red) background color */
background-color: red;
/* Adjust the border (top/bottom + left/right) style/color */
border: 5px 5px solid red;
/* Adjust the (red) top border style/color */
border-top: 5px solid red;
/* Adjust the (green) bottom border style/color */
border-bottom: 5px solid red;
/* Adjust the Image location ‘wp-content/uploads/NAMEOFFILE.png’ */
background: url(/wp/wp-content/uploads/Header.png) repeat 0 0;
}
/*.navbar-inner {
background: rgba(51, 153, 255, 0.9);
}
*/I down loaded 3.2.1 do I just upload the file as if installing a new theme?
Thanks
Hi rdell, been reading your comments, great help.
Version 3.1.24Problem not solved
Problem solved
TC=tcForum: Plugins
In reply to: [WordPress Social Login] can't see Social icon in WidgetsI used this Tip:
You can use HTML Javascript Adder plugin in combination with WSL to display the Widget in your website sidebar by using the shortcode [wordpress_social_login].And I can see the icon and utilise login on the webpage after logging out of WordPress although I cant see the app in Appearances = Widgets