Posts by Peter Roberto • 29 points
17 posts
-
0
votes1
answer301
viewsQ: Gulp task - Error
I’ve been using Gulp for some time, to minify css files for Less, but now I wanted to use Gulp tb for js files and I’m not getting it, giving the following error. NOTE: Use of Windows module.js:472…
-
0
votes0
answers256
viewsQ: Wordpress Menu - Toggle does not open when you press
I am developing a project in Wordpress, and I have problems with my menu. When I test the site in smaller resolutions, the toggle box does not open it. Since I am rather embarrassed about the HTML…
-
0
votes1
answer18
viewsA: Captcha for Formidable (Form) - Wordpress
I’ll answer it myself in case someone else goes through the same. After a little searching time, I saw in an article that Formidable Pro users have the option to mark a field where you can include…
-
0
votes1
answer18
viewsQ: Captcha for Formidable (Form) - Wordpress
Good afternoon! I’m in need of a captcha plugin that works together with Formidable. In this case, what you already have in Formidable only works in one form per page, and since I need to use 2x on…
-
0
votes2
answers147
viewsA: CMB2 - Wordpress
It rolled here guys, thank you very much to all who helped. :: FUNCTIONS :: add_action( 'cmb2_init', 'double_custom_fields' ); function double_custom_fields() { // Start with an underscore to hide…
-
0
votes2
answers147
viewsQ: CMB2 - Wordpress
/** * Video metabox */ $videos = new_cmb2_box( array( 'id' => $prefix . 'video_url', 'title' => 'YouTube Vídeo', 'object_types' => array( 'video_destaque_home', ), // Post type 'context'…
-
1
votes2
answers117
viewsQ: PHP - If (condition) in wordpress
Next, I have 4 posts on a post type services. Brides, Day Spa, Aesthetic Medicine and Salon <div class="service-content <?php if( $post_title == 'Noivas' ) echo "qwp-content"; ?>">…
-
-1
votes1
answer1014
viewsQ: Featured Post - Wordpress
So I want to do something like in the following example http://www.f1bc.com/ Type, the frame that appears on the home of the site I left, where has a post with the big image and 2 on the right side.…
-
1
votes1
answer14
viewsQ: Wordpress - Single Stylization
So I have a post type services and in it some posts, among them "brides". What happens is the following, the single-qd-service.php was stylized, consequently all the single of the post type services…
-
0
votes1
answer40
viewsQ: Learn about Columns - css
One day, I had to develop a site where the layout had some images that weren’t exactly side by side, and since I didn’t know about Columns, I ended up aligning everything in Absolute and that mess…
-
0
votes1
answer139
viewsQ: Hierarchy of templates - Wordpress
I would like to know simply, easily understood, if someone can explain about the hierarchy of WP templates. I’ve seen a lot about it, including the image of the documentation, but for some…
-
0
votes1
answer317
viewsQ: Image without quality - Safari
Image of the logo of the site where I am developing loses quality when I open the site in Safari. Someone’s been there and they know how to fix it?
-
0
votes1
answer343
viewsQ: Custom Post Type Display Linked to Common Posts
I created a custom post type and in it 4 posts, and called right in the code, I believe, only that they only appear when I leave some post created in post type Posts which is the standard of…
-
0
votes1
answer233
viewsQ: Post types by taxonomy
I’m doing it this way and yet, it’s not pulling taxonomy that I want. It’s pulling standard WP posts and not mine specifically. My post type is the 'post_type' => 'posts_blog', as below and the…
-
0
votes1
answer223
viewsQ: Safari not configured, does not load css
Header of my site, is opening disfigured in Safari 8.0.8, it is not getting css: display: -ms-flexbox; display: flex; -ms-flex-align: center; -ms-grid-row-align: center; align-items: center;…
-
0
votes1
answer1269
viewsA: Images do not load on safari and iphone
I was able to solve the problem by adding the following script, but with priority in 90 /* Remover acento da url das imagens (Para abrir normalmente no Safari)*/ add_filter(…
-
0
votes1
answer1269
viewsQ: Images do not load on safari and iphone
I finalized a site in Wordpress and the same does not load the images in both Safari and Iphone.