Forum Replies Created
-
AuthorPosts
-
Please use this url, I moved it
I need the window to open larger than what it is opening at. How do I make the iFrame window larger?
How do I resize the iframe so the content fits properly?
ok now what I am really attempting to do is have this page pop up, http://kdm-testing.com/stahl/?page_id=1532
But when I replace the url from what you provided me I get an error that says,
THE IMAGE COULD NOT BE LOADED
add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’, 1);
function enfold_customization_header_widget_area() {
$output = ‘
<div class=”header_widget”></div>
‘;
echo $output;
}add_action(‘wp_footer’, ‘ava_custom_script_hwidget’, 1);
function ava_custom_script_hwidget() {
?>
<script>
(function($){
$(‘.header_widget’).append(‘Click here to contact us.‘);$(window).load(function() {
$(‘.custom-widget’).magnificPopup({
type: ‘image’
});
});
})(jQuery);
</script>
<?php
}Are you guys still here?
Here is the log in
I have updated to the latest version
Ha it works in the support ticket but not in my enfold. Maybe the widget areas do not support the lightbox?
Never mind. I figured it out thanks
September 1, 2015 at 3:14 pm in reply to: Can not get full width slider to display image at the original size #496429I figured it out. I had installed JetPack and it was serving the images from WordPress.com.
I noticed the url when I Firebugged the image. I turned off JetPack and that solved the issue
August 31, 2015 at 6:15 pm in reply to: Can not get full width slider to display image at the original size #496037I really could use some help here. I know there is some kind of conflict happening. Can anyone please help me out?
August 31, 2015 at 6:09 pm in reply to: Can not get full width slider to display image at the original size #496034Ok just to see I inserted the image into another site and it displays fine, http://kdm-testing.com/construction/home-2/
August 31, 2015 at 5:30 pm in reply to: Can not get full width slider to display image at the original size #495998I see exactly what you are saying but the image is 1920 wide. That is what I said in an earlier response when you look at the code you can see that the slider is re sizing the image
August 31, 2015 at 5:26 pm in reply to: Can not get full width slider to display image at the original size #495992August 31, 2015 at 5:26 pm in reply to: Can not get full width slider to display image at the original size #495991August 31, 2015 at 5:21 pm in reply to: Can not get full width slider to display image at the original size #495986I am sorry. I am uploading an image that is 1920 x 600 to the site http://kdmstaging.com/kinder1/
It seems that it is being resized after I place it in the full width slider. I do not know why it is doing this
August 29, 2015 at 3:30 pm in reply to: Can not get full width slider to display image at the original size #495328No I should be sharper than that.
Look at the cod with Firebug and you can see that the image is being resized. Then look at the code on https://www.kdmconsultants.com here is no resizing
I am using the same settings for both sites.
Very confusing as this is the only site doing this
ThanksPeter
August 29, 2015 at 2:59 am in reply to: Can not get full width slider to display image at the original size #495149Here it is
August 28, 2015 at 6:07 pm in reply to: Can not get full width slider to display image at the original size #495047On my company site it is functioning properly, https://www.kdmconsultants.com/. No resizing happening there.
But on this site it wants to resize the images. http://kdmstaging.com/kinder1/
You can see it using Firebug
Can you help me?
August 28, 2015 at 4:38 pm in reply to: Can not get full width slider to display image at the original size #494967Could it be because I have two sliders on one page? When I open the image in a new tab it says the image is 1500 x 469 and in the media manager it is 1920 x 600
I am really confused why this is happening
August 28, 2015 at 4:23 pm in reply to: Can not get full width slider to display image at the original size #494946No scaling
and
Stretch to fit screen.
I am using it on all my other sites with no issues. But when I look at the CSS I see that it is resizing the image automatically.
Maybe I need to start with a new page?
Come on guys. Please
Yes I tried that but it does not look good. I want it to be the same as the footer but just hold some boiler plate text. Thanks
This is the site https://www.goodyearparkerstore.com/
You’ll see in the footer there is this repetitive text on all columns, Closed weekends but we do offer 24 hour/7 day emergency services. Please be aware there is a fee for opening the store outside normal hours. Call (727) 822-2893 to reach the emergency operator for all locations (Se Habla Español).
I want to put this below the footer but above the socket,
Thanks
It is the widget for the Calendar. I have since disabled it.
-
AuthorPosts