Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#3597
Vladimir
Keymaster

First question:
Before changing anything I suggest that you activate Child theme and make all modifications in Child theme instead on actual theme. You can read in Documentation how to override and customize Image slider element (Section Customizations -> Customizing Content Elements).

Slider is loading “full” size of the image. You can change that it load some other size (like ‘thumbnail’) in “wp-content / plugins / elvyre-core / includes / content-manager / image-slider”, line 44:

$image_url = wp_get_attachment_image_src($image, 'full');

Second question:

If you are adding text/links through WordPress Editor, why don’t you just change the color of link or maybe make it bold (check screenshot).

Attachments:
You must be logged in to view attached files.