Justine13
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] "The specified value "Email" is not a valid email address."Hello,
The support of my theme have replied:
This warning says that value entered for the Email address (demo input That says Email) is not a correct email address, which is logical as Email only suggest to the user that in that field he should enter his email.
I Hope it will help
Forum: Themes and Templates
In reply to: Adding text box overview – change page templateI think I was wrong file, here’s one that should match
<?php // This line is needed for mixItUp gutter ?> <article class="edgtf-portfolio-item mix <?php echo esc_attr($categories)?>"> <div class = "edgtf-item-image-holder"> <div class="edgtf-icons-holder"> <?php echo $icon_html ?> </div> <a href="<?php echo esc_url($item_link); ?>"> <?php echo get_the_post_thumbnail(get_the_ID(),$thumb_size); ?> </a> </div> <div class="edgtf-item-text-holder"> <<?php echo esc_attr($title_tag)?> class="edgtf-item-title" <?php echo conall_edge_get_inline_style($title_style) ?>> <a href="<?php echo esc_url($item_link); ?>"> <?php echo esc_attr(get_the_title()); ?> </a> </<?php echo esc_attr($title_tag)?>> <?php echo $category_html; ?> </div> </article> <?php // This line is needed for mixItUp gutter ?>
do I add a div? or <? php echo?
I don’t know at all what to do, thank you for your help !
Ok thank you
I do not find this google-analytics-for-wordpress folder, what should I do?
I’ve download the previous version of wordpress (4.4) until the problem is resolved
Hello,
I have this problem also:
Notice: get_currentuserinfo is deprecated since version 4.5! Use wp_get_current_user() instead. in /home/savoyrocyz/www/wp-includes/functions.php on line 3662
But if I disable the SEO by Yoast plugin nothing changes what do I do?
thank you very muchForum: Plugins
In reply to: [Contact Form 7] Adapt width smartphone fieldsI tried this code :
@media only screen and (max-width:767px){ div.wpcf7 input:not([type="submit"]), div.wpcf7 textarea { width: 270px; } }
It works only on smartphone tablet, my elements overlap ..
Forum: Plugins
In reply to: [Contact Form 7] Adapt width smartphone fieldsSomeone a solution to help me? I still do not get how …
Thank you
Forum: Fixing WordPress
In reply to: Create script php for CronHello,
The CRM will produce an xml file, I’ll must to upload it to my server.
At that time, I have to pass this information to my database. but I do not know how to do, I have to upload the xml file on my wordpress or php my admin? Or create a script that uploadera this data?Then I need to create a cron job, I can do it on OVH, but I have to call a php script file, and I do not know how to create it. You know ?
thanks for your help
Forum: Themes and Templates
In reply to: [onetone] Problem with themeHi,
I don’t know exactly, that’s a long time … Try to disable your plugins one at a time to see if things change, otherwise I think it comes from the updated theme … Sorry not to be able help more. Good luck !
Forum: Plugins
In reply to: [Contact Form 7] Adapt width smartphone fieldsHello,
Thank you for your reply, I would like to have more details if possible … what css file I need to change ? The the plugin file or theme of my site (style.css)?
I have used this code? :
@media(max-width:780px) { .form-group col-sm-6 {} }
Thank you very much
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] SiteOrigin Page Builder and WordPress 4.4Thank you, fine, keep us informed when you have the information
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] SiteOrigin Page Builder and WordPress 4.4Even after to have doing a complete browser refresh and desactivate plugins one by one, there are always problem when I use “page builder” for my translated pages… I don’t know what to do…
Thank you for your help
Forum: Plugins
In reply to: [Widget Logic] widget doesn't appear in attraction sidebarI used the is_single() conditional tag on the widgets in combination with the id of the attraction and it works ! Thank you for your help
Forum: Plugins
In reply to: [Widget Logic] widget doesn't appear in attraction sidebarHello
When I do this restriction is_page (array (‘yourPageTitle’, ‘anotherPageTitle’, ‘yourThirdPageSlug’))
The widget disappears on all page
i don’t know what i must do…