opacidad imagen portada
This topic contains 68 replies, has 3 voices, and was last updated by Pedro Perez 5 years ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
February 21, 2020 at 5:32 pm #531635
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(3February 21, 2020 at 6:15 pm #531642How do I delete top image in details
February 21, 2020 at 7:44 pm #531655Hi 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; }
February 25, 2020 at 4:11 am #532075Thank you, the image was effectively deleted, but in reality what I want to delete is the entire sector that contains the image.
Thank you.
February 25, 2020 at 4:14 am #532076I 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
February 25, 2020 at 5:15 am #532082the 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.February 25, 2020 at 5:16 am #532083where can I see pages that are using GD V2?
February 25, 2020 at 11:00 am #532126Hi 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; }
February 25, 2020 at 2:05 pm #532151the code sent removes that area from all pages, but I want to keep it on the main cover
February 25, 2020 at 3:51 pm #532166Hi Pedro,
Thanks for your reply. Ok, try this one instead.
.gd_place-template header .featured-area { display:none; }
February 25, 2020 at 5:09 pm #532176Thanks, it worked fine in the web view but not in the mobile view.
How do I make the changes also apply to mobile devices?February 26, 2020 at 5:31 am #532308How do I add a button to display all categories on the main page?
February 26, 2020 at 6:25 am #532322Hi 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.
February 27, 2020 at 5:31 am #532500If 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
February 27, 2020 at 9:52 am #532545Hi 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/
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket