-
Search Results
-
Topic: Footer Column Widths
Hi Guys,
I’m trying to set my footer up so the columns go 1/4, 1/4, 1/2. I have set up the theme with three columns and customised the widths like so:
#footer .av_one_third{ width: 20.5%; } #footer .el_after_av_one_third{ width: 47%; }but because there’s no specific class to differentiate the second and third column it comes out as 14, 1/2, 1/2. Column one has the class ‘first’ but the others are both just set up as
flex_column av_one_third el_after_av_one_third el_before_av_one_thirdDo you know of anywhere (possibly in footer.php) where I could add a ‘class’ to hook into?
Thanks
Hi,
I am having trouble logging into my WordPress dashboard after yesterday’s update of Enfold theme. Things were working just fine yesterday, but today they are not. I get a few error lines when trying to log in:
Warning: array_push() expects parameter 1 to be array, null given in /homepages/32/d489836946/htdocs/clickandbuilds/CMS3/wp-content/plugins/jetpack/modules/omnisearch/omnisearch-posts.php on line 17
Warning: session_start(): Cannot send session cookie – headers already sent by (output started at /homepages/32/d489836946/htdocs/clickandbuilds/CMS3/wp-content/plugins/jetpack/modules/omnisearch/omnisearch-posts.php:17) in /homepages/32/d489836946/htdocs/clickandbuilds/CMS3/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /homepages/32/d489836946/htdocs/clickandbuilds/CMS3/wp-content/plugins/jetpack/modules/omnisearch/omnisearch-posts.php:17) in /homepages/32/d489836946/htdocs/clickandbuilds/CMS3/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Could you please help? Thank you very much!
Sincerely,
Susanna PatrasPage builder is not working since last update, Please help :S
If i try exiting the page builder it wont allow me to switch back to text or visual editor and the text area shows up as lock for all 3 options.I assumed it was a file transfer error and maybe things became corrupted, but nothing seems to really help.
I’ve tried re-uploading via ftp, via wordpress, via c-panel, and none of that worked.I’ve tried de-installing, de-activating all plugins and switching themes,
but that didnt do the trick either, any thoughts?Here is my console error:
Uncaught TypeError: avia-tinymce-buttons-4.js?wp-mce-4107-20150118:90Cannot read property ‘push’ of undefined
avia-tinymce-buttons-4.js?
tinymce.create.createMenuValues
wp-mce-4107-20150118:20 tinymce.create.initwp-tinymce.php?c=1&ver=4107-20150118:10 ewp-tinymce.php?c=1&ver=4107-20150118:3 awp-tinymce.php?c=1&ver=4107-20150118:10 N.initwp-tinymce.php?c=1&ver=4107-20150118:10 (anonymous function)wp-tinymce.php?c=1&ver=4107-20150118:5 (anonymous function)wp-tinymce.php?c=1&ver=4107-20150118:3 awp-tinymce.php?c=1&ver=4107-20150118:5 r.loadScripts.hwp-tinymce.php?c=1&ver=4107-20150118:5 (anonymous function)wp-tinymce.php?c=1&ver=4107-20150118:5 i
Topic: chmod folders 777 hard-coded
I just found that function-set-avia-backend.php has hard-coded to chmod directories.
@chmod( $folder, 0777 );Thats not a good idea and bad for a lot of users and hosts.
For my case 755 is fine and there should be an option or something for this, not making everyones directories 777 like that.
Why is that needed ?
Thanks.
i have updated to the latest version of the theme: 3.1
But every time I try to edit a page, the Avia editor just spins and spins. I have tried to disable all the wordpress themes as well as all browser extensions/plugins but nothing is getting the editor to display.
When I launch into editing any page I see a page error when the Avia editor is trying to load, below is the error:
Uncaught TypeError: undefined is not a function posts-jquery.js?ver=1.2.5.1:177
(anonymous function) posts-jquery.js?ver=1.2.5.1:177
m.event.dispatch load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.1.1:3
m.event.add.r.handle load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.1.1:3
m.event.trigger load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.1.1:3
e.event.trigger load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.1.1:8
(anonymous function) load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.1.1:3
m.extend.each load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.1.1:2
m.fn.m.each load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.1.1:2
m.fn.extend.trigger load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.1.1:3
$.AviaBuilder.convertTextToInterface.$.ajax.success avia-builder.js?ver=0.8:895
m.Callbacks.j load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.1.1:2
m.Callbacks.k.fireWith load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.1.1:2
x load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.1.1:4
m.ajaxTransport.send.b load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.1.1:4Please advise.
This code in functions-enfold.php makes all submenu links 70px height!
$html .= ” #top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li a,”;
$html .= ” #top #header_main #menu-item-shop .cart_dropdown_link{ height:{$size}px; line-height: {$size}px; }\n”;#top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li a, #top #header_main #menu-item-shop .cart_dropdown_link {
height: 70px;
line-height: 70px;
}Hi Kriesi,
Was given the option to update from 3.08 to 3.1 in the “Updates” section of WordPress. Clicked Update, and it just failed to complete.
Since then I have not been able to get onto the site. The homepage states:
Warning: require_once(config-bbpress/config.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/78/10874578/html/fjp/wp-content/themes/enfold/functions.php on line 416
Fatal error: require_once() [function.require]: Failed opening required ‘config-bbpress/config.php’ (include_path=’.:/usr/local/php5_3/lib/php’) in /home/content/78/10874578/html/fjp/wp-content/themes/enfold/functions.php on line 416
What should I do? I can’t even get onto the wp-admin/ screen to login.
breaks functions like
– option button
– aviva editorfirefox shows:
ReferenceError: wc_select_params is not defined post.php:1875:11 "Deprecated TinyMCE API call: <target>.onPostRender.add(..)" wp-tinymce.php:20:75 TypeError: e is undefinedthanks for helping and give me a working solution
I was looking for something else but realized there are some links at the bottom of my page’s source code that I never created. here are the links:
href=”http://tools.seobook.com/keyword-tools/seobook/?keyword=%D9%88%DB%8C%D8%B2%D8%A7%DB%8C+e2″ target=”_blank”>کتاب سئو
href=”//moz.com/researchtools/ose/links?site=http%3A%2F%2Fwww.franchiseelites.com%2Ffa%2F%25d9%2588%25db%258c%25d8%25b2%25d8%25a7%25db%258c-e2″ target=”_blank”>بررسی
href=”//www.zippy.co.uk/keyworddensity/index.php?url=http%3A%2F%2Fwww.franchiseelites.com%2Ffa%2F%25d9%2588%25db%258c%25d8%25b2%25d8%25a7%25db%258c-e2&keyword=%D9%88%DB%8C%D8%B2%D8%A7%DB%8C+e2″
href=”//webcache.googleusercontent.com/search?strip=1&q=cache:http%3A%2F%2Fwww.franchiseelites.com%2Ffa%2F%25d9%2588%25db%258c%25d8%25b2%25d8%25a7%25db%258c-e2″ target=”_blank”>بررسی
And some others. Is one of the plugins doing this or these are Enfold’s?
