Forum Replies Created
-
AuthorPosts
-
August 3, 2013 at 7:41 am in reply to: Nach Deaktivierung des Plugin COOL VIDEO GALLERY geht… #132828
Hallo,
ich habe mir die Website angesehen und konnte keinen Javascript Fehler finden. Ich denke, wenn auch die Thumbnails, etc. nicht mehr angezeigt werden hat das Plugin vielleicht etwas in der Datenbank geändert (Attachment IDs geändert, bestehende Daten manipuliert, sodass diese nun fehlerhaft ausgewertet werden, etc.). Ich würde daher ein Datenbank Backup einspielen und überprüfen, ob dies das Problem behebt.
Hi!
Maybe you forgot the http:// protocol. Replace
linkedin.com/company/theuptimizers
with
http://linkedin.com/company/theuptimizers
Regards,
Peter
Unfortunately this is not easily possible with the fixed header (sticks at the top and re-sizes/scales when the user scrolls down). You can try to use the standard header (which is not fixed) or you can re-size the logo to 250px width and use the fixed header. The necessary css code would be
.logo img {
width: 250px;
}Hi!
You can set the target on the button option popup/screen:
Best regards,
Peter
Hey!
Let us know if you need more help.
Best regards,
Peter
Hi!
I marked this thread for Ismael.
Regards,
Peter
Hey!
I marked this thread for Kriesi. I couldn’t find a js error/bug and I’m not sure why the slider doesn’t work properly in your case.
Regards,
Peter
Hi!
Please insert following code into the quick css field
.social_header .phone-info span{
font-size: 20px;
}and change the font-size value.
Best regards,
Peter
Hi!
Yes it should work. You can also try a social bookmarks plugin ( https://kriesi.at/support/topic/looking-for-recommendation-on-swyn-plugin )
Regards,
Peter
August 2, 2013 at 3:45 pm in reply to: i importet a video and see now an php error – need help blease #132868Hi!
I found this thread: http://stackoverflow.com/questions/11453487/xampp-and-file-get-contentshttps – maybe it’s a server configuration issue in your case too.
Best regards,
Peter
Hi!
The code seems to be ok for me. Maybe more efficient would be:
font: 13px/1.65em, 'Maven Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
Regards,
Peter
Hi!
Yes – see https://kriesi.at/support/topic/override-the-global-avia_config-within-child-functionsphp
Best regards,
Peter
Hi!
Please try following css code
.events-archive #socket {
padding-top: 21px;
}You can insert it into the quick css field.
Regards,
Peter
You can add some social icons to the header. Go to “Enfold > Header” and select a header “with social icons”. New option fields will pop up and you can add your social links to the header. They’ll look like http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/ or http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ (depends on the header type). If you’re searching for a bookmarks plugin see: https://kriesi.at/support/topic/looking-for-recommendation-on-swyn-plugin
Hey!
You can downgrade to wp 3.5.x. Just download the files here: http://wordpress.org/download/release-archive/ and upload the files with ftp to your server.
Regards,
Peter
Hi!
I tried to investigate the html code and css classes of the pages but it seems like http://bluemontinluray.com/about-us/ already uses another theme…
Best regards,
Peter
Hey!
Can you post a link to the website please? I’m not sure if this is possible but I’ll play around with the css code a bit – maybe we can find a solution.
Regards,
Peter
Hi!
You probably need to increase the padding-top value of the main content area. Insert the code into the quick css field and adjust the value
.fixed_header #main {
padding-top: 88px;
}Regards,
Peter
August 2, 2013 at 8:07 am in reply to: Featured Image works on every page except my "Frontpage" #130573Hi!
Glad it works now :)
Best regards,
Peter
Hey!
Please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out) – I’ll look into it.
Best regards,
Peter
Hey!
Great, glad it works now :)
Regards,
Peter
Hey!
You probably didn’t set a “layers container” width
Kriesi uses 1140px and this gave us great results on the demo page.
Best regards,
Peter
Hey!
Please post a link to your website.
Regards,
Peter
I can’t reproduce this issue on my test server. I.e. here: http://test.inoplugs.com/imprint/ I embedded two layerslider sliders. Both sliders have exactly the same configuration but the first slider will start the slideshow automatically and the second slider won’t.
Try following
1) Update the theme (including the slider) to the latest version 1.8.4. Maybe the layerSlider authors fixed the issue with 4.6.0 and you’re using an older layerslider version.
2) Try to deactivate all third party plugins (including cache plugins) – maybe a plugin conflicts with the layerslider autoplay mode.
Do you use Chrome? I searched “ERR_EMPTY_RESPONSE” which google and it seems like many other users have similar problems. Some posted “workarounds” like using the incognito mode, etc. but there is no real solution/bug fix yet.
Hi,
1) Insert following code into the quick css field
.post-entry .image-overlay {
display: none !important;
}2) Use following css code
.entry-content .post-title {
font-size: 20px;
line-height: 1.3em;
}3) Delete following code in footer.php
//display link to previeous and next portfolio entry
echo avia_post_nav();Hey!
Please add following code into the quick css field
@media only screen and (min-width: 768px) and (max-width: 989px) {
.avia-promocontent {
width: 45%;
}
}Best regards,
Peter
Hi,
yes the Template Builder is not supported by WooCommerce products because the template builder would overwrite the default woocommerce plugin templates and break many existing third party woocommerce extensions. Thus we decided that WooCommerce templateswon’t support our layout builder.
If you want to add images to the products use the “featured image” option in the right sidebar (editor screen) and you can also use the “Product Gallery” field to add some thumbnails.
Hey!
See https://kriesi.at/support/topic/search-drop-down-titles – probably the thread answers your question too.
Best regards,
Peter
You can reposition the thumbnails with following css code (insert it into the quick css field and change the values). However I can’t promise that it will display fine on all screens…
.ls-fullwidth .ls-thumbnail {
top: 10px;
left: 100px;
} -
AuthorPosts