jjcstudios
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sharing posts between non networked sitesHI Joy. Im not concerned with the search engine aspect of these sites since these are resource sites for my company and they will passworded.
But thank you for mentioning that. With that in mind do you know of a way to have content on one site that distributes it to a second site?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search only in a specific CategoryIs your plugin compatible with Elementor?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search only in a specific Categoryyes that does answer part of my question but to clarify further, is there a way to have a multiple search widget that search different categories.
For example:
I have a category and a series of posts for How To and I want a search widget on these pages to only search within the How To categoryI have a category and a series of posts for FAQ and I want a search widget on these pages to only search within the FAQ category
Is this possible?
I installed Loco Translate and did a search for Register and 1 item pulled up. On this particular item “Open Registration” There is a headline called Register and a button that says Register. I want target the headline. Will Loco Translate change everything that has the word Register in it or do I have a option to select which one? I didn’t see that option to pick one or the other
I ended up just deleting the user and re-adding it
This ticket can be closed. The above code works great.
Can you provide some guidance on the below. I dont seem to be targeting it correctly
#sf_form_salesforce_w2l_lead_1 .sf_field_state {
width: 40%;
display: inline-block;
padding-right: 20px;
}I tried the below code and it doesn’t seem to be working. Any thoughts?
.postid-217 a.llms-button-action.button {
font-size: 25px !important;
}Figured it out
.llms-button-action:hover {
background-color:#f1f1f1 !important;
color:#666666 !important;
}.llms-button-action {
background-color:#ffffff !important;
color:#000 !important;
}Forum: Plugins
In reply to: [WooCommerce] Add text to right of priceAwesome. That totally works.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Submit Buttongotcha. Thanks Nick
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Custom Fields Noteshmmm… Is there a easy way to map multiple custom fields into the Lead Detail > Additional Information Description field (see below) or does that require some PHP code as well. I think the below sample was added by admin and not populated automatically
https://www.dropbox.com/s/i4zh5ayupawlr2g/sfTest.jpg?dl=0
Thanks,
JohnForum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Captcha QuestionThe theme I am using has short code that splits the page into different sizes. For example 1/3 and 2/3 or 1/2 and 1/2.
So if the captcha fits on a 1/2 page layout it doesn’t fit on a 1/3rd layout. The theme is called Avada.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Decrease Size of CaptchaHI Nick. No worries on responding. Just going to rebuild the css as you have outlined.
Thanks,
JohnForum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Decrease Size of CaptchaThanks Nick. If I want to do custom css should I create a custom.css file (like you outlined at ../salesforce-wordpress-to-lead/custom.css ) or can I just add it to appearance > theme options > custom css field