Forum Replies Created
-
AuthorPosts
-
Hi Umer!
Please post your question at the support forum here: https://kriesi.at/support/ . The contact form is just intended for presale questions.
Cheers!
PeterHi,
You can change the cart url by changing the cart page. Go to WooCommerce > Settings > Advanced and select another page fromn the “Cart” dropdown. If you want to rename the page slug of the cart page go to “Pages” and select the cart page. On the editor page search for the permalink url (under the title field) and click “Edit” to edit the slug.
Best regards,
DudeAugust 9, 2018 at 1:14 pm in reply to: Double "title"-Tags for Products Enfold with Woocommerce #995445Hey!
If you added h1 headlines manually – yes. I noticed you hided the default woocommerce category headline though – you can use this code to show it again:#top #wrap_all .template-shop .page-title { display: block; }
You could also add a margin-top to it to shift it a bit down:
#top #wrap_all .template-shop .page-title { display: block; margin-top: 15px; }
Best regards,
PeterAugust 9, 2018 at 1:06 pm in reply to: Apply following quick css code to all pages except homepage #995437Hey Birdster,
You could i.e. use php code to add the styling code to all pages except the home page. You just need to add this code to your child theme functions.php:
function avia_print_custom_css() { if ( is_home() || is_front_page() ) return; ?> <style> @media only screen and (max-width: 989px) { #top #wrap_all .header_color { background: transparent; position: absolute!important; } .responsive #top .header_color.av_alternate_logo_active .logo a > img { opacity: 0 !important; } .responsive #top .header_color .logo img.alternate { display: block !important; } .responsive #top .header_color #header_meta { -webkit-transition: none; transition: none; background: transparent; } .responsive #top .header_color .header_bg { opacity: 0; filter: alpha(opacity=0); } .responsive #top .header_color #header_main { border: none; } } </style> <?php } add_action('wp_head', 'avia_print_custom_css');
Best regards,
DudeHi,
Glad you found a solution.
Best regards,
DudeHi,
Kannst Du mir bitte einen Admin-Account einrichten? Dann sehe ich mir die Konfiguration näher an.
LG,
DudeAugust 9, 2018 at 11:28 am in reply to: Double "title"-Tags for Products Enfold with Woocommerce #995387Hi,
Please change the h1 tags in your product description – https://screenshots.firefox.com/kfAZroDAGQk7tbCP/www.lackformkleber.de. The product title “Audi LX7M Nanograu Spot-Repair” will be used as h1 headline automatically.
Best regards,
DudeHi,
Did you solve the issue? I just tested the link and it redirects to this url https://it-solutions.jaispirit.com/t-a-s/ .
Best regards,
DudeHi,
I’ll close this thread. We’ll continue here: https://kriesi.at/support/topic/header-formatting-help/
Best regards,
DudeHey raisonbrands,
First please excuse the late reply.
We would like the menu flyout to be on the same side as the burger menu icon. Can we just move burger icon and magnifying glass to the right as it is normally?
I added this code to the quick css field to move the menu button to the right:
#top #wrap_all .main_menu { position: absolute !important; }
I also centered and increased the logo image with this code:
.responsive #top #wrap_all #header #header_main .inner-container .logo { width: auto; margin-right: auto; margin-left: auto; min-height: 100px; }
You can replace the min-height value (100px) with a lower or higher value to adjust the logo size. You can also add a min-width value to the code. Please don’t forget to clear the browser cache – otherwise you might not notice the changes.
On hover, I would like the menu links to change to white (on the red background). There is not an option to change text color on hover in the advanced styling Menu Icon / slide out feature.
I added this code to change the hover color:
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a:hover { color: #ffffff; }
Best regards,
DudeAugust 9, 2018 at 10:00 am in reply to: Double "title"-Tags for Products Enfold with Woocommerce #995334Hi,
Please create me an admin account – I’ll check the product editor page.
Best regards,
DudeHey Martina Brandmeier,
Ich würde diesfalls Enfold: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 empfehlen, da es mit dem Avia Page Builder ähnliche Funktionen wie Avada bietet.
Folgende Funktionen zeichnen Enfold besonders aus:
– Performance optimiert. Enfold lädt seit Version 4.3 auf Wunsch nur mehr jene Dateien, welche wirklich benötigt werden: https://kriesi.at/archives/enfold-4-3-performance-update und https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow– DSGVO konform. Enfold bietet DSGVO Optionen für Google Maps, Instagram, Google Fonts, Cookies, Kontaktformulare, Login und Kommentare: https://kriesi.at/archives/enfold-4-4-and-the-gdpr-general-data-protection-regulation . Außerdem stehen wir in Kontakt mit Plugin-Entwicklern wie Borlabs ( Borlabs Cookie ), um Benutzer auch die Möglichkeit zu bieten, komplexe DrittanbieterScripts, etc. mithilfe von Borlabs einbinden zu können.
– SEO. Enfold unterstützt semantische Daten wie schema.org-Markup. Wir unterstützen auch Plugins wie Yoast SEO und deren Premium Addons ohne weitere Anpassungen.
LG,
DudeHi,
Please add this code to your child theme functions.php:
add_filter('avf_title_args', 'avf_title_args_mod', 10, 2); function avf_title_args_mod($args,$id) { if ( is_singular('post') ) { $args['title'] = get_the_title($id); $args['link'] = get_permalink($id); } return $args; }
You can replace get_the_title($id) with a static text like:
$args['title'] = 'My news page';
and replace $args[‘link’] = get_permalink($id); with a static url to your news page like:
$args['link'] = 'https://www.idt.pf/actualites/';
Best regards,
DudeHi,
It works now – I set the “Modèle Blog” option to “Auteur unique, Grande aperçu photo (aucune image auteur est affichée, l’image vedette est grande)”.
Best regards,
DudeHi,
Yes, I’d recommend this workflow.
When should I register my license?
Personally I would register it on the live server. It’s not required for you localhost installation and the license transfer can (somtimes) be tricky.Best regards,
DudeHey plichart1,
We’ll continue here: https://kriesi.at/support/topic/change-category-in-url/
Best regards,
DudeAugust 9, 2018 at 8:26 am in reply to: Double "title"-Tags for Products Enfold with Woocommerce #995289Hey lackformkleber,
I checked one product page ( https://www.lackformkleber.de/audi-lack-smart-repair-lackreparatur/audi-lx7m-nanograu/ ) and it seems like you’re using multiple h1 headlines. One headline is “Audi LX7M Nanograu Spot-Repair”, the other “Die Smart-Repair Lackreparatur für Audi LX7M Nanograu. Für das Spot-Repair kleiner Lackschäden mit Lack-Formklebern. Lack ausbessern ohne Lackstift.”.
For best seo results you should only have one h1 headline on each page and change the second headline to h2, other headlines (subitems) to h3, h4, etc.
Best regards,
DudeHey Parvez Masud,
1) Can I use this theme with multiple sites under single license?
No, you need a license for each website or multisite blog. If you i.e. want to run Enfold on three websites you need to purchase 3 regular licenses.2) Can I install the theme in XAMPP first, develop the website and upload to live server later?
Yes, you also don’t need to buy an extra license in this case. You can transfer it from the localhost to the live website.Best regards,
DudeHey tankerhq,
Can you post a link to the website/page where you want to change the font? Afaik WooCommerce does not set special fonts. You can change the headline + body fonts in the Enfold options panel.
Best regards,
DudeHi,
Please create me an admin account and I’ll look into it.
Best regards,
DudeAugust 8, 2018 at 8:22 pm in reply to: Warning: Division by zero in slideshow_accordion.php on line 661 #995139Hey!
Glad I could help you :)
Regards,
PeterAugust 8, 2018 at 8:22 pm in reply to: Enfold deregistering WordPress core script/style wp-mediaelement #995136Hey ianrmcnair!
Yes the next update will introduce a new filter so you don’t need to hack the theme files ( https://kriesi.at/support/topic/wp_enqueue_media-not-working-on-frontend-after-latest-update/#post-993991 )
You can then use following code in your child theme functions.php to set the condition to true and to always load wp-mediaelement:
add_filter( 'avf_enqueue_wp_mediaelement', 'avia_always_load_mediaelement', 10, 2); function avia_always_load_mediaelement($condition, $options) { $condition = true; return $condition; }
(this is just an example – of course you could also set it with __return_true: https://codex.wordpress.org/Function_Reference/_return_true ).
Cheers!
PeterAugust 8, 2018 at 6:52 pm in reply to: Draw Attention Pro and LearnPress -plugins with Enfold? #995110Hey!
I fixed it. I think the error was triggered by a bug in the yoast local seo code. I contacted the plugin developers and asked them to look into it.
For the protocol – I commented out line 104 in wpseo-local/classes/class-search.php:
$groupby .= $this->wpdb->posts . '.ID';
because it breaks the sql query. It’s not required because the sql query already contains the GROUP BY wp_posts.ID command and this change doesn’t affect the plugin functionality.
Cheers!
PeterHey adrianej,
Please try to clear your browser cache – I can see images and the masonry gallery: https://screenshots.firefox.com/TzXNv756dgipKlwq/www.malagakeepers.es , https://screenshots.firefox.com/0MUzyczaeQiskyGO/www.malagakeepers.es
Best regards,
DudeHey Kate,
Please check the quotation marks – they must look like ” or ‘. You can copy/paste the code below:
<script type='text/javascript' src='https://www.opentable.co.uk/widget/reservation/loader?rid=122436&type=standard&theme=wide&iframe=true&overlay=false&domain=couk&lang=en-GB'></script>
Best regards,
DudeHi,
Can you please create me a ftp account – we need to debug the theme code and thus we need access to all theme files.
Best regards,
DudeAugust 8, 2018 at 1:35 pm in reply to: 500 server error when I preview or activate the theme #994952Hi,
Glad we could help you :)
Best regards,
DudeHi,
To fix the warning
The type attribute is unnecessary for JavaScript resources.
you can try to add this code to the child themee functions.php file:
add_filter('script_loader_tag', 'clean_script_tag'); function clean_script_tag($input) { $input = str_replace("type='text/javascript' ", '', $input); return str_replace("'", '"', $input); }
Reference: https://wordpress.stackexchange.com/questions/287830/remove-type-attribute-from-script-and-style-tags-added-by-wordpress and https://css-tricks.com/forums/topic/clean-up-script-tags-in-wordpress/ – however the code may break some scripts.
The warnings “The XX role is unnecessary for element YY” are triggered by the schema.org markup. You can deactivate the markup in the theme option panel. However it’s just a warning and you can ignore it (it doesn’t make the website invalid).
I’ll look into the other two errors (“CSS: background-image: Parse Error.” and “No space between attributes.”) and report back asap.
Best regards,
DudeAugust 8, 2018 at 1:05 pm in reply to: Warning: Division by zero in slideshow_accordion.php on line 661 #994934Hey cTes,
I tried to log in but I got the error: “HATA: Geçersiz kullanıcı adı. Parolanızı mı unuttunuz?”.
It’s just a warning and you can ignore it – please add this code to your child theme functions.php file (at the very top after the <?php tag):
error_reporting(0);
to deactivate warning messages.
Best regards,
Dude -
AuthorPosts