Forum Replies Created
-
AuthorPosts
-
Hey Swarez,
To be honest I couldn’t find any obvious reasons which would make any difference. I just took a quick look at it but the relevant code seems to be similar. I wouldn’t spend too much time on improving the grade because it’s just a generic analysis – also see: https://docs.wp-rocket.me/article/85-google-page-speed-grade-does-not-improve
Best regards,
DudeHi,
I could not find a child theme. I now uploaded and activated the default child theme and added the code to the functions.php file.
Best regards,
DudeAugust 14, 2018 at 9:10 pm in reply to: Erweiterter Layout-Editor nicht verfügbar für Redakteur? #997302Hi!
Sehr gut :)Regards,
PeterHi,
I can’t find any child theme(s) on your server: http://www.clipular.com/posts/4617988649779200?k=iKbTQDMc2qEEFFsI-si3TlD7T9w
Best regards,
DudeAugust 14, 2018 at 8:35 pm in reply to: Erweiterter Layout-Editor nicht verfügbar für Redakteur? #997271Hi,
Ich konnte es auf meinem Test-Server nicht reproduzieren, ich vermute es liegt daher am Berechtigungs-Management. Ich werde mir die Sache aber nochmals auf meinem Server ansehen.
LG,
DudeHey fanlokbun,
I’m sorry but this is beyond the scope of our support forum. It’s a woocommerce issue and/or customization of the default woocommerce template and is not a theme issue. I’d recommend to hire a developer for this task.
Best regards,
DudeAugust 14, 2018 at 8:22 pm in reply to: Erweiterter Layout-Editor nicht verfügbar für Redakteur? #997266Hi,
Ich habe jetzt folgende Brechtigungen vergeben:
aiosp_manage_seo
create_posts
edit_others_pages
edit_others_posts
edit_pages
edit_plugins
edit_posts
edit_private_pages
edit_private_posts
edit_published_pages
edit_published_posts
manage_categories
manage_links
publish_pages
publish_posts
read
read_private_pages
read_private_posts
switch_themes
unfiltered_html
unfiltered_upload
upload_filesMan kann davon sicherlich noch ein paar Berechtigungen entfernen (zB manage_categories und manage_links), aber zB switch_themes ist erforderlich, damit der Editor funktioniert.
LG,
DudeHey ballindigital,
You can use a plugin like https://wordpress.org/plugins/simple-image-sizes/ to add or remove defined thumbnail sizes. If you i.e. remove 3 sizes wordpress will only generate 11 images and not 14.
You could also use an offline tool like https://saerasoft.com/caesium/ or https://imageoptim.com/mac to compress the images. Download the wp-conent/uploads folder via ftp, search the folder for jpegs on your PC/Mac and drag’n’drop the files into the software window to compress them. Then upload the folder via ftp and overwrite the uncompressed files.
Best regards,
DudeAugust 14, 2018 at 7:49 pm in reply to: Erweiterter Layout-Editor nicht verfügbar für Redakteur? #997259Hi,
Komisch diesen Fehler kann ich auf unserem Testserver nicht reproduzieren. Kannst Du mir bitte einen Admin-Account einrichten, sodass ich die Rechte vergeben kann?
LG,
DudeHi,
I’d recommend to set a custom css class for the element where you want to remove the negative margin (i.e. use the class “av_no_negative_margin_mobile” without the quotes). Also see: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements
Then add this code to the quick css field or child theme style.css file:
@media only screen and (max-width: 767px){ .responsive #top #wrap_all .av_no_negative_margin_mobile { margin-top: 50px; }}
You can replace 50px with any other px value – a higher value will shift the element to the bottom. If the code doesn’t work you can try to add !important to the value like:
margin-top:50px !important;
Best regards,
DudeHi,
Please try to install and configure a smtp plugin like: https://de.wordpress.org/plugins/easy-wp-smtp/ and check if this solve the issue.
Best regards,
DudeAugust 14, 2018 at 7:18 pm in reply to: Bulleted Numbers Cut Off on iPhone (Only Numbers 10 and Above) #997244Hi,
I noticed the sentences are full of non-breaking spaces. Try to replace & nbsp; with standard spaces – i.e.
<li><a href="https://amzn.to/2uG5mqs" target="_blank" rel="noopener">If using a dropper</a>, place liquid on the side of the tongue, partway back. If in center it can cause gagging.</li>
should look like:
<li><a href="https://amzn.to/2uG5mqs" target="_blank" rel="noopener">If using a dropper</a>, place liquid on the side of the tongue, partway back. If in center it can cause gagging.</li>
Best regards,
DudeHi,
Great, glad it works now :)
Best regards,
DudeAugust 14, 2018 at 7:09 pm in reply to: Erweiterter Layout-Editor nicht verfügbar für Redakteur? #997239Hey GePu,
Du kannst ein Plugin wie https://de.wordpress.org/plugins/user-role-editor/ nützen, um die Nutzerrechte einzuschränken oder auszudehnen. Du könntest daher entweder Admin-Konten vergeben und dann die Rechte einschränken oder Redakteur-Konten vergeben und den Redakteuren zumindest jene Rechte zuordnen: read, upload_files, edit_published_pages, edit_pages, edit_published_posts, edit_posts, edit_files
LG,
DudeAugust 14, 2018 at 6:26 pm in reply to: Partner logo element problem (repeating / looping image) #997208Hi,
Please create us an admin account – we’ll check the configuration on the editor page.
Best regards,
DudeHi,
I tried to login in (ftp and wordpress admin) but I always get timeout errors. Probably a firewall blocks us. I’d recommend to reinstall the theme via ftp: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#ftp-install
Connect to ftp, go to wp-content/themes and rename the theme folder (“enfold”) to “enfold_bak”. Then download the new files from themeforest, unzip the theme files and upload them to wp-content/themes/enfold. Make sure the style.css file is located in wp-content/themes/enfold (file path wp-content/themes/enfold/style.css).
Best regards,
DudeAugust 14, 2018 at 6:08 pm in reply to: Fullwidth Break Point for Columns / switch to fullwidth #997194Hi,
This css code should do the trick – you can add it to the quick css field or child theme style.css:
@media only screen and (max-width: 1400px){ .responsive #top #wrap_all .av-break-at-tablet-flextable, .responsive .av-layout-grid-container.av-break-at-tablet { display: block; } .responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell { margin: 0; margin-bottom: 20px; width: 100%; display: block; } }
Best regards,
DudeHi,
This css code will change the (background) color of the shop container:
#top #wrap_all .template-shop .container { background: #ffffff; color: #000000; }
If you want to change the color of the product containers too you you also need this code:
#top #wrap_all .inner_product_header { background: #ffffff; color: #000000; }
Best regards,
DudeHey Karina Sturm,
Does this mean if the button is to the left it means you enable tracking, and if you actually click it and it switches to the right I would disable the tracking?
Yes, by default all options are enabled (the switch has a green color like: http://www.clipular.com/c/5663872510590976.png?k=DcWBFZAFYIgTUphjf2oYIaVP7GU ). If the user clicks on it to disable a feature it turns gray ( http://www.clipular.com/c/5269270511222784.png?k=YgvWeZrw3bOkgcUhgPBBJyCA7jg ).Best regards,
DudeHi!
Yes the code is correct – it will be applied if the screen width is 767px or lower.
Cheers!
PeterHi,
Yes, try this code:
if ((is_object($args) && $args->theme_location == 'avia2')) return $items; $languages = icl_get_languages('skip_missing=0');
Best regards,
DudeHey keep12,
It’s hard to say because we don’t know the Gmail settings and filters. You could try to use a smtp plugin like https://de.wordpress.org/plugins/easy-wp-smtp/ to send the contact form e-mails from your Gmail server, maybe Gmail will then send the autoresponder e-mail.
Best regards,
DudeHi,
I added the code to the top of functions.php (see link in private content field).
You should now see the code field below the advanced layout editor – it looks like: https://screenshots.firefox.com/LCN5Ln2UCJ9YY2OG/www.imagingschool.de
You can paste enfold shortcodes (and only enfold shortcodes!) into it or copy the shortcodes to other posts/pages.
Best regards,
DudeHi,
Yes but we’ll make a new thread for this. Please create a new ticket here: https://kriesi.at/support/ and post your login credentials.
Best regards,
DudeHi!
Yes LayerSlider is included with the theme.
On the last page, when you click on one of the images 3/2 or 4/3 then the slide below should change accordingly. This could be achived with some php fucntion right?
Yes you can use php if you create a separate page for each slide. If you want a nice slide effect you probably need to switch to javascript code.
Would you be able to provide such support?
We do not consider such requests as support requests. You could try to create the slider with tab sections ( https://kriesi.at/themes/enfold-2017/elements/tab-section ) or to create another LayerSlider which looks similiar to the mockup. If this doesn’t work you could hire a developer to write the javascript code for you.
Best regards,
PeterAugust 14, 2018 at 1:35 pm in reply to: How to replace normal contact form with the cognito form with auto-fille fields #997067Hi!
Great, glad I could help you :)
Regards,
PeterHey Peter Weger,
Yes, I think you could create such a layout with the masonry element and images or portfolio items – see https://kriesi.at/themes/enfold-2017/elements/masonry-gallery/
The slider on the last page probably requires LayerSlider or another advanced content slider plugin.
Best regards,
DudeHey Nissan!
Please post your question in the support forum: https://kriesi.at/support/ and we’ll help you there.
Cheers!
PeterHey Armin Schaefer,
Diese Fehlermeldung kann viele Gründe haben – versuche bitte Enfold per ftp zu installieren: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#ftp-install
Für weitere Support Requests nützte bitte das Forum: https://kriesi.at/support/
LG,
DudeHi,
That’s probably the wordpress and not the theme version ;)
Best regards,
Dude -
AuthorPosts