behmtt
Forum Replies Created
-
Forum: Plugins
In reply to: [StatCounter - Free Real Time Visitor Stats] Unable to access websiteHTTPS is not supported in the Free account.
Forum: Plugins
In reply to: [StatCounter - Free Real Time Visitor Stats] Fix for HTTPSHello,
On our website, pgcs we get an error in statcounter. It says: Unable to access website.
I do not know that this is due the https or something else.I tried the solotion at this post (http://pastebin.com/XjRVnmxX) but that did not help.
What could be wrong?
Forum: Themes and Templates
In reply to: [Customizr] Several bugs with version 3.2.2Today i have deleted all albums of Fancy Gallery, deleted the plugin, reinstalled the plugin en made a gallery. Nothing happens.
Somethins is blocking my gallery.When i look at the source code i see that the gallery is loaded on the page but is not made vissable.
Forum: Themes and Templates
In reply to: [Customizr] Several bugs with version 3.2.2Thanks for the reaction.
I had to change the settings for the menu in the style.css of my Child theme like this:
was.navbar .nav { margin: -10px 10px 20px 0; }changed to
.navbar .nav { margin: 10px 10px 20px 0;and for the logo on the left:
Was:.tc-header .brand a { text-decoration: none; margin: 20px 0 0 0; display: block; }changed to
.tc-header .brand a { text-decoration: none; margin: 10px 0 0 0; display: block; }Now i have an issue with search in the navbar. When i click on search the navbar gets wider. That is not how it was.
The Fancy Gallery should appear on the following sites:
– http://foto.mijntenttrailer.nl/kariba/
– http://foto.mijntenttrailer.nl/kavango/
– http://foto.mijntenttrailer.nl/combi-camp/
– http://foto.mijntenttrailer.nl/livingstone/
– http://foto.mijntenttrailer.nl/tent-trailer/
– http://foto.mijntenttrailer.nl/tundra/Forum: Plugins
In reply to: [Contact Form 7] on_sent_ok time delayHello,
I have the same question as Ronnettecox.
I want to increase the delay-time before redirect.Problem solved:
remove in import_folder.php which is located in plugins\nextgen-gallery\nextgen-gallery\products\photocrati_nextgen\modules\nextgen_addgallery_page\templates the following code:<p>Select a folder to import. The folder name will be used as the title of the gallery.</p> <div id="file_browser"> </div> <p> <input type="checkbox" id="import_keep_location" name="keep_location" value="on" /> <label for="import_keep_location"> <?php esc_html_e('Keep images in original location.', 'nggallery'); ?> <span style="font-size: 85%"><?php esc_html_e('Caution: If you keep images in the original folder and later delete the gallery, the images in that folder might be deleted depending on your settings.', 'nggallery'); ?></span></label><br/><br/> <input type="button" id="import_button" name="import_folder" value="Import Folder" class="button-primary"/> </p>Then go in the backend to Gallery => Add Gallery/images, select import folder and you see the options are gone.
@photocrati
Is there a way to disable the option for all users, so also for admin?
As admin i don’t need this option.Maybay a change in the code somewhere?
Forum: Themes and Templates
In reply to: [Customizr] Read more not working in blog.phpHello ElectricFeet,
Your suggestion worked.
Thanks.Forum: Themes and Templates
In reply to: [Customizr] Read more not working in blog.phpIs there anyone who can help me with this?
Thanks in advance.Forum: Themes and Templates
In reply to: [Customizr] Login as on http://www.themesandco.com/So far no answer from Nicolas.
I close this topic.Forum: Themes and Templates
In reply to: [Customizr] Change the color of the Featured Pages ButtonsI don’t need to Change the color of the Featured Pages Buttons anymore.
If anyone has an idea to solve it thats fine with me.I leave the topic open for that.
Forum: Themes and Templates
In reply to: [Customizr] search field in the nav menuHello Sevar,
i did succeed in getting the searchbox in the navbox. But with possitioning the searchbox witch css it was either not clickable or the the menu was not clickable. So i give up and placed the searchbox in the footer.Forum: Themes and Templates
In reply to: [Customizr] search field in the nav menuI got the searchbox in the navbar but now the seachbox is not clickable.
This is the code in the header.php:<?php /** * The Header for Customizr. * * Displays all of the <head> section and everything up till <div id="main-wrapper"> * * @package Customizr * @since Customizr 1.0 */ ?> <!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html class="ie ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html <?php language_attributes(); ?>> <!--<![endif]--> <?php if(function_exists('wplb_login')) { wplb_login(); } ?> <?php //the '__before_body' hook is used by TC_header_main::$instance->tc_head_display() do_action( '__before_body' ); ?> <body <?php body_class(); ?> <?php echo tc__f('tc_body_attributes' , 'itemscope itemtype="http://schema.org/WebPage"') ?>> <?php do_action( '__before_header' ); ?> <header class="<?php echo tc__f('tc_header_classes', 'tc-header clearfix row-fluid') ?>" role="banner"> <?php //the '__header' hook is used by (ordered by priorities) : TC_header_main::$instance->tc_logo_title_display(), TC_header_main::$instance->tc_tagline_display(), TC_header_main::$instance->tc_navbar_display() do_action( '__header' ); ?> <form method="get" id="searchform" action="<?php bloginfo('home'); ?>/"> <div><input type="text" size="18" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" /> <input type="submit" id="searchsubmit" value=">>>" class="btn btn-info" /> </div> </form> <p class="forhelp"></p> </header> <?php //This hook is filtered with the slider : TC_slider::$instance->tc_slider_display() do_action ( '__after_header' ) ?>If i put the code <div class=”navbar-wrapper clearfix row-fluid”> in the header.php the seachbox works but then the menu is not clickable.
Something is going wrong.Then there is another thing. When i hide the navbox lilke mentioned in the snippet remove-navbar-box the searcbox is vissible and when i want to show the navbox the searchbox is gone.
Here is my site: durksweb.nl.Forum: Themes and Templates
In reply to: [Customizr] Login as on http://www.themesandco.com/Yes i know how that works. But then you see onlny the login page. I want to integrate in the site like Nicolas did.
Forum: Themes and Templates
In reply to: [Customizr] Hide widgets on front pageI setup my child theme like its explained on First method with a ftp access. I did it manualy. I saw that i had all the code from the core in it and i removed it know. But the problem is still excisting.