Forum Replies Created
-
AuthorPosts
-
Hi!
Hast du die Testnachricht erhalten? Ich glaube der Fehler lag daran, dass das Email Feld nicht ausgefüllt war (Empfänger-Email). Dieses Problem ist nun mit 2.4.3 behoben (siehe auch: https://kriesi.at/support/topic/contact-form-does-not-send-to-default-email-or-i-am-misunderstanding-something/ ). Ich habe es jetzt bei dir behoben, indem ich die Emailadresse eingetragen habe, aber nach dem Update auf 2.4.3 sollte auch ein leeres Feld funktionieren.
Regards,
PeterHey!
Great :)
Regards,
PeterHi andri7luck!
Try following code:
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none;
Cheers!
PeterHey drmoody!
We can’t replace this with a pure js function because the ajax search still depends on the wordpress search query and the search query requires the ?s= link. I’ll ask Kriesi to add a nofollow attribute to the search link though.
Best regards,
PeterHey!
Wenn du nur die Weite des Bildes vergrößern möchtest füge folgenden Code in das Quick CSS Feld ein:
.logo img { width: 200px !important; }
Best regards,
PeterHi!
Yes, I strongly recommend to update the theme with ftp ( https://vimeo.com/channels/aviathemes/67209750 ). You don’t loose any settings but you will overwrite customized php/js/css files. If you didn’t modify the theme files you can simply overwrite the old files. If you modified/customized the thee files I recommend to make a backup first.
Best regards,
PeterHi Tanya2105!
Please try to install the theme files with ftp: https://vimeo.com/channels/aviathemes/67209750
Regards,
PeterHi bjobst!
No, but I guess the php file is corrupt. Please try to re-upload/re-install the theme files with ftp. See: https://vimeo.com/channels/aviathemes/67209750
Regards,
PeterHi!
You can use the page id css selector. This code
.page-id-36 .isotope-item a { pointer-events: none; }
will disable the click event here: http://adventurer.webhost4life.com/ef2/sales/
If you want to disable the links for another portfolio page make a copy of the css selector and replace 36 with the page id of the portfolio page where you want to disable the links.
Cheers!
PeterHi!
Please try following css code
#top #ignitewoo_events_calendar_wrap a { max-width: none; }
Cheers!
PeterHey unikumixx!
Can you create me an admin account please and post the login credentials as private reply? I’ll look into it.
Cheers!
PeterHi frankwelschlehmann!
Please try to add following code to functions.php
add_action( 'init', 'avia_deactivate_permalink_rewrite', 10); function avia_deactivate_permalink_rewrite(){ remove_action( 'init', 'avia_wpml_register_post_type_permalink', 20); }
and then re-save the permalinks.
Best regards,
PeterHi!
Enfold bietet diese Funktion nicht standardmäßig an, aber es gibt viele Plugins – zB http://wordpress.org/plugins/search.php?q=font+resize
Cheers!
PeterHey!
Please update to Enfold 2.4.3 – I think Kriesi released the update today and it should contain the fix I posted in my last answer. If the issue still persists we’ll check the css code.
Regards,
PeterHi!
Can you please create us an admin account and post the login data as private reply?
Cheers!
PeterDecember 17, 2013 at 8:55 am in reply to: yoast wordpress seo: how to discourage plugin from indexing some links #200998Hey!
Yes, on the editor page search for the “WordPress SEO by Yoast” option field, select the “Advanced” tab and then you can include/exclude a page into the xml/html sitemap by selecting the option from the dropdown: http://www.clipular.com/c/4726047408914432.png?k=ETGLup5BAZDITmH5As9v6ZgNj70
Regards,
PeterHey!
Can you post a link to the calendar please?
Cheers!
PeterHey nesaw!
Another user reported this issue and this css code
#top #espresso_calendar a { max-width: none; }
fixed the issue for him.
Cheers!
PeterHey Thomas!
Da unser Theme keine Änderungen am Cart, Order oder der My Account Seite vornimmt würde mich dies sehr wundern. Du kannst aber probieren das Theme auf TwentyThirteen umzustellen und wenn dann der Fehler nicht mehr auftritt, sehen wir uns die Sache näher an.
Best regards,
PeterHi der_Regisseur!
Um ehrlich zu sein haben wir Enfold nicht auf “Barrierefreiheit” getestet oder optimiert. Der Code ist W3C valide, es ist möglich für alle Bilder alt und title tags zu setzen, wir nützen modernen html5 Markup (für Navigationsmenüs, Content Bereiche, etc.) und es wird für alle Seiten, Artikel, Templates, etc. der richtige schema.org und hatom Markup ausgegeben. Diese semantische Aufbereitung ist für SEO erforderlich und auch für SEO optimiert, aber ob all diese Vorkehrungen jetzt den Ansprüchen der WAI genügt weiß ich nicht. Ich habe mir vor kurzem einmal die Arbeitspapiere durchgelesen und ich glaube nicht, dass irgendein Theme alle Anforderungen ohne Anpassungen erfüllt. Ich weiß aber auch nicht, ob es nicht besser optimierte, barrierefreie Themes zum Kaufen gibt…
Regards,
PeterHi!
Tbh I don’t think it’s a theme issue but you just need to implement the script properly. But it’s up to you – if the boilerplate framework gives you better results for your project then use it :)
Regards,
PeterHey awilson3rd!
Please create me an admin account and post the login credentials as private reply – I’ll look into it and maybe I can find the conflict.
Cheers!
PeterDecember 16, 2013 at 12:37 pm in reply to: Link from ajax preview to other portfolios ajax preview #200640Hey agarkitekter!
No, such a “deeplinking” feature is not supported by the ajax preview.
Best regards,
PeterHey!
I’m not familiar with the jpreloader script code but I’m pretty sure that it’s not a problem with the jquery migrate code because the migrate code just extends jquery with “deprecated” syntax/functions. The preloader code is optimized for jquery 1.7.1 which contained all “migrate” functions in the jquery core code and thus I’m not even sure if the jpreloader.js would work without the migrate script if you use the new jquery 1.10.x version which does not contain many of the old jquery 1.7.1 functions (like bind(), delegate(), etc.).
If you can’t get the jpreloader script to work I recommend to try another preloader script (I can’t recommend a specific script though because I never tested such a script with Enfold or another Kriesi theme) or try to hire someone here: http://www.microlancer.com/ or here: http://kriesi.at/contact/customization to implement the script for you.
Best regards,
PeterHey!
Glad you solved the problem :)
Cheers!
PeterHi!
Please try following code
.tablepress tbody td{ border-left: none; }
to remove the border from the remaining table fields.
Best regards,
PeterHey dalcnetsrl!
Your best bet is to ask this question in the WPML support forum. They know the WPML plugin better than we do and they can give you an accurate answer. Afaik you can translate tags and categories. First create some tags/categories for the primary language, then on the tags/category editor screen search for the language field and use the “add” link ( http://www.clipular.com/c/4521229897695232.png?k=XPoISX8pESsIrs7hKY5mbPfyKMg ) to create a translation of the existing tag.
Regards,
PeterHey!
You can use the same css selector with the color attribute
#top .avia-smallarrow-slider-heading> div{ text-align: center; color: #333333; }
Cheers!
PeterDecember 16, 2013 at 10:16 am in reply to: WordPress 3.8 and Lost of Categories in the Portfolio Item #200615Hi!
I updated both files for you :)
Regards,
Peter -
AuthorPosts