suburbtosuitcase
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Travelify] Static Font Page – Are posts/pages required?In order to people to reply to your question, you need to open a new topic and thread. This thread is closed and marked resolved.
As always, you are the best. Thank you – this answered my question and helped me resolve my issue. Your quick reply is much appreciated.
Forum: Plugins
In reply to: [WP Easy Columns] Still can't delete pluginI appreciate you trying to help. I will try to clarify.
I do not want to install another plugging in order to delete this particular plugin, so I am not using the suggested work-around the prior member suggested (esp. since that plugin hasn’t been updated since 2010 and will likely cause my other problems).
When I simply try the standard approach to deleting this plugin (navigating in the WordPress admin menu to Plugins > Installed Plugins and then finding Easy Columns in the list and clicking on “Delete”), I receive a message confirming that I wish to delete all the files and data for this plugin. When I click on “Yes,” I receive a completely blank screen and the plugin does not delete even after repeated attempts.
To my knowledge, this is the only approach I should need to delete a plugin and I should not have to use an FTP approach. I’ve never had to do that with any other plugin I changed my mind on. I would have no idea where to hunt for the FTP and I would not know of any passwords because I have never had to use that for this, unfortunately (or fortunately).
Forum: Plugins
In reply to: [WP Easy Columns] Still can't delete pluginThank you but the file browser plugin hasn’t been updated since 2010 so this is not the way I want to handle this. I need the author to step up and provide clear instructions for how to remove this plugin. Not being able to delete a plugin is unacceptable.
Forum: Themes and Templates
In reply to: [Travelify] Site Tagline Hex CodeOh my gosh, that’s CRAZY! I’ll bet there’s just some sort of lag with WordPress this morning. I felt as though I was losing my mind. Thanks so much to you both for your support and extra luck in making it work. I’m closing the thread to mark it as resolved now. Take care and wish you both all the best in 2014!
Forum: Themes and Templates
In reply to: [Travelify] Site Tagline Hex CodeThat’s good to know. Maybe the child theme is the culprit then. I just looked under Appearance \ Themes and it does appear that the child theme (listed as “Travelify Child”) is marked as active. Interestingly, the theme listed as “Travelify” is actually the one that says the update is available but that one is not activated (presumably because the child theme is). It seems like the child is indeed the one that is active though because the change you will see in the child .css below removes all text under the featured slider on the home page (otherwise, it kept inserting a comments box and wanting to include posts there so we Balint Toth and I worked to get that code update made and it is still working well). Here’s all I have in the child theme:
/*
Theme Name: Travelify Child
Theme URI: http://colorawesomeness.com/themes/travelify/
Author: Color Awesomeness
Author URI: http://colorawesomeness.com/
Description: Travelify is a clan, simple and fully responsive WordPress WooCommerce theme that looks awesome on any device. It adjusts automatically to any screen size including tablets and smartphones as well as Retina displays. Theme is built using HTML5 / CSS3 and is SEO friendly. This WordPress theme was built with travel, adventures, languages and nature in mind but it can be used for anything so be creative and unleash its full potential in blogging, ecommerce, business and other websites. Along the awesome design this theme is customizable via a simple but yet powerful theme options. Some of the nicest features are featured post slider, social icons, custom logo, translation ready and many more. This theme out-of-the-box plays nicely with WooCommerce, Breadcrumb NavXT, WP-PageNavi, Contact Form 7 and other popular plugins. Theme available in English, French, German, Hungarian, Italian, Spanish, Dutch and Chinese.
Version: 1.3.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, green , custom-background, custom-header, custom-menu, flexible-width, featured-images, full-width-template, left-sidebar, right-sidebar, one-column, two-columns, three-columns, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging, holiday
Text Domain: travelify
Template: travelify
*/@import url(“../travelify/style.css”);
.home #content {
display: none;
}#post-1539 {
display:none;
}#site-description {
font: 14px helvetica, sans-serif;
line-height: 20px;
color: #439f55;
font-weight: 220;
}Forum: Themes and Templates
In reply to: [Travelify] Site Tagline Hex CodeThat’s what I thought, too, but when I made some changes just to see if it would work for me, nothing updates. For example, I tried inserting the following at the bottom of my child theme’s style.css:
#site-description {
font: 14px helvetica, sans-serif;
line-height: 20px;
color: #439f55;
font-weight: 220;
}I may have a broader problem with the child theme even though the one other change I have in it works fine. I noticed that when this particular theme updated recently from version 1.3.7 to 1.4.3, that the parent theme update worked fine, but the child theme is flagged for needing an update that never works. I assumed this was just the case with child themes since perhaps they never update along with the parent, so maybe that’s my problem. I’ve been thinking about possibly uninstalling the child theme and then reinstalling it to see if that would help. Not sure if I should need to do that, but perhaps that update is what is preventing the child theme from updating? I’m just a beginner so I’m not sure what the issue is.
Forum: Themes and Templates
In reply to: [Travelify] Site Tagline Hex CodeAs I feared, I can’t make it work. If you have time to help, here’s my follow-up question:
In my child theme style.css, do I just insert this block at the end and make the changes to the hex code and save or is it more complicated than that? When I put this into my .css at the bottom, modified it and clicked “Update File,” I did not see any changes on the refreshed site even though I did get the message “File Updated Successfully” on the WordPress Appearance \ Editor screen.
#site-description {
font: 14px helvetica, sans-serif;
line-height: 20px;
color: #999;
font-weight: 200;
}Thank you for any ideas you may have time to share.
Forum: Themes and Templates
In reply to: [Travelify] Site Tagline Hex CodeWill do. I’m going to try to remember how to make this change in my child theme and once I test it out and see it’s resolved for me, I’ll close the thread. Appreciate your prompt help!
Forum: Themes and Templates
In reply to: [Travelify] Site Tagline Hex CodeThanks so much to you both! This is exactly what I was looking for.
Support was provided by the theme author so closing this topic due to non-response from plugin support
Thank you! As a beginner, I was still able to follow these instructions and as you mentioned, it does work perfectly now. I appreciate the support you and others have provided promptly in these forums. Love the theme and have credited it in my FAQ as well. Cheers!
When Cyclone is deactivated, your theme’s featured slider on the main page resumes. When it is reactivated, your featured slider once again stops so I think there is a conflict.
I am guessing that your suggestion will work perfectly but since I am a beginner, I am not quite sure how to proceed. When you say, “enqueue its scripts to now show in front page,” is that some sort of code that can be included in a child theme? I did create one for another small modification, but I am not sure how to do this for the slider as you mentioned. Any suggestion would be appreciated. Thank you again.
Thank you for clarifying that this unrelated to the update! It’s probable just a timing coincidence. Thank you for also confirming that my main theme is up to date. I can easily ignore the WordPress reminder to update the child theme because I’m guessing it never get/needs updates pushed anyway.
On the featured slider options within Travelify, I verified that the “disable slider” option is not selected. I double checked that all 7 slides are identified correctly with valid post numbers specified in the options area. The “exclude slider from homepage posts” does have a checkmark on it but that’s because I do not use any homepage posts so I think that is functioning correctly.
ON the potential interaction with the active Cyclone Slider 2 plugin that generates short code to include on individual pages, I do not see any obvious settings that would be conflicting with the Travelify featured slider. Is there any code that I could include in a child theme by any chance that could ensure that the Travelify featured slider take precedence on the home page to override anything that might be happening behind the scenes? I’m really a beginner so I’m just guessing right now. Any ideas you can offer would be much appreciated.
I’m not sure if it’s important to note, but I have a parent and a child theme. When I did the update, only one of these fully updated to the new version (from 1.3.7 to 1.4.3). Unfortunately, it’s not easy for me to determine if it was the parent or the child that did not update. I’m a relative beginner with WordPress and don’t have much in the way of coding skills, so hoping you can help. The message I receive upon trying to update that last theme is below:
Unpacking the update…
Installing the latest version…
Theme update failed.
An error occurred while updating Travelify: The package could not be installed. The package contains no files.