-
Search Results
-
I’m sorry for the repost, but this really is time sensitive and I haven’t been able to get an answer for 24 hours. Thank you in advance!
Please see the thread here: https://kriesi.at/support/topic/layer-slider-issues-1
I have 5 slides and often only 1…sometimes a couple will play through. I’ve upped limits for post and upload to 100M and memory to 64M. Still happening. On top of it, I can’t even force to view the next slide using prev/next or navigation buttons because they are all showing as /#.
Please, please help. Thank you!
Topic: LayerSlider WP Fatal error
Hi,
Please: I’m trying to set up a page with small slider on top, like in http://kriesi.at/themedemo/?theme=enfold on “Pages”
I tried to:
– use the slides that were already there like “Why Enfold – Small Header”
– duplicate and modify one
– make one myself
I get no page but this warning:
Fatal error: Call to undefined function layerslider_init() in /htdocs/public/www/wp/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 121
Link to page: http://www.akab-lsp.com/wp/?page_id=531
I don’t understand what may be the problem, can you help me?
Thank you very much,
Lucia
Topic: Form Working Problem
Hi,
I need to have a field for email attachment, and since Enfold form don’t provide it I looked for other plugins.
The funny thing is that when I install plugins they work fine but after some test they just stop working. Don’t even send emails anymore.
I tried Contact Form 7 (http://wordpress.org/plugins/contact-form-7)
Which was declared fine with compatibility
And MW WP Form http://wordpress.org/plugins/mw-wp-form
Much useful but no compatibility declared.
Both of them started working and than stopped.
– I installed and deactivated first Contact Form 7 and than MW WP Form
– I tried them both in Default and Advanced editor
I’ve looked on forums and it may be a theme issue.
Please could you help me?
If it’s possible I would really like the MW WP Form to work. But if you could point me toward any plugin working it would be fine. Or tell me how to add a file attachment field to Enfold form :)
Link to under construction site, pages with forms (MW WP Form plugin):
http://www.akab-lsp.com/wp/?page_id=158
http://www.akab-lsp.com/wp/?page_id=240
Thank you very much for any help,
Lucia
Topic: Change position of menu?
Hello, First Of All Want To Say It Is Great Theme.
I just need help with some minor CSS modification.
My Website Is: http://www.paperbarktree.com.au/
I need it to be Boxed Layout And Responsive, Which I Did, However I need to set custom Width and Height And Margins From Top,Bottom, Right, Left Corners. Reason Is That I need background picture to be fully visible.
I am trying to achive website like: http://sunny-kids-wordpress-theme.dtbaker.net/
And Will Use Same Background As Theirs, And Need To See Same Way on Enfold, Size And Ect.
I also need background picture behind Boxed Layout Be Responsive And Get Resized With Website If Possible!
As Now, Website Gets Bigger On Small Devices And Covers Background, Thanks
Any Help Will Be Really Appreciated, Thanks
Topic: toggle sort in sidebar
Topic: Social Icon at Socket
I want to change the font colors for both static and mouseover for all header menu options. This includes parent and child menu options. I am using the header with top navigation. I need to change the font colors for these menu options as well. How do I change these font colors?
I want to change the font colors for both static and mouseover for all header menu options. This includes parent and child menu options. I am using the header with top navigation. I need to change the font colors for these menu options as well. How do I change these font colors?
Topic: Sidebar Menu item?
‘/avia-shortcodes/textblock.php’:
function shortcode_handler($atts, $content = "", $shortcodename = "", $meta = ""){
return "<div class='avia_textblock'>".wpautop( ShortcodeHelper::avia_remove_autop($content) )."</div>";
}
When I insert shortcodes from other plugins in textblock – code is broken because it adds <p> and tags to generated shortcode’s content. Without wpautop() function everything is OK except empty <p> tags and text without <p> tags in the beginning of the block.
So, the best solution for me was change order of the functions:
function shortcode_handler($atts, $content = "", $shortcodename = "", $meta = ""){
return "<div class='avia_textblock'>".ShortcodeHelper::avia_remove_autop( wpautop($content) )."</div>";
}
Also when I add border to images they looks blured because of CSS:
box-sizing: border-box;The same for images with captions. This CSS fix it for me:
div.wp-caption, img {-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
-o-box-sizing: content-box;
box-sizing: content-box;
}
#top div.wp-caption img {
width: auto;
}
Viewing 30 results - 141,181 through 141,210 (of 142,441 total)
