Forum Replies Created
-
AuthorPosts
-
April 14, 2016 at 10:02 am in reply to: simple menu on Enfold without logo and with social icon on the same line #613653
Hi!
remove the code causing the issue and use this one to hide your logo instead:
@media only screen and (max-width: 767px) { .responsive #top .logo { display: none; }}Cheers!
AndyHi!
super, dass du es hinbekommen hast. Lass uns gerne in einem neuen Ticket wissen, wenn du wieder Hilfe brauchst mit dem Theme. Wir unterstützen dich gerne.
Gruß,
AndyApril 14, 2016 at 9:57 am in reply to: Freiräume zwischen Elementen (Spacing between elements – how to get smaller) #613640Hi!
habe mir deine Seite angeschaut und unter deinem Herzlichen Willkommen sehe ich keinen besonders großen Abstand. Wo genau also? bitte einmal deinen Browser Cache leeren und einige Male ein hard refresh machen. Wenn das Problem weiterhin besteht, dann bitte Admin Zugang hier als private Nachricht posten.
Gruß!
AndyHi!
alright, let us know if you need help with this issue again. We’ll let this thread open for you.
Regards,
AndyHi!
wenn nur ein Bild zu sehen ist, warum sind dann dort zwei? Kannst du uns bitte Admin Zugang hier als private Nachricht posten? wir wollen uns das mal genauer anschauen.
Cheers!
AndyHi cwirth!
für gewöhnlich kannst du in deinen Widget Einstellungen im Backend die Anzahl angeben. Das hängt aber davon ab welches WordPress Widget du genau verwendet und ist eigentlich unabhängig vom Theme (und von WordPress selbst kontrolliert).
Schick uns mal Admin Zugang, dann schauen wir uns das mal genauer an. Login Daten hier als private Nachricht.
Gruß,
AndyHi!
hast du bereits alle Plugins deaktiviert, um zu schauen, ob eins dieses Problem verursacht?
Eventuell sind einige Theme Dateien korrupt und in diesem Fall müsstest du alle Theme Dateien via FTP komplett löschen und dir hinterher eine frische Enfold Kopie von deinem Themeforest Account besorgen: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Cheers!
AndyHi!
versuche diesen Code hier:
#top .fullsize .template-blog .big-preview img { width: 900px; max-width: 900px; height: 600px; }und passe die Werte so an wie du es brauchst.
Gruß,
AndyHi!
try this code instead:
section#text-2 .textwidget { display: flex; } section#text-2 form { margin-left: 10px; margin-top: -18px; } section#text-2 .textwidget span { top: 10px; position: relative; }Cheers!
AndyHey!
du kannst Portfolio Grid oder Masonry Gallery Element dafür nehmen. Ein präziser Link, der das Problem aufzeigt, würde uns helfen das Problem besser zu verstehen.
Gruß!
AndyApril 13, 2016 at 6:50 pm in reply to: simple menu on Enfold without logo and with social icon on the same line #613096Hi!
posting all your css code here does not help us. As I already said: remove it completely to check if things get better for you. Then you can put it in again one by one to find out which one is causing the problem.
Best regards,
AndyHi!
there might be a conflict with a plugin or so. Try to deactivate all of them to check which one could cause this issue.
Regards,
AndyHi!
what do you mean with all 3rd ranked pages? can you explain further what you are trying to achieve please? a mockup showing the result would help a lot.
Cheers!
AndyHey!
ja, das kannst du.
Gruß,
AndyApril 13, 2016 at 6:44 pm in reply to: Portfolio Category Display: number of preview images, and their sizes #613089Hi!
Wordpress is cropping images by default when uploading them. Use a plugin like this to control this behavior: https://wordpress.org/plugins/simple-image-sizes/
If you still need to do it after you have used the plugin you can check your functions.php, where all image sizes are saved:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize sliderAdjust it as needed.
Best regards,
AndyHi!
I can see the difference due to my code. Just adjust the values until it fits for you.
Regards,
AndyApril 13, 2016 at 6:36 pm in reply to: Freiräume zwischen Elementen (Spacing between elements – how to get smaller) #613080Hi DirkAC!
du könntest ein “Whitespace” Element einfügen und dort einen negativen Wert als Abstand einfügen.
Gruß,
AndyHi goldon!
klingt für mich nicht wie keine Theme bezogene Frage, sondern viel mehr wie eine generelle WordPress Frage.
Die Reihenfolge für dein WP Menü kannst du unter Einstellungen->Menü verändern, einfach per Drag’n Drop.Cheers!
AndyHi!
bitte mache für unterschiedliche Frage auch unterschiedliche Tickets auf.
Kannst du uns bitte einen präzisen Link von den entsprechenden Elementen schicken? wir müssen in der Lage sein sie zu inspizieren. Ich konnte keinen Link zu einen Custom Post Types finden.
Wir empfehlen dir mit dem Yoast SEO Plugin zu arbeiten.
Gruß,
AndyHey!
1.) As far as I get your question: yes.
2.) You can check this by seeing which image size has your image and then look inside your functions.php code (which I posted in my previous post) and see which image size has the same size as your image in question.
3.) Should be taken care by the theme. Let us know if you experience any issues though.
4.) Can you provide us a precise link of this issue? we need to be able to inspect the elements. Also screenshots would help (use imgur.com or dropbox).
Regards,
AndyApril 13, 2016 at 6:11 pm in reply to: Hintergrundfarbe im erweiterten Layerslider definieren? #613044Hey!
alles klar. Sag uns bescheid, wenn du zu dem Theme noch fragen hast.
Gruß,
AndyHi Luisgasser!
yes, use code block element for it.
Regards,
AndyHi 1039 Online!
use this code inside of Quick CSS field:
@media only screen and (max-width: 767px) { .avia_textblock.av_inherit_color h1 { font-size: 72px !important; }}and adjust as needed.
Regards,
AndyHi lenvo!
this question would best suit in WooCommerce support forum, because these guys know their plugin best. I am sure they could help you.
Best regards,
AndyHey!
the plugin I mentioned is the easiest way to get control over image sizes. However, you can check your functions.php for this too:
/* * Register additional image thumbnail sizes * Those thumbnails are generated on image upload! * * If the size of an array was changed after an image was uploaded you either need to re-upload the image * or use the thumbnail regeneration plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/ */ $avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider //overwrite blog and fullwidth image on extra large layouts if(avia_get_option('responsive_layout') == "responsive responsive_large") { $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider }Adjust the image sizes there as needed.
Best regards,
AndyApril 12, 2016 at 6:14 pm in reply to: Portfolio Category Display: number of preview images, and their sizes #612063Hi!
upload the images in question in the exact same size.
Best regards,
AndyApril 12, 2016 at 6:12 pm in reply to: Hintergrundfarbe im erweiterten Layerslider definieren? #612061Hi!
png ist nicht transparent, ausschließlich png24 kann transparent sein. Dies gilt übrigens nicht nur für den Enfold Slider, sondern überall im Web … deswegen ist es auch keine Theme bezogene Frage.
Gruß,
AndyHi!
super, dass es klappt. Lass uns gerne in einem neuen Ticket wissen, wenn du wieder Hilfe brauchst mit dem Theme. Wir unterstützen dich gerne.
Gruß,
AndyHey!
about which effect are you talking about on this link you’ve provided? Masonry element is used on this demo page.
Cheers!
AndyHey!
use this code inside of Quick CSS field:
@media only screen and (max-device-width: 736px) { .av-single-slide.slide-1.active-slide { background-repeat: no-repeat; background-size: 702px 353px; background-position: -50px 0px !important; }}and adjust as needed.
Regards,
Andy -
AuthorPosts
