IndianaGirl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Embed url (html website) and Make ResponsiveWhen viewed directly from the website url that I want to embed, all of the content scales down and is visible in a mobile or tablet. It just won’t do it an iframe. Is there any thing else I can use?
Forum: Plugins
In reply to: [iframe popup] iFrame content is not scrollableLooks great except it doesn’t scale for other devices — mobile, tablet, etc. Is that possible with the pop-up?
Forum: Fixing WordPress
In reply to: How to Embed url (html website) and Make ResponsiveGot it. Thanks.
Forum: Fixing WordPress
In reply to: How to Embed url (html website) and Make ResponsiveI’m trying to showcase my web design – these site are html and are already built. I just prefer to embed rather than creating a link.
Hi, the Constant Contact events used to show up, but now it won’t show anything, even though I have upcoming events?. Would you mind taking a look? I can’t take this site live until it can show the upcoming seminars.
Here’s the URL: https://tinyurl.com/q8pr6g4
Thank you
None of my upcoming events are showing either. I’m using the widget.
How can these be fixed?Forum: Fixing WordPress
In reply to: How Can I remove Breadcrumbs NavXT from Certain Pages?Yes – I’m working on the CSS.
Where does this go?
<body class=”home page page-id-811 page-template page-template-page-full-php custom-background gecko et_fullwidth_view”>
… on the css style with
.home #breadcrumbs {
display: none;
}Forum: Fixing WordPress
In reply to: How Can I remove Breadcrumbs NavXT from Certain Pages?Nope – It didn’t work right. It took away the breadcrumbs on all the rest of the pages.
How do I specify it for just the home page?Forum: Fixing WordPress
In reply to: How Can I remove Breadcrumbs NavXT from Certain Pages?Hey – Thanks! I had tried #breadcrumbs with something else, but apparently I had something off. Much appreciated.
Forum: Fixing WordPress
In reply to: How Can I remove Breadcrumbs NavXT from Certain Pages?I’m using the Flexible Theme from Elegant Builder.
Here’s the link: https://tinyurl.com/mcrqhuaForum: Plugins
In reply to: [Constant Contact for WordPress] "There are currently no events."I am experiencing the same problem at https://tinyurl.com/q8pr6g4. When I go to the Events tab, I have an error :
“Warning: Invalid argument supplied for foreach() in /home/content/15/2713815/html/beta/wp-content/plugins/constant-contact-api/admin/events.php on line 523”
The code from that area of the event.php file:
}
$alt = ‘alt’;
Line 523… foreach($events as $id => $v) {
if($alt == ‘alt’) { $alt = ”;} else { $alt = ‘alt’; }
?>I have no idea what I need to fix it.
Forum: Fixing WordPress
In reply to: Unaltered posts from a category in a page?It doesn’t show the images on the page … only the individual page when the specific title is clicked.
Forum: Plugins
In reply to: [Author: António Andrade] Not working?I am experiencing the same problem. Have you found any solution?
Forum: Plugins
In reply to: [Simple Page Sidebars] Drop down in widget missing pagesSorry, this was for a different plugin. Please disregard.
Forum: Fixing WordPress
In reply to: Image in post or page area (not background)So to achieve having an image in the content area only (on one page or post), and text that can appear over it, it looks like I would use the following code. Does it go in the text editor html area, or maybe somewhere else?
body
{
background-image:url(‘https://www.mysite.com//wp-content/uploads/2012/10/image-name.jpg’);’);
background-repeat:no-repeat;
background-attachment:fixed;
}
</style>
</head><body>
<p>The text goes here.</p>
</body>