Forum Replies Created
-
in reply to: Translation of june.pot not possible
Hello,
Loco is a third party plugin that we do not offer support of. The pot files can be edited using the PoEditor program. Check this article for more instructions:
https://support.ellethemes.com/?ht_kb=translate-site-using-po-mo-filesLet me know if you have any questions.
Best regards!
in reply to: Page Builder not workingHello,
@arrhooker,
First of all please keep using one theme and not switch themes continuously to not have mixed styles on the site.
With every demo data import, the settings of that demo are replaced in the database (main color, main menu style, blog style etc), also the pages of the demo are added to the current pages you have. Doubling some pages needlessly.To edit a page, open it’s options from the wordpress backend, than open the Codeless Builder by clicking on the “Codeless Builder” button. See screenshot: https://ibb.co/6gQtbZQ
I checked and the options show up fine. See screenshot: https://ibb.co/ng7svPF
Please clear cache and try again.Best regards!
in reply to: installation blockedHello,
The demo is imported with success. The header and footer too. Please check it. You can continue customizing the content using Codeless Builder.
Best regards!
in reply to: Help!!! Can't change slider imageHello,
Open the page in customizer, then go to the slider row options > Design. Here change the row background image. See screenshot:
https://ibb.co/fvxXbrd
https://ibb.co/KGnMj0ZLet us know.
Best regards!in reply to: Responsive navigationHello,
Yes, of course. I have already notified the developers and this is added to the next theme update to-do list.
Let me know if there is anything else i can help.Best regards!
in reply to: Contact form 7 not workingHello,
I fixed it.
Please check your site.Best regards!
in reply to: Tower Alt and Title textHello,
Open file vc_templates/staff.php and find these lines:
while ($additional_loop->have_posts()) { $additional_loop->the_post(); $content = get_the_content(); $featured = codeless_image_by_id(get_post_thumbnail_id(), 'staff', 'url');Right above
$featured, add this line:
$alt = get_post_meta(get_post_thumbnail_id(), '_wp_attachment_image_alt', true);Now scroll down to line (38):
$output .= '<img src="'.esc_url($featured).'" alt=" ">';
Edit to this:$output .= '<img src="'.esc_url($featured).'" alt="'.$alt.'">';
Result screenshot: https://ibb.co/q5YBjdtFind all file’s edited code here: https://codeshare.io/5eNVVx
Best regards!
in reply to: Text responsive custom not workingHello,
Can i please see a link of the page where you have this text?
Best regards!
in reply to: Page Builder not workingHello,
I see Folie theme is already active. To customize single portfolio items check this video tutorial: https://youtu.be/h5WhFboT7os?t=237
The single portfolio items content can be added using Codeless builder elements just like any other page. Are you not able to do this? Can you add some wp credentials in your profile?
https://support.codeless.co/?ht_kb=add-private-login-credentialsBest regards!
in reply to: ColorsHello,
I uploaded the image here as well: https://drive.google.com/file/d/1cxCo2ovjLwqWwF6tXnU7-5w8-Dm709Ri/view?usp=sharing
The last link is of an online image sharing site. I checked it again and it works. I suggest you check your internet connection or server restrictions.
Best regards!
in reply to: installation blockedHello,
Please install included plugins first. More important Kirki and Codeless Builder. Then try again. If the issue persists, send us some wp credentials in a private reply. SO we can check.
Best regards!
Hello,
Read this article for more information: https://support.codeless.co/?ht_kb=add-private-login-credentials
Let us know.Best regards!
in reply to: Creating new pageHello,
Just add a new page like any normal page: https://ibb.co/R0vk74Q
Then add the new page in the menu, under the current pages. Drag-and-drop to reposition:
https://ibb.co/txtnfgjBest regards!
Hello,
@SaimirOgranaja,
Can i see a link of the page where you have this? The portfolio items in homepage have a different style. They are not supposed to open featured image in light box but to send to the single portfolio item profile.Best regards!
in reply to: Theme Stalling during dummy content uploadHello,
This is an optional plugin, not necessary for theme normal functioning. Just make sure to install Kirki and Codeless Builder plugins. You may continue with the import now.
Let me know.Regards!