Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Hi
Cannot do that now, as we added some edits to it, plus the site went live, and cannot be touched now either.
However, i underline, that the team related thing was the first edit, so nothing we did later on affected the plugin to behave like that.So per moment it works, but it’s still strange why it does with a file having a strange extension 🙂
Thanks anyway.
PS: the team image edits are OK
Hi
I removed the bak file, so according to file names, all is like default.
I cannot provide FTP as we are on development now. Maybe after we launch.
TY
OK, TY
Hi
How to achieve the same newsletter look as you have in your demo PSD’s as we don’t need a floating full width bar? More specifically it’s “uplift-footers.psd”.
Here’s a snapshot of it attached.
TY
Attachments:
You must be logged in to view attached files.OK, We see them at the end of the list but for us they are arrow-down icons. I guess they pick up the last in list. So we betetr wait for the update. Thanks!
Hi
You don’t get it 🙂
The name of the file is team.php – or atleast it was. Here’s what i did again:
1) connected to FTP, located the file “team.php”, downloaded it to my PC
2) made the changes locally to “team.php” in an editor
3) on server i renamed original “team.php” to “team.php.bak” so i have the original if anything goes wrong
4) i uploaded the edited “team.php” to server
5) refreshed website and that’s when the Warning i posted in earlier apeared
I underline: “team.php” was the name of the file, so all was like originalSo i don’t know why the system was searching for a file with a name like “team.ph.php”. Like it detected the change with a timeframe or have no ideea.
And each and every time i overwrite the file, keeps searching for a different name!!! Like “team.ph.php.php” than “team.ph.php.ph.php” after the 4th overwrite. So after each overwrite adds the extension or part of the extension again.
Could be server related, but i did not touched “sf-page-builder.php” file, and that is what seeks for the changed extension.
Thanks
Hi
Sorry for re-opening a topic, but i tried the above solution, and after i saved and re-uploaded the team.php file, my WordPress install went blank. I enabled debug, and it gave me the following warning:
Warning: require_once(/removed_dev_url/wp-content/plugins/swift-framework/includes/page-builder/shortcodes/team.ph.php): failed to open stream: No such file or directory in /removed_dev_url/wp-content/plugins/swift-framework/includes/page-builder/sf-page-builder.php on line 69
Fatal error: require_once(): Failed opening required ‘/removed_dev_url/wp-content/plugins/swift-framework/includes/page-builder/shortcodes/team.ph.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /removed_dev_url/wp-content/plugins/swift-framework/includes/page-builder/sf-page-builder.php on line 69
I saw, that he was searching for team.ph.php
Than i renamed my edited file to team.my, and reauploaded the original to check if i messed up something. Warning came back, but even more strangely:
Warning: require_once(/removed_dev_url/wp-content/plugins/swift-framework/includes/page-builder/shortcodes/team.ph.php.php): failed to open stream: No such file or directory in /removed_dev_url/wp-content/plugins/swift-framework/includes/page-builder/sf-page-builder.php on line 69
Fatal error: require_once(): Failed opening required ‘/removed_dev_url/wp-content/plugins/swift-framework/includes/page-builder/shortcodes/team.ph.php.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /removed_dev_url/wp-content/plugins/swift-framework/includes/page-builder/sf-page-builder.php on line 69
Yes: it added the extension again.
So what i did is i renamed teamp.php to team.ph.php.php and now it works, but this is not a solution 🙂
Can you help me with it?
TY
Of course. here it is:
function custom_svg_icons( $icons ) {
// add a line like the below for each svg file, where ‘icon-file-name’
// is the name of the svg file, without .svg on the end
$icons[‘agent-Arrows’] = ‘agent-Arrows’;
$icons[‘agent-Camera’] = ‘agent-Camera’;
$icons[‘agent-Compass’] = ‘agent-Compass’;
$icons[‘agent-Computer’] = ‘agent-Computer’;
$icons[‘agent-edata’] = ‘agent-edata’;
$icons[‘agent-Microphone’] = ‘agent-Microphone’;
$icons[‘agent-Panier’] = ‘agent-Panier’;
$icons[‘agent-Plane’] = ‘agent-Plane’;
// return icons
return $icons;
}
add_filter(‘spb_outline_svg_icons’, ‘custom_svg_icons’);Hi
Thanks for the tip, but unfortunately this does not work.
I followed the advice carefully and exactly as described, but the icons are not picked up.
Maybe missing something?
TY
Confirming: not working for us either. Needs fix!
Ohh my, not good. I need to launch website in couple of days.
What do you propose for me to be able to use my own SVG icons and preferably content to be editable from wp-admin?
TY
PS: editing files is no issue, just tell me what and where to edit to use my icons. Not a problem if i need to drop other ones.
Hi
It is strange, because i changed all my color set from the ‘Colour Scheme Options’, and when i went to customize ‘Colors – UI’, it showed my color for the overlay, but was not detected. That’s when i wrote. Turned out, i had to come back here and actually save my live preview page for the change to take effect.
So this might be a bug also or a glitch, that when user changes color scheme by uploading an XML, than changes should apply everywhere, without the need of going to Customisation panel and press ‘Save & Publish’.
Cheers
Hi
Sorry for posting in another topic, but my question is also related to colors: how to easely change the portofolio overlay color? I am talking about this tag:
figure.animated-overlay figcaption
See screenshot:
http://prntscr.com/cehxq4I could not find it between theme settings, i updated my color scheme with a personalized set, but this is still the default greenish color. The stylesheet for this it’s inserted at page load, so no external CSS for this. Preferably i would edit the default option and not override from my child theme (i prefere to override only main theme style.css formats only to drop source code size) and would do it globally, not per portofolio item.
Thanks!
Hi
Thanks. Can you also tell me when it will be available if is under work?
Cheers
Hi
I am also stuck with adding custom SVG icons to my theme / child theme.
I have created 6 SVG icons that i want to use. How can i have them picked up by the framewrok or how can i add them to the options list inside the icon box?Thanks
-
Posted in: We hit Power Elite.