mckinney3
Forum Replies Created
-
Took about 24 hours but now I am seeing data. Thanks to your help!
Now, I see information for file-download event. I am missing how to accomplish the next step of capturing which files were downloaded.
I believe the specific file is associated with file-name but I do not how to use. What is that method, please?
dan
- This reply was modified 3 years, 6 months ago by mckinney3.
Thank You Sir!
I believe that I have GA4 up and running on the windwardmeadows.com site.
How long before I will see any new information. I can access the various data screens but they are not populated with any new data. Maybe, my own access is filtered?
Again, thank you! Your advice is helpful!
Thank you for your quick response. I can navigate to the Google Analytics site and understand most of the standard information that is offered. But, I have to admit, I am just lacking the skills to find the event file-download and the associated data. I did not find clear info at the Help Center.
Is there anyone on the forum willing and able to walk me through the correct click path?
thank you
Forum: Developing with WordPress
In reply to: Inserting .js and html files into a site pageYes, also a ” in the wrong spot.
<iframe src=”https://pixelpointgraphics.com/wp-content/uploads/fairy_v/index.html” width=” 900″ height=”1000″ frameborder=”0″ align=”middle”></iframe>
Not sure why when the post is published that it adds that ” text after the addy. that should just be a closing ” I see more garbage in the code after editing
Whats up with that?
Anywhoo, thanks to YOU I got it working perfectly!
- This reply was modified 5 years, 1 month ago by mckinney3.
Forum: Developing with WordPress
In reply to: Inserting .js and html files into a site pageOK, S M A C K me in the head.
Extraneous stuff in that iframe code.
Correct iframe code
<iframe src=”https://pixelpointgraphics.com/wp-content/uploads/fairy_v/index.html” width=” 900″ height=”1000″ frameborder=”0″ align=”middle”></iframe>
Dan
- This reply was modified 5 years, 1 month ago by mckinney3.
Forum: Developing with WordPress
In reply to: Inserting .js and html files into a site pageI dropped the /public_html/ path like in your example and voila! the correct page will load and operate correctly if I place this path inn the url bar of a browser.
https://pixelpointgraphics.com/wp-content/uploads/fairy_v/index.html
BUT….
If I place that code in the iframe, the page displays the Blog page of the structured site. =(
Here is my iframe code:<iframe src=”https://pixelpointgraphics.com/wp-content/uploads/fairy_v/index.html”.com width=” 900″=”” height=”1000″ frameborder=”0″ align=”middle”></iframe>
A little more help, PLEASE!
Forum: Developing with WordPress
In reply to: Inserting .js and html files into a site pageThank you I created the sub folder and uploaded my 4 files.
style.css
story.js
jquery.min.js
index.htmlI believe the address to the index.html file is:
https://pixelpointgraphics.com/public_html/wp-content/uploads/fairy_v/index.htmlBut that takes me to my blog page when paste into the url bar in a browser. And If I create the iframe of course it does the same thing. So I must have the address wrong.
I see that you did not include the public_html in your example but that seems to be the path from the Cpanel.
Need a little more direction…
Forum: Developing with WordPress
In reply to: Inserting .js and html files into a site pageI can bluff my way thru most stuff but I sure don’t want to clobber this well structured site. =)
How does this sound:
I can use my File Manager using CPanel at GoDaddy who hosts the site.
I can find and open the wp-admin/uploads folder
I can create a new folder wp-admin/uploads/Fairy VSo you advise that I use the upload feature in CPanel and add all four of the referenced files to that folder.
Then somehow link to it in an iframe.
I currently use this iframe code on the new page to “point” to the external site.
What would the code look like to “point” to the newly added content to wp-admin/uploads/Fairy V
Here is my current code that works nicely for me:
<iframe src=”https://media.textadventures.co.uk/games/-kZHjwgAf0GBX–2kphVaw/Fairy%20Light%20Cache%20Quest%20V/index.html” width=”900″ height=”1000″ frameborder=”0″ align=”middle”></iframe>
Thank you for helping me!
Dan
Forum: Developing with WordPress
In reply to: Inserting .js and html files into a site pageJoy, thank you! I tried writing to you thru your contact form on your website but was unable to do that.
Do you have another contact option?
Thank you,
dan mckinney
Forum: Developing with WordPress
In reply to: Inserting .js and html files into a site pageMore….
It would seem that I should paste the html code into the dialog for building a page using code.
Looking at the code, it calls on the two .js files and the css file in the head and body of the html code. If I just knew where to put those files and keep them from bleeding into the rest of the site, I would be in business. =)
Please help me.
The contents the index.html file:
<!DOCTYPE html>
<html>
<!–Created with Squiffy 5.0.0
https://github.com/textadventures/squiffy
–>
<head>
<title></title>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge” />
<script src=”jquery.min.js”></script>
<script src=”story.js” charset=”UTF-8″></script><script>
jQuery(function($){
$(‘#squiffy’).squiffy();
var restart = function () {
$(‘#squiffy’).squiffy(‘restart’);
};
$(‘#restart’).click(restart);
$(‘#restart’).keypress(function (e) {
if (e.which !== 13) return;
restart();
});
});
</script>
<link rel=”stylesheet” href=”style.css”/>
</head>
<body>
<div id=”squiffy-container”>
<div id=”squiffy-header”>
Restart
</div>
<div id=”squiffy”>
</div>
</div>
</body>
</html>The short answer is NO but the support guy offered a nice work around.
I ended up adding the code in the page specific CSS dialog. This suppressed the Logo/Banner as well as the Menu.
That satisfied my needs.
#header-primary { display: none; }
#header-supplementary { display: none; }But if a Custom “Logo” is desired it can be added by using the other page specific dialog for adding Custom Content Above Title to “fake” an Alternative Banner.
Screen shots and other info sent by email.
dan
Good Morning and thank you for your interest.
I am not a “coder” – my comment was a quote form the Brigsby Theme support group.
I will be glad to send you screen shots of the issue. The problem occurs when you are working within the Slider set up dialog and if your app is active. When an image is uploaded for the SLIDE IMAGE request, the thumbnail image is overlaid on top of the CONTENT dialog. This occurs for all three slider options.
I did not see this problem until after I installed and activated your theme. If I remove the short code for a map from a PAGE, the problem remains. If I deactivate your plug-in, the problem goes away.
I am running WP 4.9.1–en, Brigsby Premium Theme 1.4.1
I will send you some screenshots and the wphoot contact name via email.
As with all problems, “it takes two to tango” and maybe the problem is on the theme. Anyway, you are correct to try and resolve.
dan mckinney
Forum: Themes and Templates
In reply to: [Brigsby] Possible to have posts side by sideTry the carousel slider for posts. The slider will show a primary pix and an excerpt. The user can swipe and click.
Forum: Themes and Templates
In reply to: Table alignment issue using Twenty Ten1.2 ThemeThank you, JarretC! Your code works perfectly!