Weborithm
Forum Replies Created
-
Forum: Plugins
In reply to: [Showdown] No Shortcode GeneratorHi, please contact us by email via this form: http://www.weborithm.com/contact/
Forum: Themes and Templates
In reply to: [Compose WP] Compose v1.2 UpdatesIf your menu colors do not show, you can change them from the ‘Colors’ tab and set them back to the default colors to show them again.
So if the menu color is #222222, change it to any other color and click default again. Repeat for other color settings.
Set the number of footer widgets you want to use, change it from four to one or three and save the settings.
Forum: Plugins
In reply to: [WordPress Auction Plugin] Plugin does not display correctly in IE11Nope, that’s just something we have to do for IE…because it’s special 🙂
You should be fine otherwise.
If you get a few minutes please do leave a review of the plugin. Going to mark this as resolved for now.
Best of luck with your auctions!
Forum: Plugins
In reply to: [WordPress Auction Plugin] Plugin does not display correctly in IE11OK, can you try one thing. Can you go to the Design Settings page and click Update Settings without making any color changes.
Let me know if this helps with the situation. You can email me directly at designed [at] weborithm [dot] com if the above does not work.
Forum: Plugins
In reply to: [WordPress Auction Plugin] Plugin does not display correctly in IE11Hi,
Can you please point out which areas? You can email us via our contact form for support: http://www.wpauctions.com/contact/ for the pro version. Do mention your URL as well so we can take a look.
Thanks.
Forum: Themes and Templates
In reply to: [Compose WP] How to get a different look to post pages?You can place the navigation in a If Else statement, like this:
<?php if ( is_single() ) : // if single show menu ?> <nav class="navbar navbar-inverse" role="navigation"> <div class="container"> <?php if ( get_theme_mod( 'compose_nav_choice' ) !== 'single' ) : // Which menu are we using? ?> <div id="primary-navigation" class="site-navigation primary-navigation" role="navigation"> <button class="menu-toggle"><span><?php _e( 'Primary Menu', 'compose' ); ?></span></button> <a class="screen-reader-text skip-link" href="#content"><?php _e( 'Skip to content', 'compose' ); ?></a> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?> </div> <?php else : ?> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only"><?php _e( 'Toggle navigation', 'compose' ); ?></span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button><!-- /.navbar-toggle --> </div><!-- /.navbar-header --> <?php wp_nav_menu( array( 'menu' => 'primary', 'theme_location' => 'primary', 'depth' => 2, 'container' => 'div', 'container_class' => 'collapse navbar-collapse', 'container_id' => 'navbar-collapse', 'menu_class' => 'nav navbar-nav', 'fallback_cb' => 'wp_bootstrap_navwalker::fallback', 'walker' => new wp_bootstrap_navwalker()) ); ?> <?php endif; // End menu choice check ?> </div><!-- /.container --> </nav><!-- /.navbar --> <?php else : // if not single, don't show the menu ?> <?php endif; ?>I’d like to say that this will only the show the menu on the single posts page not on the archives, pages or any other page.
Forum: Themes and Templates
In reply to: [Compose WP] Change Colour on Main MenuThe menu background color selection tools are not visible in the Customize section because WordPress changed some variables around adding separate customization options in default areas, more specifically here in the Navigation area.
Our next update will those color selection tools available again.
Sorry for the confusion.
Forum: Themes and Templates
In reply to: [Compose WP] Changing responsive menu text colorOpen up your style.css file and add this bit of CSS at the very end:
.primary-navigation a { color: #fff; }WordPress changed a few things in the Customizer from v4.3 onward. I’ll be putting an update out sometime next month with a host of new features and placing the ability to change the menu color back again.
In the meantime the above should work.
Please do take a minute to rate the theme, thank you 🙂
Forum: Plugins
In reply to: [WordPress Auction Plugin] Export usersHi,
The plugin itself does not have a function where you can export buyers names/email addresses. The new responsive display only allows registered users to bid, so if you take that route you can then export the list of registered users by using any other plugin that has that function.
There is a feature that obfuscates the name, for instance we*05*hm instead of weborithm. There is no feature that hides the bids, though I’m curious why would you want to hide the bids? The current bid would show up anyway?
We don’t have one in particular, but the plugin is completely ready for translation.
Hope that helps.
I think you misunderstood me, maybe I could’ve worded it better.
I meant to try other themes to see if you get the same error. Not necessarily paid ones, there are plenty of free ones available right here on wordpress.org as well. My point was to see if you get the same menu issue with any other theme, that’s all.
You might want to try other themes, just in case.
Marking this as resolved for now.
Feel free to contact us directly via email from here on out.
OK, so we seem to have some conflict with the ‘Responsive Display’ we have as part of our plugin and your theme in general. All the other plugins you have on your site showed no signs of conflict with WP Auctions.
At this point there’s no one to blame because we’ve not come across a conflict like this where one feature worked while another did not after going through a lot of iterations of removing, uncalling, changing code/css/etc…
Nevertheless, your site is working now.
We had to switch you over to use the Traditional Display which makes use of features like ‘Register to Bid’ and ‘Request to Bid’ so you’ll be enjoying the same level of security as you would with the other display.
If you think you can use ask the theme author why this could be, because we tried to read his minified JavaScript file, but that would take us hours…, maybe he can provide you a better clue as to what the conflict could be with the other display. It’s definitelly stemming from a JS conflict.
We’ll gladly try again to fix up the use of the other auction display if he can provide a readable version of his minified JS file.
—
The other thing, I entered a URL for your ‘default auction page’, please take a look at it to understand what it does. Also I embedded an auction ID shortcode in the Page so that the auctions can be seen.
—
Lastly, the white screen you experienced was probably not our plugin, our best guess is it seems to be an error with your hosting provider. The error logs did not show any PHP warnings which is why we think it’s not plugin related.
Got the info. We’ll update here after we’ve taken a look.
I find it odd that you were able to not see the menu and get a white screen at the same time. Because the white screen would not have allowed you to view the site at all…so I’m guessing the white screen was not strictly us. I’ll update soon anyway. Hang tight 🙂
Hi, thanks for supporting our work. We’ll be glad to help out, can you activate the plugin for a couple of minutes so I can review what the problem could be?
…EDIT: OK, can you contact us via our contact page here: http://www.wpauctions.com/contact/
Forum: Reviews
In reply to: [WordPress Auction Plugin] Thank youThank you and you’re welcome!