Forum Replies Created

Viewing 15 replies - 436 through 450 (of 470 total)
  • Thread Starter Abigailm

    (@abigailm)

    @bobbutterfly – the upgraded Evolve (free) includes the “Button” shortcode in Theme Options — but all other shortcodes are still premium.

    @esthercoach — I always use a child theme -so yes, that code is in my child style.css file. But you could try it in the “Custom CSS” section of Theme Options. That shouldn’t be overwritten with an upgrades.

    @noaneo — This discussion concerns the Bootstrap slider — Evolve gives you a choice of three sliders. The article you cite presents one point of view; some of us feel otherwise. Here’s an article that lays out the pros & cons: http://code.tutsplus.com/tutorials/when-to-use-bootstrap-for-your-wordpress-theme-and-when-not-to–cms-23561

    However, my CSS example above doesn’t use any bootstrap specific specifications. It’s standard CSS.

    Thread Starter Abigailm

    (@abigailm)

    Have you tried it without the include parameter?

    My problem seems to be only when the image width is the only parameter, on pages where I was assuming the default behavior of incorporation of sub pages.

    It seems to me that what has been lost is the defaults that are specified at https://wordpress.org/plugins/page-list/other_notes/ — so it is not picking up subpages without a specification, and where another parameter is used but image size not specified, it no longer defaults to the small 50px thumbnail width.

    However, I tried coding it as
    [pagelist_ext image_width=”100″ child_of”#”] where # is the page-id for the current page (in order to force inclusion of sub pages) — and that doesn’t work either.

    From further testing, the code [pagelist_ext child_of=”#”] doesn’t work either -no matter what page is specified — so perhaps that could be the root of the problem.

    If I simply use [pagelist_ext]- then it works fine — except the images are now showing larger than I would like them. (at 150px rather than 100px). I supposed I can fix that with my own custom CSS… but I’m trying to puzzle out what has gone wrong with the shortcode.

    Again, it was working fine before the 4.4 WP upgrade.

    This is on a site using a child of ThemeZee’s Smartline — switching to Twenty Fifteen didn’t help. I’ve tried deactivating various individual plugins, but that didn’t seem to make a difference either.

    Thread Starter Abigailm

    (@abigailm)

    To confuse the issue further – the list and image_width parameter does work if another parameter is set, example:

    [pagelist_ext include=”150, 190″ image_width=”100″]

    So something of a mystery…..

    Thread Starter Abigailm

    (@abigailm)

    All the styles were in the theme’s main style.css file.

    The css is actually quite simple — once I figured out what I needed to tweak. Here’s the CSS I amusing to create the effect seen in the “after” photo at the link posted above (with the rounded edge):

    #bootstrap-slider .carousel-caption { background: rgba(147, 182, 201, 0.5); }
    #bootstrap-slider .carousel-caption h2
    		{ background: rgba(147, 182, 201, 0.4); border-radius: 50px 50px 0 0; text-align:center;}
    #bootstrap-slider .carousel-caption p { background: rgba(28, 45, 78, 0.7); text-align:center; }
    #bootstrap-slider .carousel-caption
    	{ bottom: 0; left: 20px; right: 45%; padding-bottom: 10px; border-radius: 50px;}
    #bootstrap-slider a.button {float: right; margin-right:30px; margin-bottom: 20px; }

    The color of the Green “Learn More” button is currently set with the Theme Options (short codes/ buttons) – so it isn’t shown in the CSS.

    Obviously my CSS is designed to reflect my themes colors — so you’d want to modify the colors specified to fit your own theme.

    Thread Starter Abigailm

    (@abigailm)

    Yes, the buttons are entirely different. Also there’s a problem with coding because the button is specified within an a class but not its own block level element– which makes it trickier to control placement.

    I printed out both the old and the new style sheets for comparison. I actually ended up liking the new style better on my site, but it was about 6 hours of work to get it right.

    Here are screenshots showing before & after:
    http://imgur.com/amkQxr6

    I’m happy to share the CSS if anyone wants to mimic that display. Basic specs are for the ID #bootstrap-slider

    class for everything but the buttons is .carousel-caption — the button class is a.button

    You’ll also want to be alert to changes to the display properties of home page widget elements. The banner was such a disaster that I didn’t notice that widget changes until after I fixed the banner.

    This isn’t the first time I’ve run into this issue with an Evolve theme upgrade… I’m going to have to remember to run all theme changes on a development site first.

    Thread Starter Abigailm

    (@abigailm)

    I’ve modified the CSS on my own to my satisfaction… so I’ve removed the screenshots … but I’m not particularly happy that I needed to spend all day repairing an issue on the home page of a live site.

    From looking at the changes to underlying CSS, it is obvious that the new caption placement was intentional. While it may represent an improvement in the eyes of the developers– it’s a major inconvenience to users who have developed sites with the old caption placement in mind– including decisions about choices of web banner images.

    I am using version 2.01 and it does not work on my site. Also does not work on the GSpeech demo site either. Basically I see the icon but no sound.

    Thread Starter Abigailm

    (@abigailm)

    I have resolved the problem. I don’t know what was wrong, but I had a csv file of about 240 links and it uploaded o.k. when broken into smaller files. The largest group I was able to upload at once without a problem was about 100 links. I didn’t find any other problem with my data but I will just keep in mind for the future not to try to import so many links at once.

    Go to Appearance –> Theme Options –> Typography to change font color

    Thanks so much, Sam!

    Same problem! When I go in to edit the user profile from my administrative account, my admin avatar is substituted for the user avatar. It’s not just what I see — when I save changes (in this case a modification to the user bio) — my personal avatar replaces the user avatar in all views. Aaargh!

    Check permissions and file ownership of the directory:

    /wp-content/uploads/wp-clone

    I found that on my system, the wp-clone installation was created with the owner “www” – while most files are owned by my account name– I solved this by changing permissions to 775 (the default setting appears to be 755). I needed to have root access via shell to do this.

    However, you should be able to see the ownership and permissions in most FTP programs, even if you aren’t able to change it on your own.

    I’d add that I have run into a little bit of a problem with links to media files updating properly on the migrated site — but there’s a separate plugin called “Velvet Blues” that will take care of that. (I found that recommended on the WordPress site)

    I don’t know if this plugin is being supported any more — but I am a user and have now moved two sites running WP 4.0.1 successfully, so I don’t think there is any compatibility problem.

    Thread Starter Abigailm

    (@abigailm)

    Thanks — I guess I was confused by the labels. It’s working fine now.

    Maybe it would be better if the instructions were: “Leave blank to provide view with no style sheets”

    I think a simple yes/no checkbox option would be even better than a dropdown. Do we want the “no stylesheet” option or not? Would there be any situation that you contemplate when there should be any stylesheet at all associated with the “no stylesheet” option? I’m assuming you have included it as an aid to developers to be able to see all content without special formatting.

    By the way, I am using the program as a user-controlled font-switcher, so users can choose their preferred typography. Since there always needs to be some font on the site, for me it would make no sense to have a null option.

Viewing 15 replies - 436 through 450 (of 470 total)