alonagomez
Forum Replies Created
-
Thanks it worked. I created a button with padding and background. I have a problem on the CSS for the link color because the default value is “a”. How to customize the “a” name because it is conflict with the website link if I change it to color white?
https://pasteboard.co/VtwTU7VLQWZV.png
- This reply was modified 1 year ago by alonagomez.
Thanks it worked.
I know this checkbox to open in new tab while filling the fields. Unfortunately, my users don’t know it and I am using a Form. I hope you can provide a snippet to open in new tab without ticking to be Fool-Proof.
Please provide detail how to insert that code below.
<div class="acf-view acf-view--id--15639 acf-view--object-id--{object-id}"> <!--$facebook_url$--> <div class="acf-view__row acf-view__facebook_url"> <div class="acf-view__field">$facebook_url$</div> </div> <!--$facebook_url$--> </div>
I have the same issue. Please fix this. It was fixed using the version on the github repository but came back on the latest version.
Sorry I already fix this by using the Link field. I use URL field before which is not okay.
Forum: Plugins
In reply to: [WP Job Manager] BuddyPress EnhancementI saw a free plugin to resolve this issue. https://www.ads-software.com/plugins/bp-job-manager/
I hope you will add this soon because it will look better and the user can view more content.
Forum: Themes and Templates
In reply to: [Astra] Search result no sidebarBut I need a sidebar for my blogs. I hope it can be change in the Customizer > Sidebar.
Forum: Themes and Templates
In reply to: [Astra] 2 Column Blog Archive for MobileHi I saw that thread before posting and like he said it has layout issue for 2 columns. Below is the CSS that I used to make 2 columns for mobile and tablet:
@media (max-width: 921px){
.ast-plain-container .ast-grid-2 .ast-article-post {
width: 50%;
float: left;
}
}
@media (max-width: 480px){
.ast-grid-common-col, .ast-container, .ast-container-fluid {
padding-left: 10px;
padding-right: 10px;
}
}- This reply was modified 1 year, 10 months ago by alonagomez.
Forum: Plugins
In reply to: [WP Job Manager] Open Job Listing in a New TabForum: Themes and Templates
In reply to: [Astra] Related Custom PostsThanks it worked but it shows all the custom posts. Can you add more code to show the same custom category.
I reopen the issue because the snippet put all images in the Community to the Media Library which makes it messy. Please help me hide the youzify_media in the Category list by using CSS. Here is the link and please click the Category to show the youzify_media. https://pinoyequalizer.com/blogs/
Forum: Themes and Templates
In reply to: [Astra] Related Custom PostsJust an update, I used a plugin to show Related Posts on custom post. I hope you can provide a snippet so that I can uninstall the plugin.
Thanks it worked.