opacidad imagen portada

This topic contains 68 replies, has 3 voices, and was last updated by  Pedro Perez 4 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #531635

    Pedro Perez
    Free User
    Post count: 196

    Estimados, use el siguiente código, enviado por ustedes

    header .featured-area::before; {
    background-color;white;important;
    opacity: 0;
    }

    como soluciono?

    error
    Uncaught Error: Class ‘area’ not found in /home2/tutopiac/public_html/colinabusca.cl/wp-content/plugins/code-snippets/php/admin-menus/class-edit-menu.php(213) : eval()’d code:1 Stack trace: #0 /home2/tutopiac/public_html/colinabusca.cl/wp-content/plugins/code-snippets/php/admin-menus/class-edit-menu.php(213): eval() #1 /home2/tutopiac/public_html/colinabusca.cl/wp-content/plugins/code-snippets/php/admin-menus/class-edit-menu.php(259): Code_Snippets_Edit_Menu->validate_code(Object(Code_Snippet)) #2 /home2/tutopiac/public_html/colinabusca.cl/wp-content/plugins/code-snippets/php/admin-menus/class-edit-menu.php(122): Code_Snippets_Edit_Menu->save_posted_snippet() #3 /home2/tutopiac/public_html/colinabusca.cl/wp-content/plugins/code-snippets/php/admin-menus/class-edit-menu.php(99): Code_Snippets_Edit_Menu->process_actions() #4 /home2/tutopiac/public_html/colinabusca.cl/wp-includes/class-wp-hook.php(286): Code_Snippets_Edit_Menu->load(”) #5 /home2/tutopiac/public_html/colinabusca.cl/wp-includes/class-wp-hook.php(3

    #531642

    Pedro Perez
    Free User
    Post count: 196

    How do I delete top image in details

    #531655

    Kor
    Moderator
    Post count: 16516

    Hi Pedro Perez,

    Thanks for your post. I’ve checked this page http://colinabusca.cl/places/colina/mascotas/veterinaria-colina/ and I don’t see any errors that you mentioned.

    To remove the top image, you can use the custom CSS code below. Insert into WP > Appearance > Customize > Additional CSS.

    div#sd-featured-img {
        background-image: none!important;
    }
    #532075

    Pedro Perez
    Free User
    Post count: 196

    Thank you, the image was effectively deleted, but in reality what I want to delete is the entire sector that contains the image.

    Thank you.

    #532076

    Pedro Perez
    Free User
    Post count: 196

    I also realized that the code propelled, eliminates the image of the portal and I just need to remove the upper part of the pages detail

    #532082

    Pedro Perez
    Free User
    Post count: 196

    the code sent to eliminate the opacity effect of the main image of the cover does not work, enter it and showed error that I sent in the previous message, please how can I solve it.
    I need the image to be displayed without that effect.
    Thank you.

    #532083

    Pedro Perez
    Free User
    Post count: 196

    where can I see pages that are using GD V2?

    #532126

    Kor
    Moderator
    Post count: 16516

    Hi Pedro,

    Thanks for your reply. You can remove that section entirely using the custom CSS code below. Also, you can check out some of these customization options here https://wpgeodirectory.com/docs-v2/themes/supreme/#css

    header .featured-area {
        display:none;
    }
    #532151

    Pedro Perez
    Free User
    Post count: 196

    the code sent removes that area from all pages, but I want to keep it on the main cover

    #532166

    Kor
    Moderator
    Post count: 16516

    Hi Pedro,

    Thanks for your reply. Ok, try this one instead.

    .gd_place-template header .featured-area {
      display:none;
    }
    #532176

    Pedro Perez
    Free User
    Post count: 196

    Thanks, it worked fine in the web view but not in the mobile view.
    How do I make the changes also apply to mobile devices?

    #532308

    Pedro Perez
    Free User
    Post count: 196

    How do I add a button to display all categories on the main page?

    #532322

    Kor
    Moderator
    Post count: 16516

    Hi Pedro Perez,

    Thanks for your reply. The featured image is not visible on mobile. Also, you can display categories using shortcodes https://wpgeodirectory.com/docs-v2/geodirectory/shortcode-builder/ on the page.

    #532500

    Pedro Perez
    Free User
    Post count: 196

    If ready only some categories, how to display all the missing ones with a “show more” link?

    and please indicate where I can see sites made with GD V2

    #532545

    Kor
    Moderator
    Post count: 16516

    Hi Pedro Perez,

    Thanks for your reply. May I know what do you mean by “display all the missing ones with a “show more” link”? Could you elaborate?

    To see sites that are using GD, you can check out the showcase here https://wpgeodirectory.com/category/showcase/

Viewing 15 posts - 1 through 15 (of 69 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket