Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

WORDPRESS WEB DEVELOPMENT

For those that are interested in a page builder, I do not think there is anything better than Elementor out there.
I have been a Web Developer / Designer for more than 10 years now and I have tried a lot of page builders, and I think Elementor would be one of the best options considering its functionality and customizability.

The way to totally make a website bloat-free is to avoid any plugins and widgets at a cost of being "easily customizable" and either uses Guttenberg or custom code the theme yourself. So most settle for the next best thing, by using a reliable page builder and for me, that is "Elementor".

There are ways to make your page load faster.
(1) Avoid using plugins if possible.
- If it is a simple task, simply custom code it :)

(2) Use a simple WordPress theme without much functionality.
- Since Elementor can handle most of the design aspects of a theme, it makes no sense to use a complicated and bloated theme. My recommended theme is "Hello Elementor". This removes all theme bloat and is a perfect base for Elementor builder.

(3) Make sure to always upgrade your plugins. The update usually contains numerous bug fixes and performance improvements.

(4) Avoid using other 3rd party plugins especially if it contains feature already present in elementor :)

(5) Using techniques like lazy loading images and videos.

(6) Cut down DOM elements by simplifying the structure of the design as much as possible.

(7) If you are using Elementor, there is no sense to enable Guttenberg and WP CSS / Woocommerce CSS files since Elementor can handle them as well.
So turn them off :)
Here is a simple way to do that. Install a child theme and then edit the functions.php file and add this code:
PHP:
add_action( 'wp_enqueue_scripts', function() {
 
    wp_dequeue_style( 'wp-block-library' );
    wp_dequeue_style( 'wp-block-library-theme' );
    wp_dequeue_style( 'wc-blocks-style' );
 
}, 100 );
 
Last edited:
Lately may nilapit saken website and it was made on Wordpress, i tried stying it at madali lang pala galawin yung fron-end, i havent tried the back-end
 
Lately may nilapit saken website and it was made on Wordpress, i tried stying it at madali lang pala galawin yung fron-end, i havent tried the back-end
Yes Sir madali lang sya sa front end lalo na kung may template na sya sa back end mixed naa sya depende s agusto ng client or ng dev most likely Css html din
 
Tinatry ko gawin yung business website namin using Wordpress + Elementor. Mukhang ok sya - Free user lang kase yung elementor ko. Any advise na mas madali?
 
Kung tutuusin pwede naman incorporate yung gawa ni friend eh, well nasa admin nalang rin kung kaya nya ba gawin haha
Hindi nila tinanggap boss, dapat daw talaga wordpress daw. Eh back to scratch na naman. Hindi nman mabigat yung site na ginawa through php walang transaction puro texts lang at pictures no vids. Posible kaya yun lang ipasa or nag iinarte lang ang dict. Nagpa hosting kasi kami government unit.
 
Sana sa start palang sinabi na nila na sa WP gawin yung website para di na doble trabaho haha anyway madali lang naman kung walang transactions and more on static text lang hehe

btw kasama na sa monthly yung hosting if mag WP na kayu, sama moko sir pag need man power :)
 
Wordpress din ginamit ko sa pinagawang website sakin. From zero knowledge nakagawa naman ako since puro drag and drop lang using Elementor haha
 
Web developer din po ako and WordPress main na gamit pang develop. suggest ko po na generatepress ang theme at generateblocks or kadence ang builder wag elementor. bloated na ang elementor at sobrang bagal pag madami ng content. meron na din full site edit ang latest WordPress kaya pwede na ma customize ang archive post single post footer header etc. pwede nyo rin I try bricks builder.
 
Back
Top Bottom