Forum Replies Created
-
AuthorPosts
-
hm guess the problem is that a link created in that shortcode will have double quotes.
you start with:echo do_shortcode("– doublequotes to wrap the shortcode the next doublequote will close it – so try to change these double quotes as single one in your code:
so that a link looks like this in the text:
<a href='https://www.cedima.com/de/' target='_blank' rel='noopener' > CEDIMA </a>you have to make the form in this way with placeholder “” like
not with label but only with placeholder[text your-name placeholder “Your name here”]
But this seems not to be CORS conflict but a Charset Conflict:
We Germans got it with our ö, ü, ä etcRead here: https://kriesi.at/support/topic/german-umlauts-and-icons-arent-shown-correctly/
Login with ftp and look for wp-config.php
If there is in it:
define('DB_CHARSET', 'utf8'); define('DB_COLLATE', '');– replace it with:
define('DB_CHARSET', ''); define('DB_COLLATE', '');if it is not in the wp-config.php
just try first withdefine('DB_CHARSET', 'utf8'); define('DB_COLLATE', '');https://kriesi.at/support/topic/german-umlauts-and-icons-arent-shown-correctly/#post-864457
try first this above – only if it does not work go on reading
__________-so you have ftp access to your root directory?
Login. Some ftp clients do not show hidden files on default it must be activated sometimes.
if the charset can not solve it maybe you try the CORS thing:
Filezilla f.e. under Menu – Server – list hidden files.
the htaccess file is a hidden file and has a dot infront of it and no extension.
you can download it – rename it to a file without dot and with extension txt so that there is htaccess.txt.
Open it with a good text editor: sublime text on mac or notepad++ for windows.
Add this code above to it if your provider server is on apache:<FilesMatch "\.(eot|otf|svg|ttf|woff|woff2)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>upload that file again to your root. rename the existing .htaccess to htaccess.bak ( or something you can remind well) – rename the newly uploaded file to :
.htaccess (without extension)January 18, 2019 at 3:46 pm in reply to: Enfold Kontaktformular hat Probleme mit outlook.com und hotmail.com #1055481Sicher ? oder landen die besagen E-Mails im Spam folder von deinem E-Mail Clienten?
Bei welchem Provider seid Ihr?
Es besteht oft ein Konflikt bei solchen Installationen, wo der E-Mail Empfänger des Kontaktformulares nicht mit der Domain übereinstimmt. Bei meinem Provider ist es nochmal etwas komplexer, weil die SMTP Server standardmäßig nicht nicht mit meiner Domain übereinstimmen.
Abhilfe kann hier schaffen ein txt spf – Eintrag in den DNS der entsprechenden Domain.
Sender Policy Frameworkcan you make a screenshot of what you think is not correct. When i look to your site with chrome or firefox or safari – all browsers are with no major differences
It sounds a bit as if CORS is the reason why – but i can not see such “glyphs” on your page.
if it is a CORS Problem ( Cross-Origin Resource Sharing ) you can solve it by adding this to your htaccess file on root directory of your installation ( if you are running on an Apache Server)<FilesMatch "\.(eot|otf|svg|ttf|woff|woff2)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>on IIS Server Installations it comes to web.config file:
<system.webServer> <httpProtocol> <customHeaders> <add name="access-control-allow-origin" value="*" /> <add name="access-control-allow-headers" value="content-type" /> </customHeaders> </httpProtocol> </system.webServer>what do you mean by css problems in Safari. I work with Safari as Mac User too. i can not see any css issues
ok – then i’m out here – sorry – you have to wait for mods now to solve the issue
What php Version is running on that system.
I got a lot of customers which have older php versions before – and that’s something you sometimes forget to check when reinstalling. Because as far as I’m concerned the new enfold only runs correctly from php versions 7.January 18, 2019 at 2:56 pm in reply to: Enfold: how to put a sidebar on top of a page on mobile screen. #1055467this is better – and comes to quick css:
@media only screen and (max-width:767px) { .responsive #top.woocommerce-page #main .sidebar { display: block; border-color: transparent; } .responsive #top.woocommerce-page #main .sidebar .inner_sidebar { margin-left: 0; } .responsive #top.woocommerce-page #wrap_all .container_wrap_first .container { display: flex; flex-direction: column-reverse; } }January 18, 2019 at 2:52 pm in reply to: Enfold: how to put a sidebar on top of a page on mobile screen. #1055465if you only want that for mobile do this to functions.php of your child-theme
if you like to have it for small screens you have to work with a different if clause( if ($(window).width() < 768) {function change_position(){ if(wp_is_mobile()){ ?> <script> (function($){ $('aside').insertBefore('main.content'); })(jQuery); </script> <?php } } add_action('wp_footer', 'change_position');PS: to work with the flex-box model is also a good idea.
-
This reply was modified 6 years, 10 months ago by
Guenni007.
i do not see how your enfold contact form looks like!
If you are familiar with using the developer tools of a browser you can see the IDs and classes the form element and the input fields got from CF7.
Here you have a few hints: https://contactform7.com/styling-contact-form/
And there are some addons to CF7 for styling it. – But i think you will not need that.any link to see – and to inspect with developer tools for us?
sorry wrong place – i like to answer to a different posting.
It seems to have easier ways to obtain that, but i created a Widget itself for it. – see here : https://kriesi.at/support/topic/social-bookmarks-widget-how-to/
You then only have to drag and drop the new registered Widget to your Widget Area you like (even the footer widget areas) – and all Icons you set on Enfold Options will be shown.
You can insert a heading for that you like to have
See how it looks like ( center; on the left these are share buttons) : https://webers-testseite.de/#footerThe child is always the same. And does not need to update. That is just the trick – to keep all the changes you have made to the theme.
So now you have on your themes folder an enfold , enfold-old and enfold-child-old folder but no enfold-child folder ?
What was the last theme you have activated before the wsod ?you can use the css settings for columns to style the cf 7 :
<div class="flex_column av_one_half first"><label> Ihr Name (Pflichtfeld) [text* your-name] </label></div> <div class="flex_column av_one_half"><label> Ihre E-Mail-Adresse (Pflichtfeld) [email* your-email] </label></div>and to have borders :
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea { border: 1px solid #333 !important; }Do please a complete new upload. Not overwriting an existing enfold folder.
That is what that plugin “Update Theme and Plugins from Zip File” does if you mark to “Enable saving a backup copy of old version… “how did you upload the folder to your themes folder. Overwrite the files or a complete new upload.
I do alway update via ftp but i do not overwrite files. I rename my enfold folder to enfold-old and upload the newest enfold folder then.
see here some hints: https://kriesi.at/support/topic/some-hints-and-advice-to-update-enfold/#post-1022056This method has a big advantage because there is always a rollback folder if something went wrong.
All my CF7 installs do send ( even with upload ) E-Mails.
It is usually a user error and not an application error.
Very rarely the sent e-mails end up in the Junk E-Mail folder. However, this has more to do with the fact that the recipient’s e-mail does not match the domain url.the easiest way to get help would be a live link to that page.
If you don’t want to make it public just post the link into Private Content field – but then you must wait for moderators to come heregenau – und was ich beschreibe, hilft dir diese Zeichen zu verwenden, ohne dass Sie dir das Layout zerschießen.
how does the inserted code for the inputfield of the upload look like on your installation?
have you set a limit of upload data size – think of it that it is byte ( not kb – not MB)ich denke du hast das gleiche Problem wie hier: https://kriesi.at/support/topic/in-content-crash-page/
du benutzt größer gleich oder kleiner gleich Zeichen in deinen Texten, das wird aber als anfang bzw ende eines Tags interpretiert.Bei manchen ALB Elementen wird es reichen ein Entity zu benutzen: http://unicode.e-workers.de/entities.php
die besagten Zeichen oben aber bedürfen der extra FürsorgeJanuary 17, 2019 at 3:47 pm in reply to: How do I add a link to my top navigation to open a pop up with layer slider 6? #1055023isn’t the popup option not only for use with a single license and not the included one?
but to use the inline-popup method and use the shortcode of the slider could work for you.
Well, that really seems to be a German problem, that you try to comply with the law.
I don’t think it’s actually eaten as hot as it’s cooked.
But – you are right – for me as a German it is probably also too important to correspond to that.so i started here my thoughts on how to fullfill all aspects of the GDPR (DSGVO)
Maps: https://kriesi.at/support/topic/google-maps-gdpr-dsgvo/Same thing with youtube films : https://kriesi.at/support/topic/checkbox-to-show-lightbox-or-not/#post-1011241
See how it works: https://webers-testseite.de/weber/youtube-links/
On Google Font load – i do it localy : the copyright is clear on googel fonts – they allow to download and do a selfhost.
Edit : try next tip
-
This reply was modified 6 years, 10 months ago by
Guenni007.
i had only reduced the amount of # because i had no desire to always insert 3 before 3 after.
Of course you can customize this list in the plugin for your purposes.'#singlequot#' => "'", is taking place: '#34#' => "'",but also add new ones etc.
well Günter here from Developer Team has written a little plugin for that:
https://kriesi.at/support/topic/team-member-section-text-pasting-problem/you can see it here on my pastebin: https://pastebin.com/95mEDRYY
i edited a bit – this part is for substitution responsible:
public function __construct() { $this->translate = array( '#lt#' => '<', '#gt#' => '>', '#amp#' => '&', '#91#' => '[', '#93#' => ']', '#quot#' => '"', '#34#' => "'", '#br#' => '<br/>' );Then you can place these special characters by using the other signs like #lt# for less then etc
This will work on tables as well as on headings input field on ALB etc pp. – All credits goes to GünterJust download : https://pastebin.com/dl/95mEDRYY the php – maybe put it in a folder like “avia-special-characters” and upload it to your plugins directory.
Activate it and use the alternative signsby the way – is this solved for you: https://kriesi.at/support/topic/tag-archive/
Enfold Options – Sidebar Settings – Sidebar on Smartphones
“Show sidebar on smartphones (Sidebar is displayed then below the actual content)” -
This reply was modified 6 years, 10 months ago by
-
AuthorPosts
