Forum Replies Created
-
AuthorPosts
-
February 25, 2017 at 9:49 pm in reply to: How to solve a conflict b/t enfold google maps api calls (on front & backend) #751838February 25, 2017 at 3:17 am in reply to: How to solve a conflict b/t enfold google maps api calls (on front & backend) #751682
here you go!
February 23, 2017 at 8:03 pm in reply to: How to solve a conflict b/t enfold google maps api calls (on front & backend) #751033I managed to eliminate one or two js conflicts but I have not been able to entirely eliminate the API calls by Enfold (at least on the frontend).
I continue to test this by removing the google maps API key from the enfold optons menu (listed in the private content area)
Current code in the child functions file:
add_filter(‘avia-google-maps-api’, ‘__return_false’, 10, 2);
add_filter( ‘avf_load_google_map_api’, ‘__return_false’ );/* remove google map api calls */
add_filter(‘avf_load_google_map_api’, ‘disable_google_map_api’, 10, 1);
function disable_google_map_api($load_google_map_api) {
$load_google_map_api = false;
return $load_google_map_api;
}- This reply was modified 7 years, 10 months ago by domainarchitect.
here you go
January 24, 2017 at 5:34 pm in reply to: How do I vertically align text in the sub menu navigation? #737847Yes, it was the same one in the video.
Well, I have almost figured it out on my own. I cobbled together the following CSS and added CSS from the elegant theme to get the read more button.
Is this the best way to accomplish how it looks now? One question I have is how can I make it so the featured blog image appears at 100% width on non-desktop devices?
/* preview of featured image and blogroll */
.fullsize .template-blog .big-preview
{margin: 0 20px 0 0 !important;
width: 300px;
height: 250px;
overflow: hidden;
float: left;
object-fit: cover;
}/* fit featured image inside defined width */
.big-preview img {width:300px !important; height:250px !important; object-fit: cover;}/* convert read more to button from link */
.more-link {
text-align: center;
margin: 0px auto 0px auto;
clear: both;
width: 125px;
border: none;
border-style: solid;
border-width: 1px;
padding: 3px 0;
border-radius: 2px;}
/* remove arrow from read more link */
.more-link-arrow { display: none; }/* reposition read more button */
.fullsize .template-blog .post .entry-content-wrapper {text-align:left !important; line-height:24px !important;}I am updating the link
HI @Rikard, see below
Thanks!
I think I got the hang of it by using a class = tester then using css:
h1.tester {blah blah}
However, I would like to have this particular h1 tag display as bold or black. I believe we are using Raleway of the Google Fonts…is it possible to use one of the bolder styles or black style:
https://fonts.google.com/specimen/RalewayI can’t get it to work with any of these: font-weight:900; font-weight:bolder; font-weight: bold; font-style:black;
October 4, 2016 at 8:59 pm in reply to: How to hide a color section ID#001 on desktop and show ID#002 in its place, and: #695249Oh, thanks. I had searched and found multiple threads with different information so I wanted to ask.
Thanks for your prompt help. It might be helpful to start merging topics.
October 4, 2016 at 8:09 pm in reply to: How to hide a color section ID#001 on desktop and show ID#002 in its place, and: #695219Yigit,
I don’t really understand. The color sections already have ways to associate an ID to them. I did that and implemented the code the above support staff suggested without results so I provided my credentials when they were requested.Why is it now that I am being redirected to another post without any further direction in how to resolve or implement what I am seeking to implement?
October 4, 2016 at 8:45 am in reply to: How to hide a color section ID#001 on desktop and show ID#002 in its place, and: #694924See my credentials
October 4, 2016 at 5:25 am in reply to: How to hide a color section ID#001 on desktop and show ID#002 in its place, and: #694861Am I doing something wrong? Both appear.
Just an FYI, Jotform can perform 4 + 5 without a problem…6 requires a tad bit more information but may be possible with Zapier.
And no I don’t work for either! :)
Is this possible with just the code in this thread? This seems pretty damn cool.
@Kelsey, I love the site!
HELLO?
I managed to find the code to space out the partner logo rows. I still have a problem with the sponsor logos floating up into the gallery images on mobile.
- This reply was modified 8 years, 3 months ago by domainarchitect.
September 16, 2016 at 6:53 am in reply to: How to use Enfold form to subscribe on newsletter #687252You can use a jotform page integrated with mailchimp to achieve the desired result.
September 6, 2016 at 8:37 pm in reply to: Is there a way to access the admin panel of the enfold theme demo? #682841There is no way to inspect it from the outside to see what elements are being used?
September 6, 2016 at 7:37 pm in reply to: How can I display an image in a section and have the image fit the full width #682825hmm, maybe I got it wrong and it is working! Thank you.
September 6, 2016 at 7:36 pm in reply to: How can I display an image in a section and have the image fit the full width #682824That is not working. Any suggestions?
-
AuthorPosts