pSyToR
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Custom WP New User Notification not workingThat’s not a proper solution, as this would mean I need to make the support of W3 Total Cache for my application.
It’s not normal that WordPress function does not work properly because of W3 Total Cache
Forum: Plugins
In reply to: [W3 Total Cache] Custom WP New User Notification not workingAfter making some tests, if I disable the Database Cache then it’s working properly.
Is this normal? Or is there a problem with your caching?
Forum: Hacks
In reply to: Plugin Development – jQuery … How the… am i supposed to…For references… This does not really work with WordPress
function easyreg_load_jquery(){ wp_enqueue_script('jquery'); } add_action('wp_enqueue_scripts', 'easyreg_load_jquery');
I have never been able to make it work…
The Only way I was able to use JQUERY was by including a jQuery file and couldn’t use it directly inside my PHP
@photocrati XD… Thanks to a big night drinking… To hangover to read properly the error message…
It was clear that it was NextGEN Gallery Optimizer… Am sorry to make you lose time ??
Thanks
By the way rolling back to 2.0.66.37 fixes everything and everything is back to normal.
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Custimized fieldsBy the way you should not use someone else post to ask your question your should start your own post.
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Custimized fieldsDo you have a link to show an example of your problem?
Tell me if I’m wrong but, your year field appear but there is nothing in the list?
Did you read how to configure the “Date Fields”?
Go Edit your field in the Admin section, under Options read the What are my options? you will see for Date Fields you have to set the beginning and ending Year you want to be available in your Date Fields section.
Let me know how this goes.
Forum: Installing WordPress
In reply to: Parser error.Glad to hear that!!
Forum: Fixing WordPress
In reply to: Header is stuck in the middle :(Hi Me again…
I’ve been looking at the template… And I’ve been looking at your site… The template installed on my computer makes the logo going on the LEFT side as you want, and when I look at the code of your site the reason it’s “centered” doesn’t seem to be coming from the Theme itself.
Can you try something… remove your current “Theme”… Reinstall the “Theme” from scratch (download the latest version) and see what happens.
There is something on your site that seems to cause your logo to “Float: none” instead of left as it should be.
Forum: Fixing WordPress
In reply to: Header is stuck in the middle :(Forget about my last answer, just by creating the child theme it breaks the whole theme… :-/
And it took me some fiddling for it to working properly :-/
Forum: Fixing WordPress
In reply to: Header is stuck in the middle :(In your /wp-content/themes/ you will create a folder with the same name as your theme but you will add “-child” at the end of the folder name
(I think it should be vantage-child)
ONce you did that you will create a style.css file in it (you can create localy on your computer than upload it) inside this file you will copy the following code:
/* Theme Name: Vantage Child Theme: vantage Author: SiteOrigin Author URI: https://siteorigin.com/ Theme URI: https://siteorigin.com/theme/vantage/ Description: Vantage is a flexible multipurpose theme. It's strength lies in its tight integration with some powerful plugins like Page Builder for responsive page layouts, MetaSlider for big beautiful sliders and WooCommerce to help you sell online. Vantage is fully responsive and retina ready. Use it to start a business site, portfolio or online store. We offer free and premium support on our support <a href="https://siteorigin.com/thread/">forums</a> (https://siteorigin.com/thread/). Version: 1.2.3 License: GNU General Public License 2.0 License URI: license.txt Tags: responsive-layout, fluid-layout, custom-background, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, black, white, light, one-column, two-columns, full-width-template */ header#masthead .hgroup .logo { float: left; }
Now go back in your WordPress you should see a new theme, it won’t show anything as a preview because it should basically look exactly like your your Vantage theme except that some changes will come from the style sheet I just made you create.
I think you will also need an empty function.php file in it. so just create a text file with nothing inside and copy it in your website.
Let me know how this goes.
Forum: Fixing WordPress
In reply to: Header is stuck in the middle :(Nothing to do with it…
Like booleanbiker pointed it’s really a setting in the CSS (Cascading Style Sheet) that causes that to happen.
Since you have a Theme and they have a support page, I would suggest to send them a message back on the link I made earlier.
They might have a better way to fix it then try to understand a child theme for you ??
If you want to try look at this:
https://codex.www.ads-software.com/Child_Themes
But you need a minimum knowledge in coding. If they don’t answer come back here and I will try to help you with that.
Forum: Fixing WordPress
In reply to: Header is stuck in the middle :(Am I wrong or this is your Theme?
Forum: Fixing WordPress
In reply to: Header is stuck in the middle :(Then it’s fairly easy to do … Let me find you the guide and I’ll post something for your here in a minute.
Forum: Installing WordPress
In reply to: Parser error.This sounds like a possible “upload” corruption or something like that… I would suggest delete everything and reupload the files on your server.
I found another topic on a subject that looks like the “same” problem… I would suggest to delete all the files once again (make sure they are deleted properly I know through FileZilla it can take a while). Once it’s done reupload everything and make sure there is no failure on the uploads.
I understand it’s a clean install you’re doing right?