Forum Replies Created
-
Hello,
I added this shortcode
[wpdm_all_packages]into a text element in Codeless Builder, saved changes and this is the result view in backend: https://postimg.org/image/881l7tbzv/
And this in front-end: https://postimg.org/image/ygcpx43sb/I see you do have the download button in your page. Did you manage to fix your issue? Let us know if you still need help with it.
Best regards!
in reply to: Getting 404 Error after installHello,
I fixed it!
In file \wp-content\plugins\codeless-builder\include\core\shortcodes\cl-shortcode.php, I edited this line:$value = array_merge( $default, $value );to this:$value = array_merge( (array)$default, $value );
Regarding the Codeless Builder, the issue is related with the allocated memory on your server side. I increased the memory in wp-config.php file to 256Mb and now it’s loading ok.
Let us know.Best regards!
in reply to: Getting 404 Error after installHello,
I was able to login successfully and i am currently looking into this. Will update as soon as i resolve it. Can you please provide some info on your server? What PHP version are you running?
Best regards!
-
This reply was modified 8 years, 6 months ago by
Mirela.
in reply to: Favicon not changing in my websiteHello,
Can you please send some valid wp credentials in a private reply? So we can give it a look.
Thank you!
in reply to: Custom settings won’t stickThis reply has been marked as private.in reply to: Visual Builder NotWorking after WordPress UpdateHey,
That’s great! I am marking this ticket as resolved. Please open new ticket if you need further help.
Best regards!
in reply to: Specular theme slider not loading on ChromeHello,
I opened the site in Firefox vs 57.0 (64b) and this is the result: https://postimg.org/image/sysdybkej/
-check here again the view in Chrome incognito mode: https://postimg.org/image/f6dz2d197/
And here a view from Safari: https://postimg.org/image/cp27v6p3f/
Please do check from other computers and let us know.
@gyabrudy,
What theme version do you have? Please make sure to have the latest theme and Codeless Builder installed. if the issue persists, please open a ticket and send us your wp credentials in a private reply.
So we can check.Best regards!
in reply to: Getting 404 Error after installHello,
That’s strange. Can you please check again the ftp? I can not access the files via Filezilla. See screenshot: https://postimg.org/image/cb0vvhhtn/
Best regards!
in reply to: After update, getting fatal errorHello,
Please go to your wp-content/plugins folder using a ftp account. Rename all plugins and try accessing the dashboard again. What php version are you running in your serer?
Can you send us some valid wp and ftp credentials in a private reply? So we can give it a closer look.Thanks!
in reply to: Visual Builder NotWorking after WordPress UpdateThis reply has been marked as private.in reply to: Pagebuilder not working after WP updateThis reply has been marked as private.in reply to: Visual Builder NotWorking after WordPress UpdateHello,
Can you provide some wp credentials to login into the testing site? So we can give it a closer look.
Thanks!
in reply to: Change the navigation direction of drop-down menuHello,
Please add this code into your Custom Css box in “Additional Css” menu:
.header_container.header-top > .main { line-height: 80px !important; } #navigation nav { margin-top: 46px !important; }This should be the result: https://postimg.org/image/uoskx5eij/
Change the values to your wish.Best regards!
Hello,
The downloads element is a widget. You can only add it as a widget. See screenshot: https://postimg.org/image/5sz59shln/
That’s why it’s not working in your page.Let us know.
Best regards!
in reply to: Careers – How to configure them?Hello,
Yes, you are right! Sorry for the confusion. Yes, the “Careers” in menu’s left sidebar, are the same as the default pre-defined WordPress post types. You can create templates of careers and add them to your site like you would do with normal pages.
Let e know if you have any question.
Best regards! -
This reply was modified 8 years, 6 months ago by